diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index fc377cf4..722b0cab 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,45 +1,20 @@ ## What does this PR do? - + -This PR [Fixes # (place issue number here without bracket)] +## For project submissions - +If you're adding a new project, please confirm: -## Type of change - - - -- [ ] Bug fix (non-breaking change which fixes an issue) -- [ ] Chore (refactoring code, technical debt, workflow improvements) -- [ ] Enhancement (small improvements) -- [ ] New feature (non-breaking change which adds functionality) -- [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected) -- [ ] This change requires a documentation update - -## How should this be tested? - - - -- Test A -- Test B +- [ ] **Made in Nigeria** — created/maintained by a Nigerian developer +- [ ] **Open source** — public repository with clear license +- [ ] **Global use** — useful beyond just a Nigerian audience +- **Stars** — at least 20 GitHub stars +- Author link: ## Checklist - - -### Required - -- [ ] Filled out the "How to test" section in this PR -- [ ] Self-reviewed my own code -- [ ] Commented on my code in hard-to-understand bits -- [ ] Ran `npm run build` -- [ ] Checked for warnings, there are none -- [ ] Removed all `console.logs` -- [ ] Merged the latest changes from main onto my branch with `git pull origin main` -- [ ] My changes don't cause any responsiveness issues - -### Appreciated - -- [ ] If a UI change was made: Added a screen recording or screenshots to this PR -- [ ] Updated the Docs if changes were necessary +- [ ] Self-reviewed my code +- [ ] Ran `npm run build` (no errors) +- [ ] Added screenshots/video (if UI changes) +- [ ] Updated documentation (if needed)