Update PR template not to mention changelog anymore (#1848)

This commit is contained in:
David Simansky 2023-08-24 11:07:56 +02:00 committed by GitHub
parent cb35f6a25a
commit 00f35299a1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 16 deletions

View File

@ -26,22 +26,6 @@ additional action from users switching to the new release, include the string
```
<!--
Please add an entry to CHANGELOG.adoc file, too, as part of your Pull Request.
In the following cases, add a short description of PR to the unreleased section in CHANGELOG.adoc:
- 🎁 New feature
- 🐛 Bug fix
- ✨ Feature Update
- 🐣 Refactoring
- 🗑️ Remove feature or internal logic
See other entries in CHANGELOG.adoc as an example for how to add the entry, including a reference to the corresponding issue/PR
PLEASE DON'T ADD THAT LINE HERE IN THE PULL-REQUEST DESCRIPTION BUT DIRECTLY IN CHANGELOG.ADOC AND ADD CHANGELOG.ADOC AS PART OF YOUR PULL-REQUEST.
-->
<!--
To automatically lint go code in this pull request uncomment the line below. You get feedback as comments on your pull request then -->