Skip to content

Commit e31bb79

Browse files
committed
tmp
1 parent ba6f97c commit e31bb79

File tree

2 files changed

+62
-2
lines changed

2 files changed

+62
-2
lines changed

.github/ISSUE_TEMPLATE/bug-report.yml

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
name: Bug Report
2+
description: File a bug report
3+
title: "[Bug]: "
4+
labels: ["type:bug", "needs:info"]
5+
projects: []
6+
body:
7+
- type: markdown
8+
attributes:
9+
value: |
10+
Thanks for taking the time to fill out this bug report!
11+
12+
- type: textarea
13+
id: what-happened
14+
attributes:
15+
label: What happened?
16+
description: Include in detailed steps how to reproduce the bug you encountered
17+
placeholder: Tell us what you see!
18+
value: ""
19+
validations:
20+
required: true
21+
22+
- type: textarea
23+
id: what-expected
24+
attributes:
25+
label: What did you expect to happen?
26+
description: Include details
27+
placeholder: Tell us what you see!
28+
value: ""
29+
validations:
30+
required: true
31+
32+
- type: checkboxes
33+
attributes:
34+
label: Is there an existing issue for this?
35+
description: Please search to see if an issue already exists for the bug you encountered.
36+
options:
37+
- label: I have searched the existing issues
38+
required: true

.github/ISSUE_TEMPLATE/task-addons-frontend.yml

Lines changed: 24 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,28 @@ body:
1111
description: |
1212
A few sentences describing what the task aims to achieve. It can be a simple sentence or a story formatted paragraph.
1313
Be concise and detailed. Avoid vague terms and include relevant links.
14-
placeholder: As a <blank>, I want to <blank, so that I can <blank>
14+
placeholder: |
15+
As a <blank>, I want to <blank, so that I can <blank>
1516
validations:
16-
required: true
17+
required: true
18+
- type: textarea
19+
id: acceptance
20+
attributes:
21+
label: Acceptance Criteria
22+
description: List of milestones or checkpoints that if met verify the task has been completed.
23+
value: |
24+
```[tasklist]
25+
### Acceptance Criteria
26+
- [ ]
27+
```
28+
validations:
29+
required: true
30+
- type: checkboxes
31+
id: checks
32+
attributes:
33+
label: Checks
34+
description: Checks before submitting the issue
35+
options:
36+
-
37+
label: If the issue is ready to work on, I have removed the "needs:info" label and added an assignee.
38+
required: true

0 commit comments

Comments
 (0)