diff options
-rw-r--r-- | .github/ISSUE_TEMPLATE/bug_report.md | 2 | ||||
-rw-r--r-- | .github/ISSUE_TEMPLATE/feature_request.md | 2 | ||||
-rw-r--r-- | .github/ISSUE_TEMPLATE/other_issues.md | 2 | ||||
-rw-r--r-- | .github/stale.yml | 10 |
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 @@ | |||
2 | name: Bug report | 2 | name: Bug report |
3 | about: Create a report to help us improve QMK Firmware. | 3 | about: Create a report to help us improve QMK Firmware. |
4 | title: "[Bug] " | 4 | title: "[Bug] " |
5 | labels: bug, help wanted, discussion | 5 | labels: bug, help wanted |
6 | assignees: '' | 6 | assignees: '' |
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 @@ | |||
2 | name: Feature request | 2 | name: Feature request |
3 | about: Suggest a new feature or changes to existing features. | 3 | about: Suggest a new feature or changes to existing features. |
4 | title: "[Feature Request] " | 4 | title: "[Feature Request] " |
5 | labels: enhancement, help wanted, discussion | 5 | labels: enhancement, help wanted |
6 | assignees: '' | 6 | assignees: '' |
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 @@ | |||
2 | name: Other issues | 2 | name: Other issues |
3 | about: Anything else that doesn't fall into the above categories. | 3 | about: Anything else that doesn't fall into the above categories. |
4 | title: '' | 4 | title: '' |
5 | labels: help wanted, question, discussion | 5 | labels: help wanted, question |
6 | assignees: '' | 6 | assignees: '' |
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 |
35 | issues: | 38 | issues: |
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. |