From e7dc0c7a7f481e7ea24e1794f147decd14814c53 Mon Sep 17 00:00:00 2001 From: Dan Shields <35669742+NukeManDan@users.noreply.github.com> Date: Thu, 14 Apr 2022 19:29:13 -0700 Subject: [PATCH] No issues here, only upsteam & StackExchange (#340) * update issue templates * all issues upstream only --- .github/ISSUE_TEMPLATE/ask-a-question.md | 13 ------ .github/ISSUE_TEMPLATE/config.yml | 12 ++++++ .github/ISSUE_TEMPLATE/report-a-bug.md | 46 --------------------- .github/ISSUE_TEMPLATE/suggest-a-feature.md | 26 ------------ 4 files changed, 12 insertions(+), 85 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/ask-a-question.md create mode 100644 .github/ISSUE_TEMPLATE/config.yml delete mode 100644 .github/ISSUE_TEMPLATE/report-a-bug.md delete mode 100644 .github/ISSUE_TEMPLATE/suggest-a-feature.md diff --git a/.github/ISSUE_TEMPLATE/ask-a-question.md b/.github/ISSUE_TEMPLATE/ask-a-question.md deleted file mode 100644 index 7687625..0000000 --- a/.github/ISSUE_TEMPLATE/ask-a-question.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -name: Ask a Question -about: Ask a question about this template. -title: "" -labels: question -assignees: "" ---- - -**Question** - -_Please include information such as the following: is your question to clarify an existing resource -or are you asking about something new? what are you trying to accomplish? where have you looked for -answers?_ diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 0000000..884336b --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,12 @@ +blank_issues_enabled: false +contact_links: + - name: Support & Troubleshooting with the Substrate Stack Exchange Community + url: https://substrate.stackexchange.com + about: | + For general problems with Substrate or related technologies, please search here first + for solutions, by keyword and tags. If you discover no solution, please then ask and questions in our community! We highly encourage everyone also share their understanding by answering questions for others. + - name: Feature Requests and PRs to be submitted upstream + url: https://github.com/paritytech/substrate/tree/master/bin/node-template + about: | + This template is generated on tagged releases upstream, it is not independently updated and maintained. + Please direct all suggestions for improvements and PRs upstream. diff --git a/.github/ISSUE_TEMPLATE/report-a-bug.md b/.github/ISSUE_TEMPLATE/report-a-bug.md deleted file mode 100644 index 31b2ea8..0000000 --- a/.github/ISSUE_TEMPLATE/report-a-bug.md +++ /dev/null @@ -1,46 +0,0 @@ ---- -name: Report a Bug -about: Report a problem with this template. -title: "" -labels: bug -assignees: "" ---- - -**Description** - -_Tell us what happened. In particular, be specific about any changes you made to this template. -Ideally, provide a link to your project's GitHub repository. Please note that we are not able to -support all conceivable changes to this template project, but the more information you are able to -provide the more equipped we will be to help._ - -**Steps to Reproduce** - -_Replace the example steps below with actual steps to reproduce the bug you're reporting._ - -1. Go to '...' -2. Click on '....' -3. Scroll down to '....' -4. See error - -**Expected vs. Actual Behavior** - -_What did you expect to happen after you followed the steps you described in the last section? What -actually happened?_ - -**Environment** - -_Describe the environment in which you encountered this bug. Use the list below as a starting point -and add additional information if you think it's relevant._ - -- Operating system: -- Template version/tag: -- Rust version (run `rustup show`): - -**Logs, Errors or Screenshots** - -_Please provide the text of any logs or errors that you experienced; if -applicable, provide screenshots to help illustrate the problem._ - -**Additional Information** - -_Please add any other details that you think may help us solve your problem._ diff --git a/.github/ISSUE_TEMPLATE/suggest-a-feature.md b/.github/ISSUE_TEMPLATE/suggest-a-feature.md deleted file mode 100644 index 60c7678..0000000 --- a/.github/ISSUE_TEMPLATE/suggest-a-feature.md +++ /dev/null @@ -1,26 +0,0 @@ ---- -name: Suggest a Feature -about: Suggest a new feature or an improvement to an existing feature for this template. -title: "" -labels: enhancement -assignees: "" ---- - -**Motivation** - -_Describe the need or frustration that motivated you to make this suggestion. Please note that the -goal of this project is to provide a general-purpose template project, so please take care when -suggesting features that may be specific to a particular use case._ - -**Suggested Solution** - -_Describe your suggested solution to the need or frustration that you are experiencing._ - -**Alternatives** - -_Describe any alternative solutions or features you considered and why you believe your suggested -solution is preferable._ - -**Additional Information** - -_Provide any additional information that you believe may help us evaluate your suggestion._