Skip to content

Commit

Permalink
DOC: Create ISSUE_TEMPLATE.md
Browse files Browse the repository at this point in the history
Create an `ISSUE_TEMPLATE.md` file to provide a guide when submitting issues to ITK.

Change-Id: I0828b37f5999fe1d2acb59885c0ba1dc648b5d67
  • Loading branch information
Jon Haitz Legarreta Gorroño committed Dec 6, 2017
1 parent 83f28d8 commit 7970cf0
Showing 1 changed file with 48 additions and 0 deletions.
48 changes: 48 additions & 0 deletions ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
[Before submitting an issue, please check that your issue hasn't been already
filed]

### Description

[Description of the issue]

### Steps to Reproduce

1. [First Step]
2. [Second Step]
3. [and so on...]

[Provide a minimal, compilable code snippet (either through a
[GitHub gist](https://gist.github.com/) or your own files reproducing the issue
if necessary]

### 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`]

### Environment

[Which your OS and compiler are]

### Additional Information

[Any additional information, configuration or data that might be necessary to reproduce the issue.]


Note: Use issues for their purpose; isses are not for code help. Need help? Ask
your question at [https://discourse.itk.org/](https://discourse.itk.org/)

0 comments on commit 7970cf0

Please sign in to comment.