From e1cfa5aca1635509d6d7efa4eab9084fbd3b3db8 Mon Sep 17 00:00:00 2001 From: Ward Fisher Date: Wed, 24 Feb 2016 10:55:12 -0700 Subject: [PATCH] Added a roughed-in issue template. --- .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 000000000..eb37ed9a5 --- /dev/null +++ b/.github/ISSUE_TEMPLATE.md @@ -0,0 +1,26 @@ +> Please provide as much of the following information as you can, as applicable to the issue being reported. Naturally, not all information is relevant to every issue, but the more information we have to start, the better! + +### Environment Information + +> Feel free to skip this if the issue is related to documentation, a feature request, or general discussion. + +* What platform are you using? (please provide specific distribution/version in summary) + * [ ] Linux + * [ ] Windows + * [ ] OSX + * [ ] Other + * [ ] NA +* 32 and/or 64 bit? + * [ ] 32-bit + * [ ] 64-bit +* What build system are you using? + * [ ] autotools (`configure`) + * [ ] cmake +* Can you provide a sample netCDF file or `C` code to recreate the issue? + * [ ] Yes (please attach to this issue, thank you!) + * [ ] No + * [ ] Not at this time + +### Summary of Issue + +### Steps to reproduce the behavior