From d10daa1785202a03a11bbc1ab1aff5a7b5bccd5d Mon Sep 17 00:00:00 2001 From: Allan Victor Date: Thu, 26 Oct 2017 22:33:28 -0200 Subject: [PATCH] Create PULL_REQUEST_TEMPLATE.md --- PULL_REQUEST_TEMPLATE.md | 13 +++++++++++++ 1 file changed, 13 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 0000000..01f2be1 --- /dev/null +++ b/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,13 @@ +## Story +External link to story here. + +## Description +Describe your changes here. + +## Tasks +- [x] Feature 1 +- [x] Feature 2 +- [ ] Feature 3 + +## :warning: Warning :warning: +Write down warnings here.