From 3916d1178016776d7f668195024d386f0d3b51b2 Mon Sep 17 00:00:00 2001 From: Jason Dai Date: Wed, 13 Jul 2022 17:51:28 +0800 Subject: [PATCH] PR template (#5093) Add Github PR template --- .github/pull_request_template.md | 33 ++++++++++++++++++++++++++++++++ 1 file changed, 33 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 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 + - ...