Skip to content

Commit 0775950

Browse files
committed
Merge branch 'master' into issues_AE
2 parents df2dabb + b66adfa commit 0775950

File tree

2 files changed

+30
-9
lines changed

2 files changed

+30
-9
lines changed

.github/ISSUE_TEMPLATE.md

Lines changed: 28 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,31 @@
1-
TODO
1+
### Prerequisites
22

3-
In the new file, add your issue template. This could include:
3+
* [ ] Are you running the [latest version of SCIRun](https://github.com/SCIInstitute/SCIRun/releases)?
4+
[//]: # (* [ ] TODO: Did you check the [debugging guide](http://flight-manual.atom.io/hacking-atom/sections/debugging/)?)
5+
[//]: # (* [ ] TODO: Did you check the [FAQs on Discuss](https://discuss.atom.io/c/faq)?)
6+
* [ ] Are you reporting to the [correct repository](https://github.com/SCIInstitute/SCIRun)?
7+
* [ ] Did you [perform a cursory search](https://github.com/SCIInstitute/SCIRun/issues) to see if your bug or enhancement is already reported?
48

5-
Expected behavior and actual behavior.
6-
Steps to reproduce the problem.
7-
Specifications like the version of the project, operating system, or hardware.
9+
For more information on how to write a good [bug report](https://github.com/atom/atom/blob/master/CONTRIBUTING.md#how-do-i-submit-a-good-bug-report) or [enhancement request](https://github.com/atom/atom/blob/master/CONTRIBUTING.md#how-do-i-submit-a-good-enhancement-suggestion), see the `CONTRIBUTING` guide. These links point to another project, but most of the advice holds in general.
810

9-
Example:
10-
https://github.com/atom/atom/blob/master/ISSUE_TEMPLATE.md
11+
### Description
12+
13+
[Description of the bug or feature]
14+
15+
For Mac crash bugs, please *DO NOT* paste an entire MacOS crash report here. Edit it down to just the stack trace of the thread that crashed, along with the general system info on the top.
16+
17+
**In all bug cases, some combination of screenshots, sample network(s), and input data should be attached. You can use any cloud storage links you want for networks and data.**
18+
19+
### Steps to Reproduce
20+
21+
1. [First Step]
22+
2. [Second Step]
23+
3. [and so on...]
24+
25+
**Expected behavior:** [What you expected to happen]
26+
27+
**Actual behavior:** [What actually happened]
28+
29+
### Versions
30+
31+
You can get this information from executing `SCIRun --version` at the command line, or clicking on the version button in the bottom right corner of the GUI (which copies the version to the clipboard). Also, please include the OS and what version of the OS you're running.

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ install:
3535
# hopefully make OS X builds a bit faster
3636
script:
3737
- cd bin
38-
- cmake -DDOWNLOAD_TOOLKITS:BOOL=OFF -DRUN_BASIC_REGRESSION_TESTS:BOOL=OFF -DBUILD_TESTING:BOOL=OFF ../Superbuild
39-
- make -j4
38+
- cmake -DDOWNLOAD_TOOLKITS:BOOL=OFF -DBUILD_TESTING:BOOL=OFF ../Superbuild
39+
- make -j8
4040
# make SCIRunTestData_external
4141
# && make test
4242

0 commit comments

Comments
 (0)