From c3016a4c5554a46a703828ddb46d2047d4abccf6 Mon Sep 17 00:00:00 2001 From: Cthulhux Date: Tue, 12 Nov 2024 04:55:01 +0100 Subject: [PATCH] fix: fix grammar in pull-request 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 48ba39b112e..7224a590da5 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,7 +1,7 @@ Do you follow the guidelines? - [ ] I have tested my changes -- [ ] There is no breaking changes +- [ ] There are no breaking changes - [ ] I really tested my changes and there is no regression - [ ] Ideally, my commit messages follow the [Conventional Commits specification](https://www.conventionalcommits.org/) - [ ] I read this document: https://miniflux.app/faq.html#pull-request