From 4831837a6e2f0ce2933cea151b525b131fc09e5c Mon Sep 17 00:00:00 2001 From: Jeongseok Lee Date: Wed, 20 Feb 2019 20:00:18 -0800 Subject: [PATCH] Add PULL_REQUEST_TEMPLATE.md --- .github/PULL_REQUEST_TEMPLATE.md | 14 ++++++++++++++ 1 file changed, 14 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 000000000..0259c9139 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,14 @@ +[Remove this line and describe this pull request. Link to relevant GitHub issues, if any.] + +*** + +**Before creating a pull request** + +- [ ] Document new methods and classes +- [ ] Format new code files using `clang-format` + +**Before merging a pull request** + +- [ ] Set version target by selecting a milestone on the right side +- [ ] Summarize this change in `CHANGELOG.md` +- [ ] Add unit test(s) for this change