From 8e729c79d824fac294ae8a358397be77f45bbc8e Mon Sep 17 00:00:00 2001 From: Juan Picado Date: Fri, 12 May 2017 15:45:06 +0200 Subject: [PATCH] Add pr template --- .github/pull_request_template.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .github/pull_request_template.md diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 000000000..6f7140238 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,15 @@ +**Type:** bug / feature + +The following has been addressed in the PR: + +* [ ] There is a related issue +* [ ] Unit or Functional tests are included in the PR + + + +**Description:** + +Resolves #??? \ No newline at end of file