From c8fecbbc296da30469a100b9fb9a0d59981a0acb Mon Sep 17 00:00:00 2001 From: Richard Moore Date: Tue, 27 Apr 2021 18:38:22 -0400 Subject: [PATCH] admin: fixed duplicate files GitHub UI created. --- .github/ISSUE_TEMPLATE/bug_report.md | 22 ------------------- .github/ISSUE_TEMPLATE/config.yaml | 1 + .../documentation-request-or-suggest.md | 10 --------- .github/ISSUE_TEMPLATE/other-issue.md | 14 ------------ 4 files changed, 1 insertion(+), 46 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/bug_report.md create mode 100644 .github/ISSUE_TEMPLATE/config.yaml delete mode 100644 .github/ISSUE_TEMPLATE/documentation-request-or-suggest.md delete mode 100644 .github/ISSUE_TEMPLATE/other-issue.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md deleted file mode 100644 index 685254de8..000000000 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ /dev/null @@ -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. diff --git a/.github/ISSUE_TEMPLATE/config.yaml b/.github/ISSUE_TEMPLATE/config.yaml new file mode 100644 index 000000000..3ba13e0ce --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yaml @@ -0,0 +1 @@ +blank_issues_enabled: false diff --git a/.github/ISSUE_TEMPLATE/documentation-request-or-suggest.md b/.github/ISSUE_TEMPLATE/documentation-request-or-suggest.md deleted file mode 100644 index dbf69e875..000000000 --- a/.github/ISSUE_TEMPLATE/documentation-request-or-suggest.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -name: Documentation Request or Suggest -about: Describe this issue template's purpose here. -title: '' -labels: '' -assignees: '' - ---- - - diff --git a/.github/ISSUE_TEMPLATE/other-issue.md b/.github/ISSUE_TEMPLATE/other-issue.md deleted file mode 100644 index 8756531aa..000000000 --- a/.github/ISSUE_TEMPLATE/other-issue.md +++ /dev/null @@ -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.