From 527af8a6122a5a10c2d027ea14d02a993765403f Mon Sep 17 00:00:00 2001 From: Zack Scholl Date: Sun, 7 Jul 2024 17:55:00 -0700 Subject: [PATCH] redo issue terminology --- .github/ISSUE_TEMPLATE/bug_report.md | 28 +++-------------------- .github/ISSUE_TEMPLATE/feature_request.md | 20 ---------------- 2 files changed, 3 insertions(+), 45 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/feature_request.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 417efe7a..bc46b981 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -1,31 +1,9 @@ --- -name: Bug report -about: Create a report to help us improve +name: Discuss +about: Start a discussion about this project title: '' assignees: '' --- - - - - - -## Describe the bug - - -## To Reproduce -Steps to reproduce the behavior: - -1. -2. -3. -4. - -## Expected behaviour - - -## Version - - -## Additional context +*Read this and delete before submitting:* Thanks for starting a discussion! Please provide as much context as possible so that others can understand your thoughts. If you have a specific change in mind, consider submitting a pull request instead. diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md deleted file mode 100644 index bbcbbe7d..00000000 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -name: Feature request -about: Suggest an idea for this project -title: '' -labels: '' -assignees: '' - ---- - -**Is your feature request related to a problem? Please describe.** -A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] - -**Describe the solution you'd like** -A clear and concise description of what you want to happen. - -**Describe alternatives you've considered** -A clear and concise description of any alternative solutions or features you've considered. - -**Additional context** -Add any other context or screenshots about the feature request here.