From d0164989f98798b38c8c014075a9b09df9de803f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jon=20Haitz=20Legarreta=20Gorro=C3=B1o?= Date: Wed, 22 Nov 2017 17:57:59 +0100 Subject: [PATCH] Create ISSUE_TEMPLATE.md Create an `ISSUE_TEMPLATE.md` file to provide a guide when submitting issues to ITK. --- ISSUE_TEMPLATE.md | 46 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 46 insertions(+) create mode 100644 ISSUE_TEMPLATE.md diff --git a/ISSUE_TEMPLATE.md b/ISSUE_TEMPLATE.md new file mode 100644 index 000000000000..77ddaf442f2d --- /dev/null +++ b/ISSUE_TEMPLATE.md @@ -0,0 +1,46 @@ +[Before submitting an issue, please check that your isssue hasn't been already filed] + +### Description + +[Description of the issue] + +### Steps to Reproduce + +1. [First Step] +2. [Second Step] +3. [and so on...] + +### Expected behavior + +[What you expect to happen] + +### Actual behavior + +[What actually happens] + +### Reproducibility + +[What percentage of the time does it reproduce?] + +### Versions + +[If a tagged version, you can get this information by inspecting the `ITK_VERSION_MAJOR` `ITK_VERSION_MINOR` and `ITK_VERSION_PATCH` variable values in the `ITKConfig.cmake` file] + +[If the commit number is required, run `$ git rev-parse --short HEAD`] + +### Platform + +[Which your OS and compiler are] + + +### Additional Information + +[Any additional information, configuration or data that might be necessary to reproduce the issue.] + +### Label + +[Choose the label that best fits the issue] + +### Milestones + +[Choose the milestone that best fits the issue]