From 42729324026fbbfc00bfc9adc0b99e8d3ed3304f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Guillot?= Date: Thu, 4 Jul 2024 13:12:10 -0700 Subject: [PATCH] Update GitHub PR template --- .github/pull_request_template.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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