From c4df910d01b58fad76c9c57b98f1bcc410b8f103 Mon Sep 17 00:00:00 2001 From: Eduard Urbach Date: Fri, 6 Sep 2019 07:20:04 +0900 Subject: [PATCH] Added Scott's pull request template --- .github/pull_request_template.md | 21 +++++++++++++++++++++ 1 file changed, 21 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..d85cac81 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,21 @@ +## 📢 Type of change + +* [ ] Bugfix +* [ ] New feature +* [ ] Enhancement +* [ ] Refactoring + +## 📜 Description + +## 💡 Motivation and Context + +## 💚 How did you test it? + +## 📝 Checklist + +* [ ] I compiled before submitting the PR +* [ ] I reviewed the submitted code + +## 🔮 Next steps + +## 📸 Screenshots / GIFs