-
Notifications
You must be signed in to change notification settings - Fork 170
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #558 from ANTsX/issue_template
DOC: Update issue template
- Loading branch information
Showing
1 changed file
with
55 additions
and
20 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 |
---|---|---|
@@ -1,35 +1,70 @@ | ||
--- | ||
name: Bug report | ||
about: Create a report to help us improve | ||
about: Report errors or unexpected behavior when installing or using ANTsPy | ||
|
||
--- | ||
|
||
<!-- | ||
Text in these brackets are comments, and won't be visible when you submit your | ||
issue. Please read before submitting. | ||
---> | ||
|
||
**Describe the bug** | ||
A clear and concise description of what the bug is. | ||
<!-- | ||
In a sentence or two, describe the problem | ||
---> | ||
|
||
**To reproduce** | ||
<!-- | ||
Steps that enable others to reproduce the problem. For example | ||
import ants | ||
mnipath = ants.get_ants_data('mni') | ||
# This produces the error | ||
result = ant.some_function('mnipath', option=value) | ||
Please try to reproduce the problem with public data, or share example data. | ||
Please try to reproduce the problem efficiently, eg if you have an error in a long | ||
optimization process, does it still happen if you reduce the number of iterations? | ||
---> | ||
|
||
**To Reproduce** | ||
Steps to reproduce the behavior: | ||
1. Go to '...' | ||
2. Click on '....' | ||
3. Scroll down to '....' | ||
4. See error | ||
|
||
**Expected behavior** | ||
A clear and concise description of what you expected to happen. | ||
<!-- A brief description of what you expected to happen. ---> | ||
|
||
**Screenshots** | ||
If applicable, add screenshots to help explain your problem. | ||
<!-- If applicable, add screenshots to help explain your problem. ---> | ||
|
||
**ANTsPy installation (please complete the following information):** | ||
<!-- Please add information in the square brackets below ---> | ||
<!-- PC, Mac, cloud, HPC cluster, other ---> | ||
- Hardware [ ] | ||
<!-- Mac OS, Windows, Ubuntu ---> | ||
- OS: [ ] | ||
<!-- | ||
To get system details on Linux, open a terminal and run | ||
uname -mrs | ||
On Mac, open a terminal and run | ||
uname -mrs | ||
sw_vers | ||
On Windows, open a cmd window and run | ||
**Desktop (please complete the following information):** | ||
- OS: [e.g. iOS] | ||
- Browser [e.g. chrome, safari] | ||
- Version [e.g. 22] | ||
systeminfo | findstr /B /C:"OS Name" /C:"OS Version" /C:"System Type" | ||
--> | ||
- System details [ ] | ||
<!-- None if running directly, or virtual machine, WSL, Docker, Singularity ---> | ||
- Sub-system: [ ] | ||
<!-- Find your version with `pip show antspyx`. If you built from source, include the git hash or tag --> | ||
- ANTsPy version: [ ] | ||
<!-- pip, downloaded wheel from (URL), built from source, other ---> | ||
- Installation type: [ ] | ||
|
||
**Smartphone (please complete the following information):** | ||
- Device: [e.g. iPhone6] | ||
- OS: [e.g. iOS8.1] | ||
- Browser [e.g. stock browser, safari] | ||
- Version [e.g. 22] | ||
|
||
**Additional context** | ||
Add any other context about the problem here. | ||
Add any other context about the problem here. Many issues are specific to particular data | ||
so please include example data if possible. |