From 42eac04f0f2db04c1abcd8119ffadd19bd1b6ee8 Mon Sep 17 00:00:00 2001 From: Harry He <68176557+HarryHe11@users.noreply.github.com> Date: Tue, 9 Jan 2024 17:08:28 +0800 Subject: [PATCH 1/2] Update pull_request_template.md --- .github/pull_request_template.md | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index f694db22..7a8cff68 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,28 +1,27 @@ -**✨ Description:** +## ✨ Description: [Please describe the background, purpose, changes made, and how to test this PR] -**🚧 Related Issues:** +## 🚧 Related Issues: [List the issue numbers related to this PR] -**👨‍💻 Changes Proposed:** +## 👨‍💻 Changes Proposed: -- [ ] change +- [ ] change1 - [ ] ... - -**🧑‍🤝‍🧑 Who can review?** +## 🧑‍🤝‍🧑 Who can review? [Please use the '@' symbol to mention any community member who is free to review the PR once the tests have passed. Feel free to tag members or contributors who might be interested in your PR.] -**🛠 TODO** +## 🛠 TODO: - [ ] task1 - [ ] ... -**✅ Checklist:** +## ✅ Checklist: - [ ] Code has been reviewed - [ ] Code complies with the project's code standards and best practices From c7ad89b2083545105122cdf4cec59df297ba5a6f Mon Sep 17 00:00:00 2001 From: Harry He <68176557+HarryHe11@users.noreply.github.com> Date: Tue, 9 Jan 2024 17:09:03 +0800 Subject: [PATCH 2/2] Update pull_request_template.md --- .github/pull_request_template.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 7a8cff68..bebc4694 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,27 +1,27 @@ -## ✨ Description: +## ✨ Description [Please describe the background, purpose, changes made, and how to test this PR] -## 🚧 Related Issues: +## 🚧 Related Issues [List the issue numbers related to this PR] -## 👨‍💻 Changes Proposed: +## 👨‍💻 Changes Proposed - [ ] change1 - [ ] ... -## 🧑‍🤝‍🧑 Who can review? +## 🧑‍🤝‍🧑 Who Can Review? [Please use the '@' symbol to mention any community member who is free to review the PR once the tests have passed. Feel free to tag members or contributors who might be interested in your PR.] -## 🛠 TODO: +## 🛠 TODO - [ ] task1 - [ ] ... -## ✅ Checklist: +## ✅ Checklist - [ ] Code has been reviewed - [ ] Code complies with the project's code standards and best practices