Skip to content

Commit

Permalink
Add release contributors to CHANGELOG (#171)
Browse files Browse the repository at this point in the history
* Add release contributors to CHANGELOG

* extend PR template with contrib list
  • Loading branch information
gasparnagy committed Jun 10, 2024
1 parent 14a2c56 commit 2189799
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/pull_request_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 2189799

Please sign in to comment.