refactor: move pull request template to up a directory
This commit is contained in:
14
.github/PULL_REQUEST_TEMPLATE/general.md
vendored
14
.github/PULL_REQUEST_TEMPLATE/general.md
vendored
@@ -1,14 +0,0 @@
|
||||
# Title
|
||||
<!--- A title for this pr -->
|
||||
|
||||
## What's changed?
|
||||
<!--- Tell us what changes this pr contains -->
|
||||
|
||||
-
|
||||
-
|
||||
-
|
||||
|
||||
## Fixes
|
||||
<!--- Tell us what issues this pr fixes -->
|
||||
|
||||
- #issue
|
||||
20
.github/pull_request_template.md
vendored
Normal file
20
.github/pull_request_template.md
vendored
Normal file
@@ -0,0 +1,20 @@
|
||||
# 🚀 What's changed?
|
||||
<!--- Tell us what changes this pr contains -->
|
||||
|
||||
- Change 1
|
||||
- Change 2
|
||||
- ...
|
||||
|
||||
# 🐛 Fixes
|
||||
<!--- Tell us what issues this pr fixes -->
|
||||
|
||||
- Issue 1
|
||||
- Issue 2
|
||||
- ...
|
||||
|
||||
# 🪴 To-Dos
|
||||
<!--- Tell us if there are To-Dos left -->
|
||||
|
||||
- [ ] To-Do 1
|
||||
- [ ] To-Do 1
|
||||
- ...
|
||||
Reference in New Issue
Block a user