Skip to content

Commit 42d6347

Browse files
authored
Pull request template (ipfs#1359)
Create general pull request template
1 parent 731931c commit 42d6347

File tree

1 file changed

+38
-0
lines changed

1 file changed

+38
-0
lines changed
Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
# Describe your changes
2+
<!--
3+
In a few sentences, described the changes made here, and why the changes are being made
4+
!-->
5+
6+
7+
# Files changed
8+
<!--
9+
Add the paths of the files that are being updated in this PR
10+
!-->
11+
- <!-- EXAMPLE: docs/install/ipfs-companion.md !-->
12+
-
13+
-
14+
15+
# What issue(s) does this address?
16+
17+
<!--
18+
Ideally, your PR should reference an open GitHub issue that it addresses. Add links to any issues that this PR addresses.
19+
!-->
20+
21+
-
22+
-
23+
-
24+
25+
# Does this update depend on any other PRs?
26+
27+
<!--
28+
Add links to any PRs that this PR depends on. For example, if this is a documentation update describing a new feature that imust be tested and merged before the documentation can be published, link to that PR here
29+
!-->
30+
31+
-
32+
-
33+
34+
## Checklist before requesting a review
35+
- [ ] Passing the beta version of the **Check Markdown links for modified files** check. Action results can be viewed [here](https://github.com/ipfs/ipfs-docs/actions/workflows/action.yml).
36+
37+
## Checklist before merging
38+
- [ ] Passing all required checks (The beta **Check Markdown links for modified files** check is not required)

0 commit comments

Comments
 (0)