Skip to content

Commit

Permalink
fix: pr template comment location
Browse files Browse the repository at this point in the history
move comment under checklist so users don't need to copy/paste their first git commit message under the comment

Signed-off-by: jmeridth <[email protected]>
  • Loading branch information
jmeridth committed Oct 13, 2023
1 parent d48cc74 commit 9229957
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@

Checklist:

* [ ] I have updated the necessary documentation
* [ ] I have updated the changelog, if necessary (CHANGELOG.md)
* [ ] I have signed off all my commits as required by [DCO](../CONTRIBUTING.md#legal)
* [ ] My build is green

<!--
Note on DCO:
Expand All @@ -7,10 +15,3 @@ Note on Versioning:
Maintainers will bump the version and do a release when they are ready to release (possibly multiple merged PRs). Please do not bump the version in your PRs.
-->

Checklist:

* [ ] I have updated the necessary documentation
* [ ] I have updated the changelog, if necessary (CHANGELOG.md)
* [ ] I have signed off all my commits as required by [DCO](../CONTRIBUTING.md#legal)
* [ ] My build is green

0 comments on commit 9229957

Please sign in to comment.