Skip to content

Commit b4daca2

Browse files
committed
Adding issue templates
1 parent e035d85 commit b4daca2

File tree

2 files changed

+80
-0
lines changed

2 files changed

+80
-0
lines changed
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+
title: "[Bug]: "
4+
labels: ["bug", "triage"]
5+
body:
6+
- type: markdown
7+
attributes:
8+
value: |
9+
Thanks for taking the time to fill out this bug report!
10+
- type: dropdown
11+
id: extension
12+
attributes:
13+
label: Extension
14+
description: What extension are you running?
15+
options:
16+
- Random Dad Joke
17+
- Random Fact
18+
- Notion
19+
validations:
20+
required: true
21+
- type: input
22+
id: version
23+
attributes:
24+
label: Version
25+
description: What version of the extension are you using?
26+
placeholder: ex. 1.0.0
27+
validations:
28+
required: false
29+
- type: textarea
30+
id: what-happened
31+
attributes:
32+
label: What happened?
33+
description: Also tell us, what did you expect to happen?
34+
placeholder: Tell us what you see!
35+
validations:
36+
required: true
37+
- type: checkboxes
38+
id: terms
39+
attributes:
40+
label: Code of Conduct
41+
description: By submitting this issue, you agree to follow our [Code of Conduct](https://bbb.dev/coc).
42+
options:
43+
- label: I agree to follow this project's Code of Conduct
44+
required: true
Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
name: Feature Request
2+
description: Suggest a new feature or enhancement.
3+
title: "[Feature]: "
4+
labels: ["feature"]
5+
body:
6+
- type: markdown
7+
attributes:
8+
value: |
9+
Thanks for taking the time to suggest a new feature! We appreciate your input and ideas. Please fill out the following details to help us understand your request better.
10+
- type: dropdown
11+
id: extension
12+
attributes:
13+
label: Extension
14+
description: What extension do you want to suggest a feature for?
15+
options:
16+
- Random Dad Joke
17+
- Random Fact
18+
- Notion
19+
validations:
20+
required: true
21+
- type: textarea
22+
id: description
23+
attributes:
24+
label: Feature Description
25+
description: Please provide a detailed description of the feature you would like to see. Include any relevant details or use cases that can help us understand your request better.
26+
placeholder: Describe the feature you have in mind...
27+
validations:
28+
required: true
29+
- type: checkboxes
30+
id: terms
31+
attributes:
32+
label: Code of Conduct
33+
description: By submitting this issue, you agree to follow our [Code of Conduct](https://bbb.dev/coc).
34+
options:
35+
- label: I agree to follow this project's Code of Conduct
36+
required: true

0 commit comments

Comments
 (0)