From ce7569da5f3f81e6782c1bb12afe7ee45ab0ffa9 Mon Sep 17 00:00:00 2001 From: bcakmakoglu <78412429+bcakmakoglu@users.noreply.github.com> Date: Fri, 27 May 2022 00:32:01 +0200 Subject: [PATCH] refactor: move pull request template to up a directory --- .github/PULL_REQUEST_TEMPLATE/general.md | 14 -------------- .github/pull_request_template.md | 20 ++++++++++++++++++++ 2 files changed, 20 insertions(+), 14 deletions(-) delete mode 100644 .github/PULL_REQUEST_TEMPLATE/general.md create mode 100644 .github/pull_request_template.md diff --git a/.github/PULL_REQUEST_TEMPLATE/general.md b/.github/PULL_REQUEST_TEMPLATE/general.md deleted file mode 100644 index 9ce09ecd..00000000 --- a/.github/PULL_REQUEST_TEMPLATE/general.md +++ /dev/null @@ -1,14 +0,0 @@ -# Title - - -## What's changed? - - -- -- -- - -## Fixes - - -- #issue diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 00000000..d3b03711 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,20 @@ +# 🚀 What's changed? + + +- Change 1 +- Change 2 +- ... + +# 🐛 Fixes + + +- Issue 1 +- Issue 2 +- ... + +# ðŸŠī To-Dos + + +- [ ] To-Do 1 +- [ ] To-Do 1 +- ...