Skip to content

Commit c05ea3b

Browse files
update PR template (#572)
Signed-off-by: Nicolas MASSART <[email protected]>
1 parent 0323f1e commit c05ea3b

File tree

1 file changed

+16
-3
lines changed

1 file changed

+16
-3
lines changed

.github/pull_request_template.md

Lines changed: 16 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,22 @@
1-
**Before pushing any commit in your pull request, make sure that:**
1+
## Pull request checklist
2+
3+
Use the following list to make sure your PR fits the Besu doc quality standard.
4+
5+
### Before creating the pull request
6+
7+
Make sure that:
28

3-
- [ ] you read the [contribution guidelines](https://wiki.hyperledger.org/display/BESU/Contributing+to+documentation).
49
- [ ] [all commits in this PR are signed off for the DCO](https://wiki.hyperledger.org/display/BESU/DCO).
10+
- [ ] you read the [contribution guidelines](https://wiki.hyperledger.org/display/BESU/Contributing+to+documentation).
511
- [ ] you have [tested your changes locally](https://wiki.hyperledger.org/display/BESU/MkDocs+And+Markdown+Guide#MkDocsAndMarkdownGuide-PreviewTheDocumentation) before submitting them to the community for review.
6-
- [ ] you verified the rendering on [ReadTheDocs.org PR preview](https://wiki.hyperledger.org/display/BESU/MkDocs+And+Markdown+Guide#MkDocsAndMarkdownGuide-PreviewwithReadTheDocs) (see [Testing](#testing))
12+
13+
### After creating your pull request and tests finished
14+
15+
Make sure that:
16+
17+
- [ ] you fixed all the issues raised by the tests, if any.
18+
- [ ] you verified the rendering of your changes on [ReadTheDocs.org PR preview](https://wiki.hyperledger.org/display/BESU/MkDocs+And+Markdown+Guide#MkDocsAndMarkdownGuide-PreviewwithReadTheDocs)
19+
and updated the testing link (see [Testing](#testing)).
720

821
## Describe the change
922

0 commit comments

Comments
 (0)