Skip to content

Commit 4ae976c

Browse files
authored
feat: Update issue templates (#655)
* Update issue templates * feat: adding task issue template * refactor: changing label to idea for IDEA template
1 parent 89f61ea commit 4ae976c

4 files changed

Lines changed: 86 additions & 0 deletions

File tree

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
---
2+
name: Bug report
3+
about: Create a report to help us improve
4+
title: "[BUG]: "
5+
labels: bug
6+
assignees: ''
7+
type: Bug
8+
9+
---
10+
11+
**Describe the bug**:
12+
<!-- A clear and concise description of what the bug is. -->
13+
14+
15+
**To Reproduce**:
16+
Steps to reproduce the behavior:
17+
1. Go to '...'
18+
2. Click on '....'
19+
3. Scroll down to '....'
20+
4. See error
21+
22+
**Expected behavior**:
23+
<!-- A clear and concise description of what you expected to happen. -->
24+
25+
26+
**Screenshots**:
27+
<!-- If applicable, add screenshots to help explain your problem. -->
28+
29+
30+
**Device Info** (optional):
31+
<!-- Please add the following details if it adds context to the problem -->
32+
- OS: [e.g. iOS]
33+
- Browser [e.g. chrome, safari]
34+
- Version [e.g. 22]
35+
36+
**Additional context**:
37+
<!-- Add any other context about the problem here. -->
38+
39+
**Screenshots**:
40+
<!-- Put you screenshots below this -->
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
---
2+
name: Feature request
3+
about: Suggest an idea for this project
4+
title: "[FEATURE]: "
5+
labels: enhancement
6+
assignees: ''
7+
type: Feature
8+
9+
---
10+
11+
**Description**:
12+
Provide a clear and concise description of what feature you want to add or implemented.
13+
14+
**Motivation**:
15+
Explain why you want this added. A clear and concise description of why you want this implemented.
16+
17+
**Proposed Implementation** (optional):
18+
How will this be built/implemented?
19+
20+
**Benefits**:
21+
Who will benefit with this feature?
22+
23+
**Additional context / References / Examples**:
24+
Add any other context or screenshots about the feature request here.
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
name: What task needs to be done
3+
about: Give contributors a task do be done.
4+
title: "[TASK]: "
5+
labels: enhancement
6+
assignees: ''
7+
type: Task
8+
9+
---
10+
11+
<!-- Describe the task here -->
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
name: Share your Idea
3+
about: Share your ideas for BetterGov
4+
title: "[IDEA]: "
5+
labels: idea
6+
assignees: ''
7+
type: Feature
8+
9+
---
10+
11+
<!-- Describe your idea here -->

0 commit comments

Comments
 (0)