Skip to content

Commit

Permalink
docs: add the PR template to the submodules too (#10)
Browse files Browse the repository at this point in the history
* docs: add the PR template to the submodules too

* docs: PR template should also ask for related PRs
  • Loading branch information
joanise authored May 17, 2024
1 parent 0d8c836 commit c836312
Showing 1 changed file with 40 additions and 0 deletions.
40 changes: 40 additions & 0 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
<!-- PR template: please provide enough information to guide your reviewers.
Please read Contributing.md before submitting a PR. -->

### PR Goal? <!-- Explain the main objective of this PR. -->



### Fixes? <!-- List any issues this PR fixes, e.g. Fixes #42, Fixes #324 -->



### Feedback sought? <!-- What should reviewers focus on in particular? -->



### Priority? <!-- How soon would you like this PR reviewed, does it block other work? -->



### Tests added? <!-- Make sure your PR includes automated tests for your changes. -->



### How to test? <!-- Explain how reviewers should test this PR. -->



### Confidence? <!-- How confident are you that these changes are ready to merge? -->



### Version change? <!-- Do you think this PR should trigger a Major (Breaking Change)/Minor (New Feature)/patch (refactor/bug fix) version change? -->



### Related PRs? <!-- List PRs in other repos related to this PR, if any. -->



<!-- Add any other relevant information here -->

0 comments on commit c836312

Please sign in to comment.