Skip to content

Commit b4df28d

Browse files
authored
Update issue templates
1 parent de7da42 commit b4df28d

File tree

5 files changed

+80
-0
lines changed

5 files changed

+80
-0
lines changed
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
---
2+
name: Bug Report
3+
about: Create a report to help us improve
4+
title: ''
5+
labels: investigate
6+
assignees: ''
7+
8+
---
9+
10+
Note: Not all sections may be relevant, but please be as thorough while remaining concise as possible. Remove this Notice and any sections that don't feel pertinent.
11+
12+
If you are unsure if something is a bug, start a thread in the *"discussions"* tab above..
13+
14+
**Describe the bug**
15+
A clear and concise description of what the bug is.
16+
17+
**Reproduction steps**
18+
Please include code snippets, with console.log output, any contract ABI, contract address, network and the full error.
19+
20+
**Environment:**
21+
Please include anything that may be useful in diagnosing the issue. Node vs Browser? Geth vs Parity vs Ganache? Third Party tools, like Hardhat? Mobile vs. Desktop?
22+
23+
**Search Terms**
24+
Often similar issues have come up before. Include any search terms you have tried in this repository's Issues (including closed issues) and *"Discussions"*, so if there are matching issues, we can be sure to add those keywords and link this issue to it, making it easier for people to find in the future.
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
name: Documentation Request or Suggest
3+
about: Describe this issue template's purpose here.
4+
title: ''
5+
labels: ''
6+
assignees: ''
7+
8+
---
9+
10+
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
---
2+
name: Documentation
3+
about: Documentation Request or Suggest
4+
title: ''
5+
labels: documentation
6+
assignees: ''
7+
8+
---
9+
10+
Please include anything about the documentation you would like to see improved.
11+
12+
- Missing information or details?
13+
- Wrong Information?
14+
- Dead or wrong links?
15+
- Something needs code examples?
16+
- General feedback or anything else?
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
name: Other Issue
3+
about: Something Else
4+
title: ''
5+
labels: ''
6+
assignees: ''
7+
8+
---
9+
10+
Generally this issue template should be used.
11+
12+
If your issue is not a **Feature Request**, **Bug Report** or problem with the **Documentation** you should use the *"Discussion"* tab at the top.
13+
14+
But for truly exceptional issues, please include the details here.

.github/ISSUE_TEMPLATE/other.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
---
2+
name: Other
3+
about: Something Else
4+
title: ''
5+
labels: ''
6+
assignees: ''
7+
8+
---
9+
10+
Generally this issue template should be used.
11+
12+
If your issue is **not** a **Feature Request**, a **Bug Report** or problem with the **Documentation** you should probably be using the *"Discussion"* tab at the top.
13+
14+
But for truly exceptional issues, please include the details here.
15+
16+
Please also include any search terms you used when searching issues and discussions, so we can better tag those in the future.

0 commit comments

Comments
 (0)