From ecf1759f53fb364ff4395891e1e09e17d0b855b9 Mon Sep 17 00:00:00 2001 From: Ersan Karimi Date: Thu, 31 Oct 2024 13:18:37 +0800 Subject: [PATCH] feat: add pull request template for consistent contributions --- .github/PULL_REQUEST_TEMPLATE.md | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 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 0000000..25762ae --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,32 @@ + + +### 🔗 Issue Reference + + + +### ⚙️ Change Category + + + +- [ ] 📚 Docs Update (changes to documentation or README files) +- [ ] 🐞 Bug Patch (non-breaking fix for a reported issue) +- [ ] 🚀 Enhancement (modifications that improve existing functionality) +- [ ] 🌟 New Feature (a non-breaking addition of new functionality) +- [ ] 🛠 Maintenance (updates to build processes or project tooling) +- [ ] 🔧 Major Update (a change that impacts existing functionality) + +### 📝 Summary of Changes + + + + +### ☑️ Checklist + + + + + +- [ ] Linked to an issue or relevant discussion. +- [ ] Updated necessary documentation to reflect the changes.