Skip to content

Commit

Permalink
DOC: Update issue templates
Browse files Browse the repository at this point in the history
  • Loading branch information
cookpa committed Jan 21, 2020
1 parent 4528978 commit a025d04
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 2 deletions.
27 changes: 26 additions & 1 deletion .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,25 @@ about: Report errors or unexpected results when running ANTs programs

---

Before opening an issue, please check the ANTs wiki:

https://github.com/ANTsX/ANTs/wiki

The Github wiki search only covers page titles, but you can do a full
text search by entering into Google:

```
<your search terms> site:https://github.com/ANTsX/ANTs/wiki
```

Please check previous issues on Github at

https://github.com/ANTsX/ANTs/issues

```
is:issue <your search terms>
```

**Describe the bug**
A clear and concise description of what the bug is.

Expand All @@ -27,7 +46,13 @@ If applicable, add screenshots to help explain your problem.
**System information (please complete the following information)**
- OS: [e.g. Mac OS]
- OS version: [e.g. 10.15.1]
- Type of system: [Desktop, laptop, HPC cluster, cloud instance, other]
- Type of system: [Desktop, laptop, HPC cluster, cloud instance,
other]

If you are building inside a virtual machine, container, Cygwin,
Windows Subsystem for Linux, or other non-native environment, please
let us know and include details of both the virtual Linux and the
host OS.

**ANTs version information**
- ANTs code version: [output of antsRegistration --version]
Expand Down
10 changes: 9 additions & 1 deletion .github/ISSUE_TEMPLATE/build_errors.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,15 @@ Superbuild and let us know if that compiles successfully.
[ ] Installation (make install)

**Build environment**
- OS name and version: [e.g. Ubuntu 18.04]
- OS: [e.g. Mac OS]
- OS version: [e.g. 10.15.1]
- Type of system: [Desktop, laptop, HPC cluster, cloud instance,
other]

If you are building inside a virtual machine, container, Cygwin,
Windows Subsystem for Linux, or other non-native environment, please
let us know and include details of both the virtual Linux and the
host OS.

**ANTs version**
Specify the release tag or commit hash of the code you are building
Expand Down

0 comments on commit a025d04

Please sign in to comment.