mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-11-06 11:18:54 -05:00
Fixed our missing templates (#2398)
This commit is contained in:
parent
0607f5552a
commit
571332ae18
5
.github/ISSUE_TEMPLATE.md
vendored
Normal file
5
.github/ISSUE_TEMPLATE.md
vendored
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
<!--
|
||||||
|
Please be sure to use the correct template,
|
||||||
|
if your report doesn't have the correct template please open an issue describing your issue in detail
|
||||||
|
For support regarding the bot itself please visit the discord server over at https://discord.gg/red
|
||||||
|
-->
|
||||||
6
.github/ISSUE_TEMPLATE/command_bug.md
vendored
6
.github/ISSUE_TEMPLATE/command_bug.md
vendored
@ -1,3 +1,9 @@
|
|||||||
|
---
|
||||||
|
name: Bug reports for commands
|
||||||
|
about: For bugs that involve commands found within Red
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
# Command bugs
|
# Command bugs
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
|
|||||||
6
.github/ISSUE_TEMPLATE/feature_req.md
vendored
6
.github/ISSUE_TEMPLATE/feature_req.md
vendored
@ -1,3 +1,9 @@
|
|||||||
|
---
|
||||||
|
name: Feature request
|
||||||
|
about: For feature requests regarding Red itself.
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
# Feature request
|
# Feature request
|
||||||
|
|
||||||
<!-- This template is for feature requests. Please fill out the following: -->
|
<!-- This template is for feature requests. Please fill out the following: -->
|
||||||
|
|||||||
8
.github/ISSUE_TEMPLATE/other_bug.md
vendored
8
.github/ISSUE_TEMPLATE/other_bug.md
vendored
@ -1,3 +1,9 @@
|
|||||||
|
---
|
||||||
|
name: Bug report
|
||||||
|
about: For bugs that don't involve a command.
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
# Other bugs
|
# Other bugs
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
@ -18,4 +24,4 @@ Did you find a bug with something other than a command? Fill out the following:
|
|||||||
|
|
||||||
#### How can we reproduce this issue?
|
#### How can we reproduce this issue?
|
||||||
|
|
||||||
<!-- Replace with numbered steps to reproduce the issue -->
|
<!-- Replace with numbered steps to reproduce the issue -->
|
||||||
|
|||||||
7
.github/PULL_REQUEST_TEMPLATE.md
vendored
Normal file
7
.github/PULL_REQUEST_TEMPLATE.md
vendored
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
### Type
|
||||||
|
|
||||||
|
- [ ] Bugfix
|
||||||
|
- [ ] Enhancement
|
||||||
|
- [ ] New feature
|
||||||
|
|
||||||
|
### Description of the changes
|
||||||
1
.github/PULL_REQUEST_TEMPLATE/bugfix.md
vendored
1
.github/PULL_REQUEST_TEMPLATE/bugfix.md
vendored
@ -1,6 +1,7 @@
|
|||||||
# Bugfix request
|
# Bugfix request
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
|
THIS TEMPLATE IS CURRENTLY UNUSED DUE TO GITHUB LIMITATIONS!
|
||||||
To be used for pull requests that fix a bug
|
To be used for pull requests that fix a bug
|
||||||
-->
|
-->
|
||||||
|
|
||||||
|
|||||||
3
.github/PULL_REQUEST_TEMPLATE/enhancement.md
vendored
3
.github/PULL_REQUEST_TEMPLATE/enhancement.md
vendored
@ -1,6 +1,7 @@
|
|||||||
# Enhancement request
|
# Enhancement request
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
|
THIS TEMPLATE IS CURRENTLY UNUSED DUE TO GITHUB LIMITATIONS!
|
||||||
To be used for PRs which enhance existing features
|
To be used for PRs which enhance existing features
|
||||||
-->
|
-->
|
||||||
|
|
||||||
@ -17,4 +18,4 @@ If adding commands, describe any restrictions on their usage.
|
|||||||
<!-- To check a box, replace the space between the [] with a x -->
|
<!-- To check a box, replace the space between the [] with a x -->
|
||||||
|
|
||||||
- [ ] Yes
|
- [ ] Yes
|
||||||
- [ ] No
|
- [ ] No
|
||||||
|
|||||||
3
.github/PULL_REQUEST_TEMPLATE/new_feature.md
vendored
3
.github/PULL_REQUEST_TEMPLATE/new_feature.md
vendored
@ -1,6 +1,7 @@
|
|||||||
# New feature addition
|
# New feature addition
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
|
THIS TEMPLATE IS CURRENTLY UNUSED DUE TO GITHUB LIMITATIONS!
|
||||||
To be used for PRs which add a new feature
|
To be used for PRs which add a new feature
|
||||||
Examples of this include new APIs, new core cogs, etc.
|
Examples of this include new APIs, new core cogs, etc.
|
||||||
-->
|
-->
|
||||||
@ -18,4 +19,4 @@ Examples of this include new APIs, new core cogs, etc.
|
|||||||
<!--
|
<!--
|
||||||
If you are adding a cog, describe its commands in detail (functionality, usage restrictions, etc).
|
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.
|
If the new feature introduces new requirements, please try to explain why they are necessary.
|
||||||
-->
|
-->
|
||||||
|
|||||||
2
.github/PULL_REQUEST_TEMPLATE/release.md
vendored
2
.github/PULL_REQUEST_TEMPLATE/release.md
vendored
@ -1,6 +1,7 @@
|
|||||||
# New release
|
# New release
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
|
THIS TEMPLATE IS CURRENTLY UNUSED DUE TO GITHUB LIMITATIONS!
|
||||||
To be used by collaborators for doing releases.
|
To be used by collaborators for doing releases.
|
||||||
Most contributors will not need to use this.
|
Most contributors will not need to use this.
|
||||||
-->
|
-->
|
||||||
@ -13,4 +14,3 @@ Most contributors will not need to use this.
|
|||||||
|
|
||||||
- [ ] Yes
|
- [ ] Yes
|
||||||
- [ ] No
|
- [ ] No
|
||||||
|
|
||||||
|
|||||||
@ -1,5 +1,6 @@
|
|||||||
# Translations update
|
# Translations update
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
|
THIS TEMPLATE IS CURRENTLY UNUSED DUE TO GITHUB LIMITATIONS!
|
||||||
Used for PRs updating translations from Crowdin
|
Used for PRs updating translations from Crowdin
|
||||||
-->
|
-->
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user