Skip to content

Commit 3274437

Browse files
authored
chore: Update .github/pull_request_template.md [skip ci]
1 parent 361b7a2 commit 3274437

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

.github/pull_request_template.md

+28
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
## Title
2+
<!---
3+
The title of the PR will be the commit message of the merge commit, so please make sure it is descriptive enough.
4+
We utilize the Conventional Commits specification for our commit messages. See <https://www.conventionalcommits.org/en/v1.0.0/#specification> for more information.
5+
The commit tag types can be of one of the following: feat, fix, deps, refactor, chore, docs. See <https://github.com/libp2p/js-libp2p/blob/master/.github/workflows/main.yml#L235-L242>
6+
The title must also be fewer than 72 characters long or it will fail the Semantic PR check. See <https://github.com/libp2p/js-libp2p/blob/master/.github/workflows/semantic-pull-request.yml>
7+
--->
8+
9+
## Description
10+
11+
<!--
12+
Please write a summary of your changes and why you made them.
13+
Please include any relevant issues in here, for example:
14+
Related https://github.com/libp2p/js-libp2p/issues/ABCD.
15+
Fixes https://github.com/libp2p/js-libp2p/issues/XYZ.
16+
-->
17+
18+
## Notes & open questions
19+
20+
<!--
21+
Any notes, remarks or open questions you have to make about the PR which don't need to go into the final commit message.
22+
-->
23+
24+
## Change checklist
25+
26+
- [ ] I have performed a self-review of my own code
27+
- [ ] I have made corresponding changes to the documentation if necessary (this includes comments as well)
28+
- [ ] I have added tests that prove my fix is effective or that my feature works

0 commit comments

Comments
 (0)