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