Skip to content
Open
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
47 changes: 47 additions & 0 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
# πŸ› οΈ Pull Request Template

## πŸ”— Related Issue
Closes #<issue-number>

---

## πŸ“ Description
This PR adds a **Pull Request template** to the repository.
It helps contributors provide **consistent and clear information** when opening PRs.

### Includes:
- Description of changes
- Related issues (`Fixes #issue`)
- Screenshots (if applicable)
- Type of change (Bug fix, Feature, Enhancement, Documentation)
- Checklist for self-review and documentation

---

## βœ… Changes Made
- Created `.github/pull_request_template.md`
- Added sections for description, type of change, testing, checklist, screenshots
- Added **GSSoC 2025 Points Claim** section

---

## πŸ§ͺ How to Test
1. Open a new PR in the repository
2. Check that the template appears automatically with all sections

---

## βœ… Checklist
- [ ] Code follows project style guidelines
- [ ] Self-review completed
- [ ] Documentation updated (if applicable)
- [ ] No new warnings/errors introduced
- [ ] Tests added/updated (if applicable)

---

## 🎯 GSSoC 2025 Points Claim
- [ ] Level 1 (Easy) - 10 points
- [ ] Level 2 (Medium) - 25 points
- [ ] Level 3 (Hard) - 50 points
- [ ] Level 4 (Expert) - 100 points