From c665b863c7c15c1928d63b55b13e3abd5790082e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20L=C5=93uillet?= Date: Thu, 18 Feb 2016 13:15:11 +0100 Subject: Fix #1691 create ISSUE_TEMPLATE and PULL_REQUEST_TEMPLATE --- .github/ISSUE_TEMPLATE.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE.md (limited to '.github/ISSUE_TEMPLATE.md') diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md new file mode 100644 index 00000000..bfd3d4d0 --- /dev/null +++ b/.github/ISSUE_TEMPLATE.md @@ -0,0 +1,13 @@ +### Issue details + +_Please provide issue details here_. + +### Steps to reproduce/test case + +_Please provide necessary steps for reproduction of this issue, or better the +reduced test case (without any external dependencies, if possible)_. + +### Affected version(s) + +_Please fill in affected version(s)_ + -- cgit v1.2.3