From 18030795bbfeddd01bff3f20be724a526362b2eb Mon Sep 17 00:00:00 2001 From: Gyeongjae Choi Date: Tue, 16 Nov 2021 11:18:42 +0900 Subject: [PATCH] Update description about checklists in PR template (#1964) * Update description about checklists in PR template [skip ci] * Apply suggestions from code review Co-authored-by: Jan Max Meyer --- .github/PULL_REQUEST_TEMPLATE.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 9f58cc88c..786606809 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -16,8 +16,12 @@ ### Checklists -Not all of these steps are necessary for every PR. + -- [ ] Add a [CHANGELOG](https://github.com/pyodide/pyodide/blob/main/docs/project/changelog.md) entry or explain why an entry is not needed +- [ ] Add a [CHANGELOG](https://github.com/pyodide/pyodide/blob/main/docs/project/changelog.md) entry - [ ] Add / update tests - [ ] Add new / update outdated documentation