From b22a7496924dff504454701a5a3e00e2c086554c Mon Sep 17 00:00:00 2001 From: Yuwei Ba Date: Sat, 9 Dec 2023 01:01:57 +1100 Subject: [PATCH] Create PULL_REQUEST_TEMPLATE.md (#211) Signed-off-by: Yuwei Ba --- .github/PULL_REQUEST_TEMPLATE.md | 49 ++++++++++++++++++++++++++++++++ 1 file changed, 49 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..d0fb21add --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,49 @@ + + +### 🤔 This is a ... + +- [ ] New feature +- [ ] Bug fix +- [ ] Performance optimization +- [ ] Enhancement feature +- [ ] Refactoring +- [ ] Code style optimization +- [ ] Test Case +- [ ] Branch merge +- [ ] Workflow +- [ ] Other (about what?) + +### 🔗 Related issue link + + + +### 💡 Background and solution + + + +### 📝 Changelog + + + + +### ☑️ Self-Check before Merge + +⚠️ Please check all items below before requesting a reviewing. ⚠️ + +- [ ] Doc is updated/provided or not needed +- [ ] Changelog is provided or not needed