Skip to content
This repository has been archived by the owner on Jul 2, 2021. It is now read-only.

Commit

Permalink
Add GitHub PR Template (#239)
Browse files Browse the repository at this point in the history
* Add PR template as we've done many times in the rest of our projects

* Update PULL_REQUEST_TEMPLATE.md
  • Loading branch information
pedrovgs authored and Serchinastico committed Oct 7, 2019
1 parent fb2263f commit 225d0a3
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
### :pushpin: References
* **Issue:** _your issue goes here_
* **Related pull-requests:** _list of related pull-requests (comma-separated): #1, #2_

### :tophat: What is the goal?

_Provide a description of the overall goal (you can usually copy the one from the issue)_

### :memo: How is it being implemented?

_Provide a description of the implementation_

### :robot: How can it be tested?

_If it cannot be tested explain why._

- [ ] **Use case 1:** _A brief description of the use case that should be tested_
- [ ] **Use case 2:** _If the use case requires some complex steps, increase indentation_
- [ ] _Step 1_
- [ ] _Step 2_

0 comments on commit 225d0a3

Please sign in to comment.