From bd55caea6a1eb2b0b8aa83e8d375f61008e668e8 Mon Sep 17 00:00:00 2001 From: palmtree5 <3577255+palmtree5@users.noreply.github.com> Date: Thu, 3 May 2018 18:19:09 -0800 Subject: [PATCH] Move to using multiple issue and PR templates (#1584) --- .../{ => ISSUE_TEMPLATE}/ISSUE_TEMPLATE.md | 0 .github/ISSUE_TEMPLATE/command_bug.md | 25 +++++++++++++ .github/ISSUE_TEMPLATE/feature_req.md | 35 +++++++++++++++++++ .github/ISSUE_TEMPLATE/other_bug.md | 21 +++++++++++ .../PULL_REQUEST_TEMPLATE.md | 0 .github/PULL_REQUEST_TEMPLATE/bugfix.md | 14 ++++++++ .github/PULL_REQUEST_TEMPLATE/enhancement.md | 20 +++++++++++ .github/PULL_REQUEST_TEMPLATE/new_feature.md | 21 +++++++++++ .github/PULL_REQUEST_TEMPLATE/release.md | 16 +++++++++ .github/PULL_REQUEST_TEMPLATE/translations.md | 5 +++ 10 files changed, 157 insertions(+) rename .github/{ => ISSUE_TEMPLATE}/ISSUE_TEMPLATE.md (100%) create mode 100644 .github/ISSUE_TEMPLATE/command_bug.md create mode 100644 .github/ISSUE_TEMPLATE/feature_req.md create mode 100644 .github/ISSUE_TEMPLATE/other_bug.md rename .github/{ => PULL_REQUEST_TEMPLATE}/PULL_REQUEST_TEMPLATE.md (100%) create mode 100644 .github/PULL_REQUEST_TEMPLATE/bugfix.md create mode 100644 .github/PULL_REQUEST_TEMPLATE/enhancement.md create mode 100644 .github/PULL_REQUEST_TEMPLATE/new_feature.md create mode 100644 .github/PULL_REQUEST_TEMPLATE/release.md create mode 100644 .github/PULL_REQUEST_TEMPLATE/translations.md diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE/ISSUE_TEMPLATE.md similarity index 100% rename from .github/ISSUE_TEMPLATE.md rename to .github/ISSUE_TEMPLATE/ISSUE_TEMPLATE.md diff --git a/.github/ISSUE_TEMPLATE/command_bug.md b/.github/ISSUE_TEMPLATE/command_bug.md new file mode 100644 index 000000000..939f60103 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/command_bug.md @@ -0,0 +1,25 @@ +# Command bugs + + + +#### Command name + + + +#### What cog is this command from? + + + +#### What were you expecting to happen? + + + +#### What actually happened? + + + +#### How can we reproduce this issue? + + diff --git a/.github/ISSUE_TEMPLATE/feature_req.md b/.github/ISSUE_TEMPLATE/feature_req.md new file mode 100644 index 000000000..afe99b943 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_req.md @@ -0,0 +1,35 @@ +# Feature request + + + + +#### Select the type of feature you are requesting: + + + +- [ ] Cog +- [ ] Command +- [ ] API functionality + +#### Describe your requested feature + + diff --git a/.github/ISSUE_TEMPLATE/other_bug.md b/.github/ISSUE_TEMPLATE/other_bug.md new file mode 100644 index 000000000..8c566adad --- /dev/null +++ b/.github/ISSUE_TEMPLATE/other_bug.md @@ -0,0 +1,21 @@ +# Other bugs + + + +#### What were you trying to do? + + + +#### What were you expecting to happen? + + + +#### What actually happened? + + + +#### How can we reproduce this issue? + + \ No newline at end of file diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE/PULL_REQUEST_TEMPLATE.md similarity index 100% rename from .github/PULL_REQUEST_TEMPLATE.md rename to .github/PULL_REQUEST_TEMPLATE/PULL_REQUEST_TEMPLATE.md diff --git a/.github/PULL_REQUEST_TEMPLATE/bugfix.md b/.github/PULL_REQUEST_TEMPLATE/bugfix.md new file mode 100644 index 000000000..63a7dfa56 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE/bugfix.md @@ -0,0 +1,14 @@ +# Bugfix request + + + +#### Describe the bug being fixed + + + +#### Anything we need to know about this fix? diff --git a/.github/PULL_REQUEST_TEMPLATE/enhancement.md b/.github/PULL_REQUEST_TEMPLATE/enhancement.md new file mode 100644 index 000000000..0ba4a220a --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE/enhancement.md @@ -0,0 +1,20 @@ +# Enhancement request + + + +#### Describe the enhancement + + + +#### Does this enhancement break existing functionality? + + + +- [ ] Yes +- [ ] No \ No newline at end of file diff --git a/.github/PULL_REQUEST_TEMPLATE/new_feature.md b/.github/PULL_REQUEST_TEMPLATE/new_feature.md new file mode 100644 index 000000000..2a39a5c26 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE/new_feature.md @@ -0,0 +1,21 @@ +# New feature addition + + + +#### What type of feature is this? + + + +- [ ] New core cog +- [ ] New API +- [ ] Other + +#### Describe the feature + + \ No newline at end of file diff --git a/.github/PULL_REQUEST_TEMPLATE/release.md b/.github/PULL_REQUEST_TEMPLATE/release.md new file mode 100644 index 000000000..3c48ed01a --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE/release.md @@ -0,0 +1,16 @@ +# New release + + + +#### Version + + + +#### Has a draft release been created for this? + +- [ ] Yes +- [ ] No + diff --git a/.github/PULL_REQUEST_TEMPLATE/translations.md b/.github/PULL_REQUEST_TEMPLATE/translations.md new file mode 100644 index 000000000..df790a9b6 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE/translations.md @@ -0,0 +1,5 @@ +# Translations update + + \ No newline at end of file