mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-11-06 03:08:55 -05:00
[V3] move to multiple issue/pr templates (#1585)
This commit is contained in:
parent
9188e4a7ec
commit
1f1f46c70f
25
.github/ISSUE_TEMPLATE/command_bug.md
vendored
Normal file
25
.github/ISSUE_TEMPLATE/command_bug.md
vendored
Normal file
@ -0,0 +1,25 @@
|
|||||||
|
# Command bugs
|
||||||
|
|
||||||
|
<!--
|
||||||
|
Did you find a bug with a command? Fill out the following:
|
||||||
|
-->
|
||||||
|
|
||||||
|
#### Command name
|
||||||
|
|
||||||
|
<!-- Replace this line with the name of the command -->
|
||||||
|
|
||||||
|
#### What cog is this command from?
|
||||||
|
|
||||||
|
<!-- Replace this line with the name of the cog -->
|
||||||
|
|
||||||
|
#### What were you expecting to happen?
|
||||||
|
|
||||||
|
<!-- Replace this line with a description of what you were expecting to happen -->
|
||||||
|
|
||||||
|
#### What actually happened?
|
||||||
|
|
||||||
|
<!-- Replace this line with a description of what actually happened. Include any error messages -->
|
||||||
|
|
||||||
|
#### How can we reproduce this issue?
|
||||||
|
|
||||||
|
<!-- Replace with numbered steps to reproduce the issue -->
|
||||||
35
.github/ISSUE_TEMPLATE/feature_req.md
vendored
Normal file
35
.github/ISSUE_TEMPLATE/feature_req.md
vendored
Normal file
@ -0,0 +1,35 @@
|
|||||||
|
# Feature request
|
||||||
|
|
||||||
|
<!-- This template is for feature requests. Please fill out the following: -->
|
||||||
|
|
||||||
|
|
||||||
|
#### Select the type of feature you are requesting:
|
||||||
|
|
||||||
|
<!-- To check a box, replace the space between the [] with a x -->
|
||||||
|
|
||||||
|
- [ ] Cog
|
||||||
|
- [ ] Command
|
||||||
|
- [ ] API functionality
|
||||||
|
|
||||||
|
#### Describe your requested feature
|
||||||
|
|
||||||
|
<!--
|
||||||
|
Feel free to describe in as much detail as you wish.
|
||||||
|
|
||||||
|
If you are requesting a cog to be included in core:
|
||||||
|
- Describe the functionality in as much detail as possible
|
||||||
|
- Include the command structure, if possible
|
||||||
|
- Please note that unless it's something that should be core functionality,
|
||||||
|
we reserve the right to reject your suggestion and point you to our cog
|
||||||
|
board to request it for a third-party cog
|
||||||
|
|
||||||
|
If you are requesting a command:
|
||||||
|
- Include what cog it should be in and a name for the command
|
||||||
|
- Describe the intended functionality for the command
|
||||||
|
- Note any restrictions on who can use the command or where it can be used
|
||||||
|
|
||||||
|
If you are requesting API functionality:
|
||||||
|
- Describe what it should do
|
||||||
|
- Note whether it is to extend existing functionality or introduce new functionality
|
||||||
|
|
||||||
|
-->
|
||||||
21
.github/ISSUE_TEMPLATE/other_bug.md
vendored
Normal file
21
.github/ISSUE_TEMPLATE/other_bug.md
vendored
Normal file
@ -0,0 +1,21 @@
|
|||||||
|
# Other bugs
|
||||||
|
|
||||||
|
<!--
|
||||||
|
Did you find a bug with something other than a command? Fill out the following:
|
||||||
|
-->
|
||||||
|
|
||||||
|
#### What were you trying to do?
|
||||||
|
|
||||||
|
<!-- Replace this line with a description of what you were trying to do -->
|
||||||
|
|
||||||
|
#### What were you expecting to happen?
|
||||||
|
|
||||||
|
<!-- Replace this line with a description of what you were expecting to happen -->
|
||||||
|
|
||||||
|
#### What actually happened?
|
||||||
|
|
||||||
|
<!-- Replace this line with a description of what actually happened. Include any error messages -->
|
||||||
|
|
||||||
|
#### How can we reproduce this issue?
|
||||||
|
|
||||||
|
<!-- Replace with numbered steps to reproduce the issue -->
|
||||||
14
.github/PULL_REQUEST_TEMPLATE/bugfix.md
vendored
Normal file
14
.github/PULL_REQUEST_TEMPLATE/bugfix.md
vendored
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
# Bugfix request
|
||||||
|
|
||||||
|
<!--
|
||||||
|
To be used for pull requests that fix a bug
|
||||||
|
-->
|
||||||
|
|
||||||
|
#### Describe the bug being fixed
|
||||||
|
|
||||||
|
<!--
|
||||||
|
If an issue exists for the bug, mention
|
||||||
|
that this PR fixes that issue
|
||||||
|
-->
|
||||||
|
|
||||||
|
#### Anything we need to know about this fix?
|
||||||
20
.github/PULL_REQUEST_TEMPLATE/enhancement.md
vendored
Normal file
20
.github/PULL_REQUEST_TEMPLATE/enhancement.md
vendored
Normal file
@ -0,0 +1,20 @@
|
|||||||
|
# Enhancement request
|
||||||
|
|
||||||
|
<!--
|
||||||
|
To be used for PRs which enhance existing features
|
||||||
|
-->
|
||||||
|
|
||||||
|
#### Describe the enhancement
|
||||||
|
|
||||||
|
<!--
|
||||||
|
Describe what your changes do.
|
||||||
|
If adding commands, describe any restrictions on their usage.
|
||||||
|
- For example, who can use the command? Where can it be used?
|
||||||
|
-->
|
||||||
|
|
||||||
|
#### Does this enhancement break existing functionality?
|
||||||
|
|
||||||
|
<!-- To check a box, replace the space between the [] with a x -->
|
||||||
|
|
||||||
|
- [ ] Yes
|
||||||
|
- [ ] No
|
||||||
21
.github/PULL_REQUEST_TEMPLATE/new_feature.md
vendored
Normal file
21
.github/PULL_REQUEST_TEMPLATE/new_feature.md
vendored
Normal file
@ -0,0 +1,21 @@
|
|||||||
|
# New feature addition
|
||||||
|
|
||||||
|
<!--
|
||||||
|
To be used for PRs which add a new feature
|
||||||
|
Examples of this include new APIs, new core cogs, etc.
|
||||||
|
-->
|
||||||
|
|
||||||
|
#### What type of feature is this?
|
||||||
|
|
||||||
|
<!-- To check a box, replace the space between the [] with a x -->
|
||||||
|
|
||||||
|
- [ ] New core cog
|
||||||
|
- [ ] New API
|
||||||
|
- [ ] Other
|
||||||
|
|
||||||
|
#### Describe the feature
|
||||||
|
|
||||||
|
<!--
|
||||||
|
If you are adding a cog, describe its commands in detail (functionality, usage restrictions, etc).
|
||||||
|
If the new feature introduces new requirements, please try to explain why they are necessary.
|
||||||
|
-->
|
||||||
16
.github/PULL_REQUEST_TEMPLATE/release.md
vendored
Normal file
16
.github/PULL_REQUEST_TEMPLATE/release.md
vendored
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
# New release
|
||||||
|
|
||||||
|
<!--
|
||||||
|
To be used by collaborators for doing releases.
|
||||||
|
Most contributors will not need to use this.
|
||||||
|
-->
|
||||||
|
|
||||||
|
#### Version
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
#### Has a draft release been created for this?
|
||||||
|
|
||||||
|
- [ ] Yes
|
||||||
|
- [ ] No
|
||||||
|
|
||||||
5
.github/PULL_REQUEST_TEMPLATE/translations.md
vendored
Normal file
5
.github/PULL_REQUEST_TEMPLATE/translations.md
vendored
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
# Translations update
|
||||||
|
|
||||||
|
<!--
|
||||||
|
Used for PRs updating translations from Crowdin
|
||||||
|
-->
|
||||||
Loading…
x
Reference in New Issue
Block a user