From e9dd05b222383d6fd581567686038cc9ed8c3fbc Mon Sep 17 00:00:00 2001 From: Sander van Rijn Date: Mon, 6 May 2024 09:59:50 +0200 Subject: [PATCH] include an action point of adding changes to changelog in PR template --- .github/PULL_REQUEST_TEMPLATE.md | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index a3db53cd..621b0f93 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -2,6 +2,7 @@ - [ ] I have read the [contribution guidelines](../CONTRIBUTING.md) - [ ] This update is in line with what is recommended in the [Python chapter of the Guide](https://guide.esciencecenter.nl/#/best_practices/language_guides/python) +- [ ] All user facing changes have been added to CHANGELOG.md