From a6c06ee376ad393dc1acb2c1bb249daa53822ca5 Mon Sep 17 00:00:00 2001 From: Sara Zan Date: Tue, 21 Jun 2022 10:11:18 +0200 Subject: [PATCH] Update contributor's checklists in PR template (#2659) * Split contributor's and reviewer's checklists * contributor-centric checklist * Move issues at the top and split entry * phrasing --- .github/pull_request_template.md | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 2633708df9..d121344007 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,9 +1,10 @@ +**Related Issue(s)**: ... + **Proposed changes**: - ... -**Status (please check what you already did)**: -- [ ] First draft (up for discussions & feedback) -- [ ] Final code -- [ ] [Enable actions on your fork](https://github.com/deepset-ai/haystack/blob/master/CONTRIBUTING.md#forks) -- [ ] Added tests -- [ ] Updated documentation +## Pre-flight checklist +- [ ] I have read the [contributors guidelines](https://github.com/deepset-ai/haystack/blob/master/CONTRIBUTING.md) +- [ ] I have [enabled actions on my fork](https://github.com/deepset-ai/haystack/blob/master/CONTRIBUTING.md#forks) +- [ ] If this is a code change, I added tests or updated existing ones +- [ ] If this is a code change, I updated the docstrings