From 30f71c6fe1cae033cc0bece1684c8cab1a4de997 Mon Sep 17 00:00:00 2001 From: Kowlin Date: Fri, 4 May 2018 05:11:50 +0200 Subject: [PATCH] Updated templates to actually work with GitHub (#1591) Co-authored-by: mikeshardmind Co-authored-by: palmtree5 <3577255+palmtree5@users.noreply.github.com> --- .github/ISSUE_TEMPLATE.md | 5 +++++ .github/ISSUE_TEMPLATE/ISSUE_TEMPLATE.md | 20 ------------------- .github/ISSUE_TEMPLATE/command_bug.md | 6 ++++++ .github/ISSUE_TEMPLATE/feature_req.md | 6 ++++++ .github/ISSUE_TEMPLATE/other_bug.md | 8 +++++++- .../PULL_REQUEST_TEMPLATE.md | 0 .github/PULL_REQUEST_TEMPLATE/bugfix.md | 1 + .github/PULL_REQUEST_TEMPLATE/enhancement.md | 3 ++- .github/PULL_REQUEST_TEMPLATE/new_feature.md | 3 ++- .github/PULL_REQUEST_TEMPLATE/release.md | 2 +- .github/PULL_REQUEST_TEMPLATE/translations.md | 3 ++- 11 files changed, 32 insertions(+), 25 deletions(-) create mode 100644 .github/ISSUE_TEMPLATE.md delete mode 100644 .github/ISSUE_TEMPLATE/ISSUE_TEMPLATE.md rename .github/{PULL_REQUEST_TEMPLATE => }/PULL_REQUEST_TEMPLATE.md (100%) diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md new file mode 100644 index 000000000..a5eacf103 --- /dev/null +++ b/.github/ISSUE_TEMPLATE.md @@ -0,0 +1,5 @@ + diff --git a/.github/ISSUE_TEMPLATE/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE/ISSUE_TEMPLATE.md deleted file mode 100644 index df67647c2..000000000 --- a/.github/ISSUE_TEMPLATE/ISSUE_TEMPLATE.md +++ /dev/null @@ -1,20 +0,0 @@ -Please be sure to read through other issues as well to make sure what you are suggesting/reporting has not already -been suggested/reported - -### Type: - -- [ ] Suggestion -- [ ] Bug - -### Brief description of the problem - -### Expected behavior - -### Actual behavior - -### Steps to reproduce - -1. -2. -3. -4. diff --git a/.github/ISSUE_TEMPLATE/command_bug.md b/.github/ISSUE_TEMPLATE/command_bug.md index 939f60103..4f68179c9 100644 --- a/.github/ISSUE_TEMPLATE/command_bug.md +++ b/.github/ISSUE_TEMPLATE/command_bug.md @@ -1,3 +1,9 @@ +--- +name: Bug reports for commands +about: For bugs that involve commands found within Red + +--- + # Command bugs diff --git a/.github/ISSUE_TEMPLATE/other_bug.md b/.github/ISSUE_TEMPLATE/other_bug.md index 8c566adad..20ce41318 100644 --- a/.github/ISSUE_TEMPLATE/other_bug.md +++ b/.github/ISSUE_TEMPLATE/other_bug.md @@ -1,3 +1,9 @@ +--- +name: Bug report +about: For bugs that don't involve a command. + +--- + # Other bugs \ No newline at end of file + diff --git a/.github/PULL_REQUEST_TEMPLATE/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md similarity index 100% rename from .github/PULL_REQUEST_TEMPLATE/PULL_REQUEST_TEMPLATE.md rename to .github/PULL_REQUEST_TEMPLATE.md diff --git a/.github/PULL_REQUEST_TEMPLATE/bugfix.md b/.github/PULL_REQUEST_TEMPLATE/bugfix.md index 63a7dfa56..e0215ce01 100644 --- a/.github/PULL_REQUEST_TEMPLATE/bugfix.md +++ b/.github/PULL_REQUEST_TEMPLATE/bugfix.md @@ -1,6 +1,7 @@ # Bugfix request diff --git a/.github/PULL_REQUEST_TEMPLATE/enhancement.md b/.github/PULL_REQUEST_TEMPLATE/enhancement.md index 0ba4a220a..292b220fc 100644 --- a/.github/PULL_REQUEST_TEMPLATE/enhancement.md +++ b/.github/PULL_REQUEST_TEMPLATE/enhancement.md @@ -1,6 +1,7 @@ # Enhancement request @@ -17,4 +18,4 @@ If adding commands, describe any restrictions on their usage. - [ ] Yes -- [ ] No \ No newline at end of file +- [ ] No diff --git a/.github/PULL_REQUEST_TEMPLATE/new_feature.md b/.github/PULL_REQUEST_TEMPLATE/new_feature.md index 2a39a5c26..16c5804d8 100644 --- a/.github/PULL_REQUEST_TEMPLATE/new_feature.md +++ b/.github/PULL_REQUEST_TEMPLATE/new_feature.md @@ -1,6 +1,7 @@ # New feature addition @@ -18,4 +19,4 @@ Examples of this include new APIs, new core cogs, etc. \ No newline at end of file +--> diff --git a/.github/PULL_REQUEST_TEMPLATE/release.md b/.github/PULL_REQUEST_TEMPLATE/release.md index 3c48ed01a..371861627 100644 --- a/.github/PULL_REQUEST_TEMPLATE/release.md +++ b/.github/PULL_REQUEST_TEMPLATE/release.md @@ -1,6 +1,7 @@ # New release @@ -13,4 +14,3 @@ Most contributors will not need to use this. - [ ] Yes - [ ] No - diff --git a/.github/PULL_REQUEST_TEMPLATE/translations.md b/.github/PULL_REQUEST_TEMPLATE/translations.md index df790a9b6..6f0f020a6 100644 --- a/.github/PULL_REQUEST_TEMPLATE/translations.md +++ b/.github/PULL_REQUEST_TEMPLATE/translations.md @@ -1,5 +1,6 @@ # Translations update \ No newline at end of file +-->