From 118c5fe791ace06525ccdf201830fc600f35f4da Mon Sep 17 00:00:00 2001 From: Yusheng Su Date: Mon, 23 Oct 2023 13:05:58 +0000 Subject: [PATCH] add PR template --- PULL_REQUEST_TEMPLATE.md | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 PULL_REQUEST_TEMPLATE.md diff --git a/PULL_REQUEST_TEMPLATE.md b/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 000000000..3e5721c43 --- /dev/null +++ b/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,32 @@ + + + + +### 🤔 What is the nature of this change? + +- [ ] New feature +- [ ] Fix bug / bug +- [ ] Style optimization +- [ ] Code style optimization +- [ ] Performance optimization +- [ ] Build optimization +- [ ] Website, documentation, demo improvements +- [ ] Refactor code or style +- [ ] Test related +- [ ] Solved proposed issues +- [ ] Other + +### 🔗 Related Issue + +(Describe the source of related requirements, such as the related issue discussion link. Example: close #123, close #456.) + +### 💡 Background or solution + +(The specific problem solved.) + +### 📝 Changelog + +(Describe changes from the user side, and list all potential break changes or other risks.) +