Skip to content

Commit 7825af9

Browse files
authored
chore(doc): update issue templates (#711)
1 parent 16ad32a commit 7825af9

3 files changed

Lines changed: 45 additions & 65 deletions

File tree

.github/ISSUE_TEMPLATE/feature_request.md

Lines changed: 0 additions & 65 deletions
This file was deleted.
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
---
2+
name: "⚙️ Feature / improvements / chore"
3+
about: Suggest an idea for this project
4+
title: "[topic] Actionable issue title (not descriptive)"
5+
labels: ''
6+
assignees: ''
7+
8+
---
9+
10+
### Context - why is this issue relevant?
11+
12+
### Objective – what is the aim of this issue?
13+
14+
### Expected outcomes – what do we expect at the end of this issue (concrete outcomes)?
15+
16+
#### Outcomes
17+
18+
#### Acceptance criteria
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
---
2+
name: "\U0001F41E Bug report"
3+
about: Create a report to help us improve
4+
title: "[topic] Explicite bug impact (not copy error title)"
5+
labels: ''
6+
assignees: ''
7+
8+
---
9+
10+
### Describe the bug - a clear and concise description of what the bug is.
11+
12+
### To Reproduce
13+
14+
**Steps to reproduce the behavior:**
15+
1. Go to '...'
16+
2. Click on '....'
17+
3. Scroll down to '....'
18+
4. See error
19+
20+
### Expected behavior
21+
A clear and concise description of what you expected to happen.
22+
23+
### Screenshots
24+
If applicable, add screenshots to help explain your problem.
25+
26+
### Additional context
27+
Add any other context about the problem here.

0 commit comments

Comments
 (0)