Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DOC: Latest attempt to encourage use of issue templates [skip ci] #1230

Merged
merged 1 commit into from
Aug 25, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 4 additions & 18 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: Bugs or other run time problems
about: Report potential bugs or other problems running ANTs programs.
name: Bugs, unexpected results or other run time problems
about: Please help us solve your problem by providing the requested info
---

<!--
Expand All @@ -12,22 +12,8 @@ ANTs Wiki is at:

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
```

Previous issues on Github are at

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

and can be searched with

```
is:issue <your search terms>
```
The main Github search bar can search issues and wikis simultaneously. Type
search times and select "In this repository".

If you find related issues but still have questions, you can open a new issue
and reference them with #number. Eg, "This is similar to #1234, but my data..."
Expand Down
3 changes: 3 additions & 0 deletions .github/ISSUE_TEMPLATE/build_errors.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ Before opening an issue, please review the build documentation here

https://github.com/ANTsX/ANTs/wiki/Compiling-ANTs-on-Linux-and-Mac-OS

You can also search the wiki and previous issues using the main Github search
bar. Enter search terms and select "In this repository".

If you are using system ITK or VTK, please verify you have the correct
versions (see the Wiki link above). If you can, please also attempt a
Superbuild and let us know if that compiles successfully.
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/other_questions.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ This form is for theoretical or other questions about ANTs that don't fall into
one of the other categories.

If you are having problems running ANTs on a particular data set, please use the
"Bugs or other run time problems" template.
"Bugs, unexpected results or other run time problems" template.

If you are having problems compiling or installing ANTs, please use the "build
problems" template.
Expand Down