From 758e4b75e72b867209f8caaac1af05fb1dc2ee4d Mon Sep 17 00:00:00 2001 From: Manuel <5673677+mtrezza@users.noreply.github.com> Date: Wed, 27 Oct 2021 03:23:08 +0200 Subject: [PATCH] docs: updated changelog entry to PR template --- .github/pull_request_template.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index f7b9b13f..72dba372 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -22,9 +22,8 @@ Related issue: FILL_THIS_OUT Delete suggested TODOs that do not apply to this PR. --> -- [ ] Add test cases -- [ ] Add entry to changelog +- [ ] Add tests - [ ] Add changes to documentation (guides, repository pages, in-code descriptions) - [ ] Add [security check](https://github.com/parse-community/parse-server/blob/master/CONTRIBUTING.md#security-checks) - [ ] Add new Parse Error codes to Parse JS SDK -- [ ] ... \ No newline at end of file +- [x] A changelog entry is created automatically using the pull request title (do not manually add a changelog entry)