Skip to content

Commit 8b070aa

Browse files
authored
[Chore] Update github issues templates (#2021)
* Removes Design Task template * Removes Simple Task template * Renames Issue template into Bug and adds more details and structure * Updates markup of the Request a feature template * Updates the link to the discord server
1 parent 0caacdf commit 8b070aa

File tree

6 files changed

+46
-71
lines changed

6 files changed

+46
-71
lines changed

.github/ISSUE_TEMPLATE/bug.md

+43
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
---
2+
name: Report a bug
3+
about: When something is not working as expected
4+
title: ''
5+
labels: triage, type:bug
6+
assignees: ''
7+
8+
---
9+
10+
## Expected Behavior
11+
12+
_Explain the expected behavior._
13+
14+
## Actual Behavior
15+
16+
_Explain what the current behavior is._
17+
18+
## Steps to reproduce the behavior
19+
20+
1. Specific steps to reproduce the bug.
21+
22+
## Backtrace
23+
24+
```
25+
error output with backtrace
26+
```
27+
28+
## System Information
29+
30+
Client version:
31+
32+
```bash
33+
./geth version
34+
```
35+
36+
geth command with flags:
37+
38+
```bash
39+
./geth %flags%
40+
41+
```
42+
43+
Chain/Network: `Alfajores/Baklava/Mainnet`

.github/ISSUE_TEMPLATE/chore.md

-19
This file was deleted.

.github/ISSUE_TEMPLATE/design_task.md

-20
This file was deleted.

.github/ISSUE_TEMPLATE/feature.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@ labels: triage, 'type:feature'
66
assignees: ''
77
---
88

9-
# Rationale
9+
## Rationale
1010

1111
Why should this feature exist?
1212
What are the use-cases?
1313

14-
# Implementation
14+
## Implementation
1515

1616
Do you have ideas regarding the implementation of this feature?
1717
Are you willing to implement this feature?

.github/ISSUE_TEMPLATE/issue.md

-29
This file was deleted.

.github/ISSUE_TEMPLATE/question.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ labels: triage, 'type:docs'
66
assignees: ''
77
---
88

9-
This should only be used in very rare cases e.g. if you are not 100% sure if something is a bug or asking a question that leads to improving the documentation. For general questions please use [discord](https://discord.gg/nthXNEv) or the Ethereum stack exchange at https://ethereum.stackexchange.com.
9+
This should only be used in very rare cases e.g. if you are not 100% sure if something is a bug or asking a question that leads to improving the documentation. For general questions please use [Celo discord](https://discord.gg/celo).

0 commit comments

Comments
 (0)