-
-
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.
Jon Haitz Legarreta Gorroño
authored
Nov 22, 2017
1 parent
83f28d8
commit d016498
Showing
1 changed file
with
46 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,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] |