Skip to content

Commit 8bead3d

Browse files
authored
chore: create pull request template for contributions
1 parent 7d69561 commit 8bead3d

1 file changed

Lines changed: 21 additions & 0 deletions

File tree

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
### 🔗 Linked issue
2+
3+
<!-- Please ensure there is an open issue and mention its number. For example, "resolves #123" -->
4+
5+
### 📚 Description
6+
7+
<!-- Describe your changes in detail. Why is this change required? What problem does it solve? -->
8+
9+
<!-- If you used AI tools to help with this contribution, please ensure the PR description and code reflect your own understanding.
10+
Write in your own voice rather than copying AI-generated text. -->
11+
12+
<!----------------------------------------------------------------------
13+
Before creating the pull request, please make sure you do the following:
14+
15+
- Check that there isn't already a PR that solves the problem the same way. If you find a duplicate, please help us reviewing it.
16+
- Ensure that PR title follows conventional commits (https://www.conventionalcommits.org)
17+
- Update the corresponding documentation if needed.
18+
- Include relevant tests that fail without this PR but pass with it.
19+
20+
Thank you for contributing to Npmx!
21+
----------------------------------------------------------------------->

0 commit comments

Comments
 (0)