mirror of
https://github.com/fluencelabs/rust-libp2p
synced 2025-06-25 07:41:34 +00:00
.github/: Use Description
for commit message and add Notes
(#3082)
This commit is contained in:
2
.github/mergify.yml
vendored
2
.github/mergify.yml
vendored
@ -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
|
||||
|
11
.github/pull_request_template.md
vendored
11
.github/pull_request_template.md
vendored
@ -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. -->
|
||||
@ -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
|
||||
|
Reference in New Issue
Block a user