Skip to content

Commit 132e46d

Browse files
Minor template/stale message improvements (#1381)
* Minor template/stale message improvements * Apply suggestions from code review Co-authored-by: Jørgen Kalsnes Hagen < <[email protected]>> * Apply suggestions from code review Co-authored-by: Jørgen Kalsnes Hagen <[email protected]>
1 parent 55daa69 commit 132e46d

File tree

7 files changed

+27
-17
lines changed

7 files changed

+27
-17
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: Bug Report
2-
description: Report a bug/issue that you found in the SVGs, CSS files, etc.
3-
title: '[BUG] <bug name>'
2+
description: Report a bug/issue that you found in the SVGs, CSS files, or any other bug you encounter.
3+
title: '[BUG]: <bug name>'
44
labels: [bug]
55
body:
66
- type: markdown
@@ -18,7 +18,7 @@ body:
1818
id: description
1919
attributes:
2020
label: Bug description
21-
description: Short description of the bug that you found. Provide images/code if applicable.
21+
description: Short description of the bug. Provide images/code if applicable.
2222
validations:
2323
required: true
2424

.github/ISSUE_TEMPLATE/feature_request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: Feature Request
22
description: Requesting a new feature or changes to an existing feature
3-
title: '[FEATURE REQUEST] <feature name>'
3+
title: '[FEATURE REQUEST]: <feature name>'
44
labels: [enhancement]
55
body:
66
- type: markdown

.github/ISSUE_TEMPLATE/icon_request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: Icon Request
2-
description: Requesting a new icon or changes to an existing icon
2+
description: Request a new icon, or changes to an existing icon
33
title: '[ICON REQUEST]: <icon name>'
44
labels: ["request:icon"]
55
body:

.github/ISSUE_TEMPLATE/other.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: Other
2-
description: Use this for any other issues. Do not create blank issues
3-
title: "[OTHER] <description>"
2+
description: Use this for any other issues. Please do NOT create blank issues
3+
title: "[OTHER]: <description>"
44
labels: ["awaiting triage"]
55
body:
66
- type: markdown

.github/PULL_REQUEST_TEMPLATE/new_feature.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,11 @@
44
- [ ] PR does not match another non-stale PR currently opened
55

66
## Features
7-
<!-- List your features here and the benefits they bring. Include images/codes as appropriate -->
7+
<!-- List your features here and the benefits they bring. Include images/codes if appropriate -->
88

99
**This PR closes NONE**
1010
<!-- List issues that this PR would close above. Ex: This PR closes #1, #2, #3. -->
11+
<!-- If your pull request does not fix any issue, it's best to make an issue OR remove this section, depending on your changes. -->
1112

1213
## Notes
1314
<!-- List anything note-worthy here (potential issues, this needs to be merged to `master` before working, etc.). -->

.github/drafts/stale.yml

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,16 @@ jobs:
1010
- uses: actions/stale@main
1111
with:
1212
repo-token: ${{ secrets.GITHUB_TOKEN }}
13-
stale-pr-message: 'Hello there,
14-
we noticed that this PR has been inactive for a while now. If there are any changes which are suitable for our repository,
15-
we would love to have it. It would be great if you can continue with this PR, but if you cannot, we might fork your changes and merge the changes ourselves.
13+
stale-pr-message: "Hello there,
14+
we have noticed that this PR has been inactive for a while now. If there are any changes which are suitable for our repository,
15+
we would love to have it. It would be great if you can continue with this PR, but if you can't, we might fork your changes and merge them ourselves.
1616
17-
Since GitHub tracks contributions by commits, you will still be credited.
17+
Since GitHub tracks contributions by commits, you'll still be credited.
18+
Let us know what you think about this. :slight_smile:
1819
19-
Let us know what you think 😃'
20+
21+
Feel free to [join our Discord server](https://discord.gg/hScy8KWACQ) for support, hangouts, and more
22+
Thank you and have a nice day!"
2023
stale-pr-label: 'stale'
2124
days-before-pr-stale: 30
2225
days-before-pr-close: -1

.github/pull_request_template.md

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
1-
### Adding a New Icon?
2-
- Add `?quick_pull=1&template=new_icon.md` to the end of your current URL and press `Enter`
1+
<!--
32
4-
### Adding a New Feature or fixing a bug?
5-
- Add `?quick_pull=1&template=new_feature.md` to the end of your current URL and press `Enter`.
3+
Adding a New Icon?
4+
5+
- Add `?quick_pull=1&template=new_icon.md` to the end of your current URL and press `Enter`.
6+
7+
Adding a New Feature or fixing a bug?
8+
9+
- Add `?quick_pull=1&template=new_feature.md` to the end of your current URL and press `Enter`.
10+
11+
-->

0 commit comments

Comments
 (0)