diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 0000000..9f508d0 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,17 @@ +## Description + + +## Checklist +Please feel free to remove inapplicable items for your PR. +- [ ] The PR title starts with [$CATEGORY] (such as [NN], [Model], [Doc], [Feature]]) +- [ ] I've leverage the `lint.sh` to beautify the python and c++ code. +- [ ] The PR is complete and small, read the [Google eng practice (CL equals to PR)](https://google.github.io/eng-practices/review/developer/small-cls.html) to understand more about small PR. In DGL, we consider PRs with less than 200 lines of core code change are small (example, test and documentation could be exempted). +- [ ] Code is well-documented. +- [ ] Related issue is referred in this PR. + +## Changes +