Skip to content

Commit b163d5d

Browse files
committed
docs(issues): 🐛 add issue templates
1 parent 4f7d7f6 commit b163d5d

3 files changed

Lines changed: 62 additions & 21 deletions

File tree

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
name: "🐛 Bug Report"
2+
description: "When something doesn't seem right..."
3+
labels:
4+
- bug
5+
body:
6+
- type: markdown
7+
attributes:
8+
value: Thank you for your report! Please fill out this form.
9+
- type: dropdown
10+
attributes:
11+
label: "What section of this project is the bug in?"
12+
multiple: true
13+
options:
14+
- Workflows
15+
- Building
16+
- CI/CD
17+
- Scripts
18+
- Meta (e.g. README)
19+
- Other
20+
- type: input
21+
attributes:
22+
label: "What is the bug?"
23+
placeholder: "Describe the bug here..."
24+
- type: input
25+
attributes:
26+
label: "What is the expected behavior?"
27+
placeholder: "Describe the expected behavior here..."
28+
- type: input
29+
attributes:
30+
label: "What is the actual behavior?"
31+
placeholder: "Describe the actual behavior here..."
32+
- type: input
33+
attributes:
34+
label: "How would you replicate this bug?"
35+
placeholder: "Describe the replication steps here..."
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
name: "📄 Workflow RFC"
2+
description: "When you need to update/add a workflow..."
3+
labels:
4+
- enhancement
5+
body:
6+
- type: markdown
7+
attributes:
8+
value: "Thank you for your request! Please fill out this form."
9+
- type: dropdown
10+
attributes:
11+
label: "Is this a new workflow or an update?"
12+
multiple: true
13+
options:
14+
- New
15+
- Update
16+
- type: input
17+
attributes:
18+
label: "What is the name of the workflow?"
19+
placeholder: "Describe the workflow here..."
20+
- type: input
21+
attributes:
22+
label: "What should the workflow do?"
23+
placeholder: "Describe the workflow here..."
24+
- type: input
25+
attributes:
26+
label: "What does it do (only if it's an update)?"
27+
placeholder: "Describe what it should do.."

LICENSE.md

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

0 commit comments

Comments
 (0)