From 575d943f1af11fca767781b2b0c549d1cd36433f Mon Sep 17 00:00:00 2001 From: Joe Grandja Date: Wed, 9 Jan 2019 14:45:08 -0500 Subject: [PATCH] Add GitHub Issue reply templates --- .github/ISSUE_REPLY_TEMPLATES.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .github/ISSUE_REPLY_TEMPLATES.md diff --git a/.github/ISSUE_REPLY_TEMPLATES.md b/.github/ISSUE_REPLY_TEMPLATES.md new file mode 100644 index 0000000000..516f6d5d44 --- /dev/null +++ b/.github/ISSUE_REPLY_TEMPLATES.md @@ -0,0 +1,7 @@ + +### Complete and Minimal Sample + +It would be very helpful if you could provide a complete and minimal sample that reproduces the issue and share it via a GitHub repository. This will allow us to efficiently troubleshoot and help resolve the issue. The sample should contain the minimum amount of code to reproduce the issue along with detailed steps on how to reproduce. Please see the following references for what a complete and minimal sample should consist of. + +- http://sscce.org/ +- https://stackoverflow.com/help/mcve