From 9b4d74f83589efd41569011ae151eb2e5f0bfd95 Mon Sep 17 00:00:00 2001 From: cortadocodes Date: Tue, 5 Jan 2021 17:05:56 +0000 Subject: [PATCH] Revert "Devops: Add GitHub issue template options" --- .github/ISSUE_TEMPLATE/bug_report.md | 36 ----------------------- .github/ISSUE_TEMPLATE/feature_request.md | 21 ------------- .github/ISSUE_TEMPLATE/support_request.md | 19 ------------ 3 files changed, 76 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/bug_report.md delete mode 100644 .github/ISSUE_TEMPLATE/feature_request.md delete mode 100644 .github/ISSUE_TEMPLATE/support_request.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md deleted file mode 100644 index 6c8e039..0000000 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ /dev/null @@ -1,36 +0,0 @@ ---- -name: Bug report -about: Report a bug ---- - -## Bug report - -### About me - -If you're new to the twined ecosystem, and you don't mind, it'd be great to hear a little bit of the wider context about -you and what you're working on, so we can understand how best to help. - - -### What is the current behavior? - -*If the current behavior is a bug, please provide any stack traces the steps reproduce and, if possible, a minimal demo of the problem.* - - -### What is the expected behavior? - - -### Your environment - - - Library Version: `x.y.z` - - Platform MacOS | Windows | Linux | Other - - -### Other information - -Please give as much detail as you can, like: - -- [ ] detailed explanation -- [ ] stacktraces -- [ ] related issues -- [ ] suggestions how to fix -- [ ] links for us to have context, eg. stackoverflow, gitter, etc diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md deleted file mode 100644 index f61a6c2..0000000 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -name: Feature request -about: Request a feature ---- - -## Feature request - -### About me - -If you're new to the twined ecosystem, and you don't mind, it'd be great to hear a little bit of the wider context about -you and what you're working on, so we can understand how best to help. - - -### Use Case - -Please [describe your motivation and use case]. - - -### Current state - -Please describe what you're doing presently to work around this or achieve what you're doing. diff --git a/.github/ISSUE_TEMPLATE/support_request.md b/.github/ISSUE_TEMPLATE/support_request.md deleted file mode 100644 index 29b3764..0000000 --- a/.github/ISSUE_TEMPLATE/support_request.md +++ /dev/null @@ -1,19 +0,0 @@ ---- -name: Support request -about: Request support using the code ---- - -## Support request - -### About me - -If you're new to the twined ecosystem, and you don't mind, it'd be great to hear a little bit of the wider context about -you and what you're working on, so we can understand how best to help. - - -### Request - -- [ ] I've searched the list of existing issues -- [ ] I expected the docs to cover it in [this section](please provide link to where you'd expect to find help on this in the docs) but they don't cover it. - -I'm trying to [describe what you're trying to do].