Skip to content
This repository was archived by the owner on Aug 23, 2019. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
46 changes: 46 additions & 0 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
### Summary

**(Edit this)** *Describe the goal of this PR.*

*Include links to any related Jira issues. Don't forget to include their keys in the PR's title.*


### Test instructions

**(Edit this)** *Describe how this should be tested by the reviewer.*


### Requirements (Developer and Reviewer to `✔` each □)

Code …

- … **works** locally.
- [ ] Developer
- [ ] Reviewer
- … satisfies the **task's requirements**.
- [ ] Developer
- [ ] Reviewer
- … is **simple and readable** – refactored if needed.
- [ ] Developer
- [ ] Reviewer
- … is **minimal** – unrelated changes should go in separate PRs.
- [ ] Developer
- [ ] Reviewer
- … is sufficiently **commented**, particularly in hard-to-understand areas.
- [ ] Developer
- [ ] Reviewer
- … is **sufficiently tested** – unit tests plus integration and/or end-to-end tests if applicable.
- [ ] Developer
- [ ] Reviewer
- … is **production ready** and meets company standards for quality, security, and scalability.
- [ ] Developer
- [ ] Reviewer


<details>
<summary>Extra reading</summary>
<br />

* [Code and Editing Guides](https://primer.atlassian.net/wiki/spaces/ENG/pages/8851180/Code+and+Editing+Guides)

</details>