Move to using multiple issue and PR templates (#1584)

This commit is contained in:
palmtree5
2018-05-03 18:19:09 -08:00
committed by Kowlin
parent 8b69042f08
commit bd55caea6a
10 changed files with 157 additions and 0 deletions

View 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.
-->