From 7b286cc32faf66c9fadaa223a1bef6bf6fca99ad Mon Sep 17 00:00:00 2001 From: Lewuathe Date: Tue, 28 Jan 2020 11:19:34 +0900 Subject: [PATCH] Add pull request template --- .github/PULL_REQUEST_TEMPLATE.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 .github/PULL_REQUEST_TEMPLATE.md diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 00000000..dc7db98d --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,18 @@ +# Purpose + +Briefly describe the purpose of the pull request. + +# Overview + +Describe the list of work you have done in this pull request. + +Example: +- Add something +- Remove other things + +# Checklist + +- [ ] Code compiles correctly +- [ ] Created tests which fail without the change (if possible) +- [ ] All tests passing +- [ ] Extended the README / documentation, if necessary \ No newline at end of file