From e06888e998cab784a396943905e7787209cca2fb Mon Sep 17 00:00:00 2001 From: Dr_rOot Date: Tue, 2 Jul 2019 20:21:11 +0800 Subject: [PATCH] chore: add pull request template --- .github/PULL_REQUEST_TEMPLATE.md | 16 ++++++++++++++++ 1 file changed, 16 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 0000000..55ff448 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,16 @@ + + +## Description + + +## Related Issues + + +### Checklist: + +* [ ] Have you checked to ensure there aren't other open [Pull Requests](../../../pulls) for the same update/change? +* [ ] Have you linted your code locally prior to submission? +* [ ] Have you successfully ran app with your changes locally?