diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 00000000..c802e04b --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,33 @@ +## Description + + + + +### 1. Why the change? + + + +### 2. Summary of the change + + + + +### 3. How to test? +- [ ] N/A +- [ ] Unit test +- [ ] Application test +- [ ] Document test +- [ ] ... + +### 4. New dependencies + + + +- [ ] New Python dependencies + - Dependency1 + - Dependency2 + - ... +- [ ] New Java/Scala dependencies and their license + - Dependency1 and license1 + - Dependency2 and license2 + - ...