From 225d0a328465f430db3910fcea2a9498b58c3fbc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pedro=20Vicente=20G=C3=B3mez=20S=C3=A1nchez?= Date: Mon, 7 Oct 2019 08:27:35 +0200 Subject: [PATCH] Add GitHub PR Template (#239) * Add PR template as we've done many times in the rest of our projects * Update PULL_REQUEST_TEMPLATE.md --- PULL_REQUEST_TEMPLATE.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 PULL_REQUEST_TEMPLATE.md 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_