feat (templates): add issue and pull request templates

This commit is contained in:
punitverma123 2025-05-27 16:46:00 +05:30
parent be8badb4fc
commit d342fda5fd
4 changed files with 96 additions and 0 deletions

17
.github/PULL_REQUEST_TEMPLATE.md vendored Normal file
View file

@ -0,0 +1,17 @@
### Summary
<!-- Describe what this PR does, why its needed, and any high-level context. -->

### Related Issue
<!-- Reference the issue this PR closes. e.g. “Closes #ISSUE-NUMBER” -->

### Checklist (optional)
<!--
- [ ] Ive run `npm test` and all tests pass
- [ ] Ive added documentation where needed
- [ ] Ive added any necessary labels
-->

### Screenshots / Screen Recording / Logs
<!--
Attach any relevant screenshots, screen recordings, or logs.
-->