Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
54 changes: 54 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE
Original file line number Diff line number Diff line change
@@ -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]
<!-- Example: Closes #12 -->



## ✅ 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
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you please update this to be ServiceNow custom flow action specific instead of generic?

- [ ] 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.
Loading