diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 6d0ce997..17241f3c 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -22,6 +22,6 @@ - [ ] I've added tests for my code. (most of the time mandatory) -- [ ] I have added an entry to the changelog. (mandatory) +- [ ] I have added an entry to the changelog & included my GitHub handle to the release contributors list. (mandatory) - [ ] My change requires a change to the documentation. - [ ] I have updated the documentation accordingly. diff --git a/CHANGELOG.md b/CHANGELOG.md index 543f9c9a..df34863a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,8 @@ * Fix: Project created with `dotnet new reqnroll-project` contains an invalid binding class (`[Binding]` attribute missing) (#169) +*Contributors of this release (in alphabetical order):* @gasparnagy, @mcraa + # v2.0.2 - 2024-05-31 ## Bug fixes: