mirror of
https://github.com/konpa/devicon.git
synced 2025-08-06 22:57:02 +02:00
Minor template/stale message improvements (#1381)
* Minor template/stale message improvements * Apply suggestions from code review Co-authored-by: Jørgen Kalsnes Hagen < <Snailedlt@users.noreply.github.com>> * Apply suggestions from code review Co-authored-by: Jørgen Kalsnes Hagen <Snailedlt@users.noreply.github.com>
This commit is contained in:
6
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
6
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
@@ -1,6 +1,6 @@
|
|||||||
name: Bug Report
|
name: Bug Report
|
||||||
description: Report a bug/issue that you found in the SVGs, CSS files, etc.
|
description: Report a bug/issue that you found in the SVGs, CSS files, or any other bug you encounter.
|
||||||
title: '[BUG] <bug name>'
|
title: '[BUG]: <bug name>'
|
||||||
labels: [bug]
|
labels: [bug]
|
||||||
body:
|
body:
|
||||||
- type: markdown
|
- type: markdown
|
||||||
@@ -18,7 +18,7 @@ body:
|
|||||||
id: description
|
id: description
|
||||||
attributes:
|
attributes:
|
||||||
label: Bug description
|
label: Bug description
|
||||||
description: Short description of the bug that you found. Provide images/code if applicable.
|
description: Short description of the bug. Provide images/code if applicable.
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
|
|
||||||
|
2
.github/ISSUE_TEMPLATE/feature_request.yml
vendored
2
.github/ISSUE_TEMPLATE/feature_request.yml
vendored
@@ -1,6 +1,6 @@
|
|||||||
name: Feature Request
|
name: Feature Request
|
||||||
description: Requesting a new feature or changes to an existing feature
|
description: Requesting a new feature or changes to an existing feature
|
||||||
title: '[FEATURE REQUEST] <feature name>'
|
title: '[FEATURE REQUEST]: <feature name>'
|
||||||
labels: [enhancement]
|
labels: [enhancement]
|
||||||
body:
|
body:
|
||||||
- type: markdown
|
- type: markdown
|
||||||
|
2
.github/ISSUE_TEMPLATE/icon_request.yml
vendored
2
.github/ISSUE_TEMPLATE/icon_request.yml
vendored
@@ -1,5 +1,5 @@
|
|||||||
name: Icon Request
|
name: Icon Request
|
||||||
description: Requesting a new icon or changes to an existing icon
|
description: Request a new icon, or changes to an existing icon
|
||||||
title: '[ICON REQUEST]: <icon name>'
|
title: '[ICON REQUEST]: <icon name>'
|
||||||
labels: ["request:icon"]
|
labels: ["request:icon"]
|
||||||
body:
|
body:
|
||||||
|
4
.github/ISSUE_TEMPLATE/other.yml
vendored
4
.github/ISSUE_TEMPLATE/other.yml
vendored
@@ -1,6 +1,6 @@
|
|||||||
name: Other
|
name: Other
|
||||||
description: Use this for any other issues. Do not create blank issues
|
description: Use this for any other issues. Please do NOT create blank issues
|
||||||
title: "[OTHER] <description>"
|
title: "[OTHER]: <description>"
|
||||||
labels: ["awaiting triage"]
|
labels: ["awaiting triage"]
|
||||||
body:
|
body:
|
||||||
- type: markdown
|
- type: markdown
|
||||||
|
3
.github/PULL_REQUEST_TEMPLATE/new_feature.md
vendored
3
.github/PULL_REQUEST_TEMPLATE/new_feature.md
vendored
@@ -4,10 +4,11 @@
|
|||||||
- [ ] PR does not match another non-stale PR currently opened
|
- [ ] PR does not match another non-stale PR currently opened
|
||||||
|
|
||||||
## Features
|
## Features
|
||||||
<!-- List your features here and the benefits they bring. Include images/codes as appropriate -->
|
<!-- List your features here and the benefits they bring. Include images/codes if appropriate -->
|
||||||
|
|
||||||
**This PR closes NONE**
|
**This PR closes NONE**
|
||||||
<!-- List issues that this PR would close above. Ex: This PR closes #1, #2, #3. -->
|
<!-- List issues that this PR would close above. Ex: This PR closes #1, #2, #3. -->
|
||||||
|
<!-- If your pull request does not fix any issue, it's best to make an issue OR remove this section, depending on your changes. -->
|
||||||
|
|
||||||
## Notes
|
## Notes
|
||||||
<!-- List anything note-worthy here (potential issues, this needs to be merged to `master` before working, etc.). -->
|
<!-- List anything note-worthy here (potential issues, this needs to be merged to `master` before working, etc.). -->
|
||||||
|
13
.github/drafts/stale.yml
vendored
13
.github/drafts/stale.yml
vendored
@@ -10,13 +10,16 @@ jobs:
|
|||||||
- uses: actions/stale@main
|
- uses: actions/stale@main
|
||||||
with:
|
with:
|
||||||
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
stale-pr-message: 'Hello there,
|
stale-pr-message: "Hello there,
|
||||||
we noticed that this PR has been inactive for a while now. If there are any changes which are suitable for our repository,
|
we have noticed that this PR has been inactive for a while now. If there are any changes which are suitable for our repository,
|
||||||
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.
|
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.
|
||||||
|
|
||||||
Since GitHub tracks contributions by commits, you will still be credited.
|
Since GitHub tracks contributions by commits, you'll still be credited.
|
||||||
|
Let us know what you think about this. :slight_smile:
|
||||||
|
|
||||||
Let us know what you think 😃'
|
|
||||||
|
Feel free to [join our Discord server](https://discord.gg/hScy8KWACQ) for support, hangouts, and more
|
||||||
|
Thank you and have a nice day!"
|
||||||
stale-pr-label: 'stale'
|
stale-pr-label: 'stale'
|
||||||
days-before-pr-stale: 30
|
days-before-pr-stale: 30
|
||||||
days-before-pr-close: -1
|
days-before-pr-close: -1
|
||||||
|
14
.github/pull_request_template.md
vendored
14
.github/pull_request_template.md
vendored
@@ -1,5 +1,11 @@
|
|||||||
### Adding a New Icon?
|
<!--
|
||||||
- Add `?quick_pull=1&template=new_icon.md` to the end of your current URL and press `Enter`
|
|
||||||
|
|
||||||
### Adding a New Feature or fixing a bug?
|
Adding a New Icon?
|
||||||
- Add `?quick_pull=1&template=new_feature.md` to the end of your current URL and press `Enter`.
|
|
||||||
|
- Add `?quick_pull=1&template=new_icon.md` to the end of your current URL and press `Enter`.
|
||||||
|
|
||||||
|
Adding a New Feature or fixing a bug?
|
||||||
|
|
||||||
|
- Add `?quick_pull=1&template=new_feature.md` to the end of your current URL and press `Enter`.
|
||||||
|
|
||||||
|
-->
|
||||||
|
Reference in New Issue
Block a user