-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add pull request template for consistent contributions
- Loading branch information
1 parent
c04edfb
commit ecf1759
Showing
1 changed file
with
32 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |