Skip to content

Commit fff5057

Browse files
committed
add issue template
1 parent 0ed367e commit fff5057

File tree

2 files changed

+85
-0
lines changed

2 files changed

+85
-0
lines changed
Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
1+
name: "\U0001F41E Report a problem"
2+
description: "Report a problem on one or more pages on the site"
3+
title: "Bug: (fill in)"
4+
labels:
5+
- bug
6+
- "repro:needed"
7+
body:
8+
- type: markdown
9+
attributes:
10+
value: By opening an issue, you agree to abide by the [Open JS Foundation Code of Conduct](https://eslint.org/conduct).
11+
- type: textarea
12+
attributes:
13+
label: URL(s)
14+
description: |
15+
Please tell us which URL(s) have a problem:
16+
validations:
17+
required: true
18+
- type: textarea
19+
attributes:
20+
label: What did you do?
21+
description: |
22+
You can use Markdown in this field.
23+
validations:
24+
required: true
25+
- type: textarea
26+
attributes:
27+
label: What did you expect to happen?
28+
description: |
29+
You can use Markdown in this field.
30+
validations:
31+
required: true
32+
- type: textarea
33+
attributes:
34+
label: What actually happened?
35+
description: |
36+
You can use Markdown in this field.
37+
validations:
38+
required: true
39+
- type: checkboxes
40+
attributes:
41+
label: Participation
42+
options:
43+
- label: I am willing to submit a pull request for this issue.
44+
required: false
45+
- type: textarea
46+
attributes:
47+
label: Additional comments
48+
description: Is there anything else that's important for the team to know?

.github/ISSUE_TEMPLATE/change.yml

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
name: "\U0001F4DD Suggest a change"
2+
description: "Share your idea for how to make the website better"
3+
title: "Suggestion: (fill in)"
4+
labels:
5+
- enhancement
6+
body:
7+
- type: markdown
8+
attributes:
9+
value: By opening an issue, you agree to abide by the [Open JS Foundation Code of Conduct](https://eslint.org/conduct).
10+
- type: textarea
11+
attributes:
12+
label: What problem do you want to solve?
13+
description: |
14+
Please explain your use case in as much detail as possible.
15+
placeholder: |
16+
The website currently...
17+
validations:
18+
required: true
19+
- type: textarea
20+
attributes:
21+
label: What do you think is the correct solution?
22+
description: |
23+
Please explain how you'd like to change the website to address the problem.
24+
placeholder: |
25+
I'd like to...
26+
validations:
27+
required: true
28+
- type: checkboxes
29+
attributes:
30+
label: Participation
31+
options:
32+
- label: I am willing to submit a pull request for this change.
33+
required: false
34+
- type: textarea
35+
attributes:
36+
label: Additional comments
37+
description: Is there anything else that's important for the team to know?

0 commit comments

Comments
 (0)