-
-
Notifications
You must be signed in to change notification settings - Fork 686
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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/) |