From 2e5910f3843440ddd9bcb57735f837da4360dad2 Mon Sep 17 00:00:00 2001 From: Jeroen De Meerleer Date: Tue, 12 Feb 2019 13:07:35 +0100 Subject: [PATCH] add github issue_template.md --- .github/issue_template.md | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 .github/issue_template.md diff --git a/.github/issue_template.md b/.github/issue_template.md new file mode 100644 index 0000000..a925a6d --- /dev/null +++ b/.github/issue_template.md @@ -0,0 +1,26 @@ +((Note: Please write in English)) +((Short description of the issue in issue title)) + +(Description of the issue) + +### Expected results + +(Description of what should be the result) + +### Actual results + +(Description of what you get as result) + +### Path to disaster + +``` +(Code snippet of the disastrous libpairtwo code) +``` + +### Libpairtwo version + +(Version tag or git commit hash) + +### PHP version + +(PHP-version you encountered the issue with) \ No newline at end of file