Skip to content

Commit

Permalink
Update contributor's checklists in PR template (#2659)
Browse files Browse the repository at this point in the history
* Split contributor's and reviewer's checklists

* contributor-centric checklist

* Move issues at the top and split entry

* phrasing
  • Loading branch information
ZanSara authored Jun 21, 2022
1 parent da5ea73 commit a6c06ee
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit a6c06ee

Please sign in to comment.