From 2189799743d9501f6ea9f710c5a8ddebcb76b84f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A1sp=C3=A1r=20Nagy?= Date: Mon, 10 Jun 2024 15:17:44 +0200 Subject: [PATCH] Add release contributors to CHANGELOG (#171) * Add release contributors to CHANGELOG * extend PR template with contrib list --- .github/pull_request_template.md | 2 +- CHANGELOG.md | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 6d0ce997b..17241f3cd 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 543f9c9a7..df34863a2 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: