Skip to content

Commit 20afd12

Browse files
committed
Use GitHub issue forms
Close necolas#2323
1 parent 0748616 commit 20afd12

File tree

5 files changed

+66
-69
lines changed

5 files changed

+66
-69
lines changed

.github/ISSUE_TEMPLATE/bug.md

Lines changed: 0 additions & 52 deletions
This file was deleted.

.github/ISSUE_TEMPLATE/bug.yml

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
name: Bug report
2+
description: File a bug report
3+
labels: ["bug"]
4+
body:
5+
- type: markdown
6+
attributes:
7+
value: |
8+
Thank you for reporting an issue! Create a test case for your issue by forking this template https://codesandbox.io/s/6lx6ql1w5r
9+
- type: checkboxes
10+
attributes:
11+
label: Is there an existing issue for this?
12+
description: Please search to see if an issue already exists for the bug you encountered.
13+
options:
14+
- label: I have searched the existing issues
15+
required: true
16+
- type: textarea
17+
attributes:
18+
label: Describe the issue
19+
description: A concise description of what you're experiencing. Providing screenshots is also helpful.
20+
validations:
21+
required: true
22+
- type: textarea
23+
attributes:
24+
label: Expected behavior
25+
description: A concise description of what you expected to happen.
26+
validations:
27+
required: true
28+
- type: textarea
29+
attributes:
30+
label: Steps to reproduce
31+
description: Steps to reproduce the behavior.
32+
placeholder: |
33+
Mention package versions and environment (browser, etc)...
34+
1. ...
35+
2. ...
36+
validations:
37+
required: true
38+
- type: input
39+
attributes:
40+
label: Test case
41+
description: Please provide a link to a test case reproducing the issue
42+
placeholder: "https://codesandbox.io/s/6lx6ql1w5r"
43+
validations:
44+
required: true

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
blank_issues_enabled: false

.github/ISSUE_TEMPLATE/feature.md

Lines changed: 0 additions & 17 deletions
This file was deleted.

.github/ISSUE_TEMPLATE/feature.yml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
name: Feature request
2+
description: If you have a suggestion…
3+
labels: ["enhancement"]
4+
body:
5+
- type: markdown
6+
attributes:
7+
value: |
8+
Thank you for reporting suggesting a feature!
9+
- type: checkboxes
10+
attributes:
11+
label: Is there an existing request?
12+
description: Please search open and closed issues to see if this request has already been made.
13+
options:
14+
- label: I have searched for this request
15+
required: true
16+
- type: textarea
17+
attributes:
18+
label: Describe the feature request
19+
description: A concise description of the request, potential solutions, and addtional context.
20+
validations:
21+
required: true

0 commit comments

Comments
 (0)