diff --git a/.github/PULL_REQUEST_TEMPLATE b/.github/PULL_REQUEST_TEMPLATE new file mode 100644 index 0000000..56fbb27 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE @@ -0,0 +1,54 @@ +## πŸ“Œ Pull Request Summary + +` A short description of the changes you're making. +Example: +Fixed a bug where the food items can be deleted. ` + + +## πŸ› οΈ Type of Change + +Please select options that are relevant to your pull request + +- [ ] πŸ› Bug fix +- [ ] ✨ New feature +- [ ] 🧹 Code refactor +- [ ] πŸ§ͺ Tests added/updated +- [ ] πŸ“„ Documentation update +- [ ] πŸš€ Performance improvement +- [ ] πŸ”§ Other (please describe): +- [ ] ✨ New Company Scraper + +## πŸ”— Related Issue + +Closes #[issue-number] + + + + +## βœ… Checklist + +Please confirm the following before submitting: + +- [ ] I have **tested** my changes locally +- [ ] I have run `python company_scraper.py` or similar to check code style & working +- [ ] I have updated documentation (if necessary) +- [ ] My code follows the project’s coding conventions +- [ ] I have merged the latest `main` or `dev` branch +- [ ] I have performed a **self-review** of my own code. +- [ ] My changes **generate** no new warnings or errors. +- [ ] I have **commented** my code, especially in hard-to-understand areas +- [ ] I have **linked the related issue** + + + +## πŸ“Έ Screenshots (if applicable) + + +* Add before/after screenshots or UI changes. + + + +--- +## 🧠 Additional Notes + +- Anything else you want the reviewer to know.