aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.github/ISSUE_TEMPLATE/bug_report.md2
-rw-r--r--.github/ISSUE_TEMPLATE/feature_request.md2
-rw-r--r--.github/ISSUE_TEMPLATE/other_issues.md2
-rw-r--r--.github/stale.yml10
4 files changed, 11 insertions, 5 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md
index 2e64ef16d..57b415f7b 100644
--- a/.github/ISSUE_TEMPLATE/bug_report.md
+++ b/.github/ISSUE_TEMPLATE/bug_report.md
@@ -2,7 +2,7 @@
2name: Bug report 2name: Bug report
3about: Create a report to help us improve QMK Firmware. 3about: Create a report to help us improve QMK Firmware.
4title: "[Bug] " 4title: "[Bug] "
5labels: bug, help wanted, discussion 5labels: bug, help wanted
6assignees: '' 6assignees: ''
7 7
8--- 8---
diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md
index f7eaa825b..187683424 100644
--- a/.github/ISSUE_TEMPLATE/feature_request.md
+++ b/.github/ISSUE_TEMPLATE/feature_request.md
@@ -2,7 +2,7 @@
2name: Feature request 2name: Feature request
3about: Suggest a new feature or changes to existing features. 3about: Suggest a new feature or changes to existing features.
4title: "[Feature Request] " 4title: "[Feature Request] "
5labels: enhancement, help wanted, discussion 5labels: enhancement, help wanted
6assignees: '' 6assignees: ''
7 7
8--- 8---
diff --git a/.github/ISSUE_TEMPLATE/other_issues.md b/.github/ISSUE_TEMPLATE/other_issues.md
index a0060a8ca..befeeb165 100644
--- a/.github/ISSUE_TEMPLATE/other_issues.md
+++ b/.github/ISSUE_TEMPLATE/other_issues.md
@@ -2,7 +2,7 @@
2name: Other issues 2name: Other issues
3about: Anything else that doesn't fall into the above categories. 3about: Anything else that doesn't fall into the above categories.
4title: '' 4title: ''
5labels: help wanted, question, discussion 5labels: help wanted, question
6assignees: '' 6assignees: ''
7 7
8--- 8---
diff --git a/.github/stale.yml b/.github/stale.yml
index b2c40591b..70804ff88 100644
--- a/.github/stale.yml
+++ b/.github/stale.yml
@@ -17,6 +17,9 @@ pulls:
17 This pull request has been automatically marked as stale because it has not had 17 This pull request has been automatically marked as stale because it has not had
18 activity in the last 45 days. It will be closed in 30 days if no further activity occurs. 18 activity in the last 45 days. It will be closed in 30 days if no further activity occurs.
19 Please feel free to give a status update now, or re-open when it's ready. 19 Please feel free to give a status update now, or re-open when it's ready.
20
21 For maintainers: Please label with `awaiting review`, `breaking_change`, `in progress, or `on hold` to prevent
22 the issue from being re-flagged.
20 # Comment to post when closing a stale Issue or Pull Request. 23 # Comment to post when closing a stale Issue or Pull Request.
21 closeComment: > 24 closeComment: >
22 Thank you for your contribution! 25 Thank you for your contribution!
@@ -33,14 +36,17 @@ pulls:
33 36
34# Issue specific configuration 37# Issue specific configuration
35issues: 38issues:
36 staleLabel: solved 39 staleLabel: stale
37 limitPerRun: 10 40 limitPerRun: 10
38 daysUntilStale: 90 41 daysUntilStale: 90
39 daysUntilClose: 30 42 daysUntilClose: 30
40 markComment: > 43 markComment: >
41 This issue has been automatically marked as resolved because it has not had activity in the 44 This issue has been automatically marked as stale because it has not had activity in the
42 last 90 days. It will be closed in the next 30 days unless it is tagged properly or other activity 45 last 90 days. It will be closed in the next 30 days unless it is tagged properly or other activity
43 occurs. 46 occurs.
47
48 For maintainers: Please label with `bug`, `in progress`, `on hold`, discussion` or `to do` to prevent
49 the issue from being re-flagged.
44 closeComment: > 50 closeComment: >
45 This issue has been automatically closed because it has not had activity in the last 30 days. 51 This issue has been automatically closed because it has not had activity in the last 30 days.
46 If this issue is still valid, re-open the issue and let us know. 52 If this issue is still valid, re-open the issue and let us know.