Skip to content

Commit df4104f

Browse files
committed
Update label names in the issue templates
1 parent 9280761 commit df4104f

3 files changed

Lines changed: 3 additions & 3 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
---

0 commit comments

Comments
 (0)