From 4cf66fde08357fa1a0149aea2871522d25a8ba01 Mon Sep 17 00:00:00 2001 From: themode Date: Sat, 3 Apr 2021 00:28:13 +0200 Subject: [PATCH] Remove issue templates --- .github/CONTRIBUTING.md | 2 +- .github/ISSUE_TEMPLATE/BUG_TEMPLATE.md | 22 --------------------- .github/ISSUE_TEMPLATE/FEATURE_TEMPLATE.md | 15 -------------- .github/ISSUE_TEMPLATE/QUESTION_TEMPLATE.md | 7 ------- 4 files changed, 1 insertion(+), 45 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/BUG_TEMPLATE.md delete mode 100644 .github/ISSUE_TEMPLATE/FEATURE_TEMPLATE.md delete mode 100644 .github/ISSUE_TEMPLATE/QUESTION_TEMPLATE.md diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index b9715dadb..054b0ce92 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -2,7 +2,7 @@ #### **Did you find a bug?** * Open a new GitHub issue if it's not already reported. -* Use the relevant bug report template to create the issue. +* Explain it clearly, with steps (or code) to reproduce it. #### **Did you write some code that fixes a bug?** * Open a new GitHub pull-request with the commits if it hasn't already been proposed. diff --git a/.github/ISSUE_TEMPLATE/BUG_TEMPLATE.md b/.github/ISSUE_TEMPLATE/BUG_TEMPLATE.md deleted file mode 100644 index 9c4f21d6c..000000000 --- a/.github/ISSUE_TEMPLATE/BUG_TEMPLATE.md +++ /dev/null @@ -1,22 +0,0 @@ ---- -name: Bug report -labels: Bug -about: Use this to report unexpected behavior (bugs and errors). ---- -### What is the current behavior? - - -### What is the expected behavior? - - -### What steps will reproduce the problem? - - -### What operating system and java version is being used? - - -### If there is an exception, use pastebin/hastebin (NB: no expiry date!) to send the stacktrace - - -### Additional information / Possible thoughts on why this bug is happening - diff --git a/.github/ISSUE_TEMPLATE/FEATURE_TEMPLATE.md b/.github/ISSUE_TEMPLATE/FEATURE_TEMPLATE.md deleted file mode 100644 index 1a3588f66..000000000 --- a/.github/ISSUE_TEMPLATE/FEATURE_TEMPLATE.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -name: Feature Request -labels: Enhancement -about: Use this to request an addition (feature). ---- -### What would you like added/changed? - - -### Why do you think this is a good addition/alteration? - - -### Why do you want this to be added? - - -### Additional Information diff --git a/.github/ISSUE_TEMPLATE/QUESTION_TEMPLATE.md b/.github/ISSUE_TEMPLATE/QUESTION_TEMPLATE.md deleted file mode 100644 index ef4781501..000000000 --- a/.github/ISSUE_TEMPLATE/QUESTION_TEMPLATE.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -name: Question -labels: Question -about: Use this to ask a question. ---- -### Your Question: -