From af59cd13d42af40fb036e3fe776204b578d17c9c Mon Sep 17 00:00:00 2001 From: Petra Baranski Date: Fri, 18 Apr 2025 12:52:51 +0200 Subject: [PATCH] Update pull_request_template.md --- .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 80a9234..90280d6 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -5,7 +5,7 @@ ### Checklist for contributor * [ ] if you want to be mentioned in the [AUTHORS](https://github.com/progsource/maddy/blob/master/AUTHORS) file, you added yourself -* [ ] added entry to [CHANGELOG.md](https://github.com/progsource/maddy/blob/master/CHANGELOG.md) in "Upcoming" +* [ ] added an entry to [CHANGELOG.md](https://github.com/progsource/maddy/blob/master/CHANGELOG.md) at "Upcoming" * [ ] if any Markdown definition changed, you updated the [definition docs](https://github.com/progsource/maddy/blob/master/docs/definitions.md) * [ ] your C++ code change is accommodated with a unit/integration test where it makes sense * [ ] your code meets the code format style (clang-format) of the project (`tools/format.py`)