File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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..."
Original file line number Diff line number Diff line change 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.."
You can’t perform that action at this time.
0 commit comments