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