From ac04fed19b78ea37d5ab122d339ddd0ac455a3a7 Mon Sep 17 00:00:00 2001 From: Carlo Sciolla Date: Mon, 17 Oct 2016 16:33:24 +0200 Subject: [PATCH] Added issue template for better descriptions --- .github/ISSUE_TEMPLATE | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE diff --git a/.github/ISSUE_TEMPLATE b/.github/ISSUE_TEMPLATE new file mode 100644 index 0000000..70119bb --- /dev/null +++ b/.github/ISSUE_TEMPLATE @@ -0,0 +1,8 @@ +# Summary + +> Write here the summary of your changes + +# Checklist for pull requests + +- [ ] I'm fine with my code being released under the GPLv2 license +- [ ] the pull request is filed against the `develop` branch instead of `master`