refactor: move pull request template to up a directory

This commit is contained in:
bcakmakoglu
2022-05-27 00:32:01 +02:00
committed by Braks
parent 1ddeffe1af
commit ce7569da5f
2 changed files with 20 additions and 14 deletions

View File

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