diff options
author | 2024-07-04 13:12:10 -0700 | |
---|---|---|
committer | 2024-07-04 13:12:10 -0700 | |
commit | 42729324026fbbfc00bfc9adc0b99e8d3ed3304f (patch) | |
tree | 912642b3b14fba99a25af95ca81db1a09e33ebdf | |
parent | a60996e666598ba5e2e8951d33093fbdb7ccafe8 (diff) | |
download | v2-42729324026fbbfc00bfc9adc0b99e8d3ed3304f.tar.gz v2-42729324026fbbfc00bfc9adc0b99e8d3ed3304f.tar.zst v2-42729324026fbbfc00bfc9adc0b99e8d3ed3304f.zip |
Update GitHub PR template
-rw-r--r-- | .github/pull_request_template.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 5eb69786..48ba39b1 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -3,5 +3,5 @@ Do you follow the guidelines? - [ ] I have tested my changes - [ ] There is no breaking changes - [ ] I really tested my changes and there is no regression -- [ ] Ideally, my commit messages use the same convention as the Go project: https://go.dev/doc/contribute#commit_messages +- [ ] Ideally, my commit messages follow the [Conventional Commits specification](https://www.conventionalcommits.org/) - [ ] I read this document: https://miniflux.app/faq.html#pull-request |