From e81c08f7f00e81481b06ff00f9c39af91ee4e5f9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julius=20H=C3=A4rtl?= Date: Sat, 28 Jul 2018 12:07:34 +0200 Subject: [PATCH] Create pull_request_template.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Julius Härtl --- .github/pull_request_template.md | 17 +++++++++++++++++ 1 file changed, 17 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..b4e7f503d --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,17 @@ + +* Fixes issue: # +* Target version: master + +### Summary + + +### TODO + +- [ ] ... + +### Checklist + +- [ ] Code is properly formatted +- [ ] Sign-off message is added to all commits +- [ ] Tests (unit, integration, api and/or acceptance) are included +- [ ] Documentation (manuals or wiki) has been updated or is not required