admin: fixed duplicate files GitHub UI created.

This commit is contained in:
Richard Moore 2021-04-27 18:38:22 -04:00
parent b4df28dddd
commit c8fecbbc29
No known key found for this signature in database
GPG Key ID: 665176BE8E9DC651
4 changed files with 1 additions and 46 deletions

@ -1,22 +0,0 @@
---
name: Bug report
about: Create a report to help us improve
title: ''
labels: investigate
assignees: ''
---
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.
**Describe the bug**
A clear and concise description of what the bug is.
**Reproduction steps**
Please include code snippets, with console.log output, any contract ABI, contract address, network and the full error.
**Environment:**
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?
**Search Terms**
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 to make it easier for people to find in the future.

1
.github/ISSUE_TEMPLATE/config.yaml vendored Normal file

@ -0,0 +1 @@
blank_issues_enabled: false

@ -1,10 +0,0 @@
---
name: Documentation Request or Suggest
about: Describe this issue template's purpose here.
title: ''
labels: ''
assignees: ''
---

@ -1,14 +0,0 @@
---
name: Other Issue
about: Something Else
title: ''
labels: ''
assignees: ''
---
Generally this issue template should be used.
If your issue is not a **Feature Request**, **Bug Report** or problem with the **Documentation** you should use the *"Discussion"* tab at the top.
But for truly exceptional issues, please include the details here.