Skip to content

Commit c6cb09d

Browse files
authored
Merge pull request #1196 from LourensVeen/update-issue-default-label-names
Update label names in the issue templates
2 parents 9280761 + 880fb74 commit c6cb09d

4 files changed

Lines changed: 9 additions & 9 deletions

File tree

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name: Bug report
33
about: Create a report to help us improve
44
title: ''
5-
labels: bug
5+
labels: 'kind: bug'
66
assignees: ''
77

88
---

.github/ISSUE_TEMPLATE/feature_request.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name: Feature request
33
about: Suggest a feature or improvement for AMUSE
44
title: ''
5-
labels: feature request
5+
labels: 'kind: feature request'
66
assignees: ''
77

88
---

.github/ISSUE_TEMPLATE/question.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name: Question
33
about: Ask an AMUSE-related question
44
title: ''
5-
labels: question
5+
labels: 'kind: question'
66
assignees: ''
77

88
---

.github/stale.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@ daysUntilStale: 365
44
daysUntilClose: 365
55
# Issues with these labels will never be considered stale
66
exemptLabels:
7-
- pinned
8-
- security
9-
- feature request
10-
- keep-open
11-
- bug
7+
- 'status: pinned'
8+
- 'kind: security'
9+
- 'kind: feature request'
10+
- 'status: keep-open'
11+
- 'kind: bug'
1212
# Label to use when marking an issue as stale
13-
staleLabel: stale
13+
staleLabel: 'status: stale'
1414
# Comment to post when marking an issue as stale. Set to `false` to disable
1515
markComment: >
1616
This issue has been automatically marked as stale because it has not had

0 commit comments

Comments
 (0)