Skip to content

Commit e7e8cb6

Browse files
Update issue templates (#281)
1 parent 49bf214 commit e7e8cb6

File tree

3 files changed

+45
-3
lines changed

3 files changed

+45
-3
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
name: Bug report
2+
description: "Please describe the problem you have encountered."
3+
labels: ["bug"]
4+
5+
body:
6+
- type: markdown
7+
attributes:
8+
value: If you have a general question about Scientific Python, please use our discussion forum https://discuss.scientific-python.org.
9+
- type: markdown
10+
attributes:
11+
value: Provide a general summary of the issue in the Title above.
12+
- type: textarea
13+
attributes:
14+
label: Please describe the bug or issue including how to reproduce it.
15+
validations:
16+
required: true
17+
- type: textarea
18+
attributes:
19+
label: Add any other context about the problem here, screenshots, etc.
20+
validations:
21+
required: false

.github/ISSUE_TEMPLATE/discuss.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
name: Create New Discourse Category
2-
description: Request a new category for our discourse forum (https://discuss.scientific-python.org/)
1+
name: Discourse Category
2+
about: Request a new category for our discourse forum (https://discuss.scientific-python.org/).
33
labels: ["discourse"]
44

55
body:
@@ -11,6 +11,6 @@ body:
1111
value: Before continuing, you may want to review the difference between [categories and tags](https://blog.discourse.org/2017/10/its-time-we-talked-about-tags/).
1212
- type: textarea
1313
attributes:
14-
label: Describe your issue.
14+
label: Describe the purpose of the new category.
1515
validations:
1616
required: true
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
name: Feature Request
2+
description: Please describe the new feature.
3+
labels: ["enhancement"]
4+
5+
body:
6+
- type: markdown
7+
attributes:
8+
value: If you have a general question about Scientific Python, please use our discussion forum https://discuss.scientific-python.org.
9+
- type: markdown
10+
attributes:
11+
value: Provide a general summary of the new feature in the Title above.
12+
- type: textarea
13+
attributes:
14+
label: Please describe the new feature.
15+
validations:
16+
required: true
17+
- type: textarea
18+
attributes:
19+
label: Add any other context about the new feature here, screenshots, etc.
20+
validations:
21+
required: false

0 commit comments

Comments
 (0)