Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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.
Jon Haitz Legarreta Gorroño authored Nov 22, 2017

Verified

This commit was signed with the committer’s verified signature.
csainty Chris Sainty
1 parent 83f28d8 commit d016498
Showing 1 changed file with 46 additions and 0 deletions.
46 changes: 46 additions & 0 deletions ISSUE_TEMPLATE.md
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]

0 comments on commit d016498

Please sign in to comment.