From 41d99c517f7c377bac636e458e2ed017b706f821 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Guillot?= Date: Sat, 23 Mar 2024 14:34:03 -0700 Subject: [PATCH] Update GitHub PR template --- .github/pull_request_template.md | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 24e90717..5eb69786 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -3,4 +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 - [ ] I read this document: https://miniflux.app/faq.html#pull-request