From 3f946428ec3b7c2158f26980ad2182e7c135430f Mon Sep 17 00:00:00 2001 From: sigiesec Date: Fri, 25 Aug 2017 13:16:23 +0200 Subject: [PATCH] Problem: bug reports are often missing relevant information Solution: provide template for bug reports --- .github/issue_template.md | 22 ++++++++++++++++++++++ 1 file changed, 22 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 00000000..21b837a8 --- /dev/null +++ b/.github/issue_template.md @@ -0,0 +1,22 @@ +*Please use this template for reporting suspected bugs or requests for help.* + +# Issue description + + + +# Environment + +* libzmq version (commit hash if unreleased): +* OS: + +# Minimal test code / Steps to reproduce the issue + +1. + + +# What's the actual result? (include assertion message & call stack if applicable) + + + +# What's the expected result? +