Skip to content

Commit

Permalink
.github/: Use Description for commit message and add Notes (#3082)
Browse files Browse the repository at this point in the history
  • Loading branch information
thomaseizinger authored Nov 13, 2022
1 parent afb777e commit cafa734
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/mergify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ defaults:
commit_message_template: |
{{ title }} (#{{ number }})
{{ body | get_section("## Commit Message body", "") }}
{{ body | get_section("## Description", "") }}
pull_request_rules:
- name: Ask to resolve conflict
Expand Down
11 changes: 6 additions & 5 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,16 @@
# Description
## Description

<!-- Please write a summary of your changes and why you made them.-->
<!-- This section will appear as the commit message after merging. Please craft it accordingly. -->

## Notes

<!-- Any notes or remarks you'd like to make about the PR. -->

## Links to any relevant issues

<!-- Reference any related issues.-->


## Open Questions

<!-- Unresolved questions, if any. -->
Expand All @@ -19,6 +23,3 @@
- [ ] I have made corresponding changes to the documentation
- [ ] I have added tests that prove my fix is effective or that my feature works
- [ ] A changelog entry has been made in the appropriate crates

<!-- The below text will appear as the commit message body once we squash-merge the PR. -->
## Commit message body

0 comments on commit cafa734

Please sign in to comment.