Skip to content

Commit

Permalink
feat: add pull request template for consistent contributions
Browse files Browse the repository at this point in the history
  • Loading branch information
ersankarimi committed Oct 31, 2024
1 parent c04edfb commit ecf1759
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
<!---
☝️ Please ensure the PR title adheres to commit conventions (https://conventionalcommits.org)
-->

### 🔗 Issue Reference

<!-- If this PR is linked to an existing issue, mention it here, e.g., "Fixes #123" -->

### ⚙️ Change Category

<!-- Select the nature of your changes by placing an `x` in the relevant boxes below. -->

- [ ] 📚 Docs Update (changes to documentation or README files)
- [ ] 🐞 Bug Patch (non-breaking fix for a reported issue)
- [ ] 🚀 Enhancement (modifications that improve existing functionality)
- [ ] 🌟 New Feature (a non-breaking addition of new functionality)
- [ ] 🛠 Maintenance (updates to build processes or project tooling)
- [ ] 🔧 Major Update (a change that impacts existing functionality)

### 📝 Summary of Changes

<!-- Describe your updates thoroughly -->
<!-- Why was this modification necessary? What issue does it resolve? -->

### ☑️ Checklist

<!-- Mark completed tasks with an `x` -->
<!-- If this change requires updated documentation, please link it -->
<!-- If you're unsure about any item, feel free to ask; we're here to help! -->

- [ ] Linked to an issue or relevant discussion.
- [ ] Updated necessary documentation to reflect the changes.

0 comments on commit ecf1759

Please sign in to comment.