Skip to content

Commit 3c9e91b

Browse files
Add GH issue template (#272)
1 parent 26f0828 commit 3c9e91b

File tree

2 files changed

+21
-0
lines changed

2 files changed

+21
-0
lines changed

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
blank_issues_enabled: true
2+
contact_links:
3+
- name: Discussion forum
4+
url: https://discuss.scientific-python.org
5+
about: Please join the discussion!

.github/ISSUE_TEMPLATE/discuss.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
name: Create New Discourse Category
2+
description: Request a new category for our discourse forum (https://discuss.scientific-python.org/)
3+
labels: ["discourse"]
4+
5+
body:
6+
- type: markdown
7+
attributes:
8+
value: Thank you for your interest in our discussion forum.
9+
- type: markdown
10+
attributes:
11+
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/).
12+
- type: textarea
13+
attributes:
14+
label: Describe your issue.
15+
validations:
16+
required: true

0 commit comments

Comments
 (0)