diff --git a/.github/ISSUE_TEMPLATES/request_change.md b/.github/ISSUE_TEMPLATES/request_change.md new file mode 100644 index 000000000..96f63e1ab --- /dev/null +++ b/.github/ISSUE_TEMPLATES/request_change.md @@ -0,0 +1,20 @@ +## 🚀 Feature Request + + + +## 📝 Description + + + +## 🔍 Alternatives Considered + + + +## 📋 Additional Context + + + +## ✅ Checklist + +- [ ] I have searched the existing issues for similar feature requests. +- [ ] I have provided a clear and concise description of my request. diff --git a/.github/PULL_REQUEST_TEMPLATES/add_update_component.md b/.github/PULL_REQUEST_TEMPLATES/add_update_component.md new file mode 100644 index 000000000..7f3e27189 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATES/add_update_component.md @@ -0,0 +1,22 @@ +## 🎯 Changes + + + +## 📝 Description + + + +## 📸 Screenshots (if applicable) + + + +## ✅ Checklist + +- [ ] I have given my PR a descriptive title. +- [ ] I have run `pnpm run lint` locally on my changes. +- [ ] I have added tests that prove my fix is effective or that my feature works. +- [ ] I have added necessary documentation (if appropriate). + +## 🔗 Related Issues + + diff --git a/.github/PULL_REQUEST_TEMPLATES/delete_component.md b/.github/PULL_REQUEST_TEMPLATES/delete_component.md new file mode 100644 index 000000000..263506c78 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATES/delete_component.md @@ -0,0 +1,18 @@ +## 🗑️ Deletion Request + + + +## 📋 Rationale + + + +## ✅ Checklist + +- [ ] I have given my PR a descriptive title. +- [ ] I have run `pnpm run lint` locally on my changes. +- [ ] I have verified that the deleted component/template/tool is no longer referenced or used anywhere in the codebase. +- [ ] I have updated the documentation (if appropriate) to reflect the deletion. + +## 🔗 Related Issues + + diff --git a/.github/PULL_REQUEST_TEMPLATES/other_changes.md b/.github/PULL_REQUEST_TEMPLATES/other_changes.md new file mode 100644 index 000000000..5601b4f3f --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATES/other_changes.md @@ -0,0 +1,17 @@ +## 🎯 Changes + + + +## 📝 Description + + + +## ✅ Checklist + +- [ ] I have given my PR a descriptive title. +- [ ] I have run `pnpm run lint` locally on my changes. +- [ ] I have updated the documentation (if appropriate). + +## 🔗 Related Issues + + diff --git a/.github/PULL_REQUEST_TEMPLATES/pull_request_template.md b/.github/PULL_REQUEST_TEMPLATES/pull_request_template.md new file mode 100644 index 000000000..4af453826 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATES/pull_request_template.md @@ -0,0 +1,8 @@ +## 🎯 Changes + + + +## ✅ Checklist + +- [ ] I have given my PR a descriptive title +- [ ] I have run `pnpm run lint` locally on my changes