From 571332ae181a588de1d8d02fe55ee375813d5db2 Mon Sep 17 00:00:00 2001 From: Kowlin Date: Thu, 31 Jan 2019 00:36:14 +0100 Subject: [PATCH] Fixed our missing templates (#2398) --- .github/ISSUE_TEMPLATE.md | 5 +++++ .github/ISSUE_TEMPLATE/command_bug.md | 6 ++++++ .github/ISSUE_TEMPLATE/feature_req.md | 6 ++++++ .github/ISSUE_TEMPLATE/other_bug.md | 8 +++++++- .github/PULL_REQUEST_TEMPLATE.md | 7 +++++++ .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 ++- 10 files changed, 39 insertions(+), 5 deletions(-) create mode 100644 .github/ISSUE_TEMPLATE.md create mode 100644 .github/PULL_REQUEST_TEMPLATE.md 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/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.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 000000000..68de71d81 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,7 @@ +### Type + +- [ ] Bugfix +- [ ] Enhancement +- [ ] New feature + +### Description of the changes 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 +-->