Skip to content

Commit c4fb76f

Browse files
authored
chore: Update .github/pull_request_template.md [skip ci]
1 parent 6933d34 commit c4fb76f

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed

.github/pull_request_template.md

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

0 commit comments

Comments
 (0)