diff --git a/PULL_REQUEST_TEMPLATE.md b/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 00000000..b96582f2 --- /dev/null +++ b/PULL_REQUEST_TEMPLATE.md @@ -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_