AI_Resume_Scanner / .github /pull_request_template.md
majidali1256's picture
docs: add automated GitHub PR template and core package PR description
d8bca1f
|
Raw
History Blame Contribute Delete
649 Bytes
### ๐Ÿš€ Summary of Changes
<!-- Briefly describe what this PR adds, modifies, or fixes -->
-
### ๐ŸŽฏ Related Issue / Task
<!-- Mention the issue number e.g. Closes #1 -->
- Closes #
### ๐Ÿงช Verification Performed
<!-- Check off the tests or verifications performed before submitting this PR -->
- [ ] Tested locally with sample inputs (`python -m resume_scanner.cli ...`)
- [ ] Verified no sensitive API keys (`.env`) or system files (`.DS_Store`) are staged
- [ ] Code follows conventional commit formatting (`feat:`, `fix:`, `docs:`)
### ๐Ÿ“ธ Screenshots / Output (if applicable)
<!-- Add terminal output or UI screenshots -->
```text
```