Skip to content

Commit

Permalink
Add issue template (#943)
Browse files Browse the repository at this point in the history
  • Loading branch information
jslee02 authored Nov 15, 2017
1 parent 6d8058d commit 4d4ff59
Showing 1 changed file with 34 additions and 0 deletions.
34 changes: 34 additions & 0 deletions .github/ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
> If you are reporting a bug, please use the following template.
---

### Bug Report
> Please answer the following questions for yourself before submitting an issue.
- [ ] I checked the [documentation](http://dartsim.github.io/) and found no answer.
- [ ] I checked to make sure that this issue has not already been filed.

#### Environment
* Select DART version: master / 6.3.0 / other (please specify)
* Select OS name and version name(or number): Ubuntu 14.04 / macOS Sierra / Windows 10 / other (please specify)
* Select compiler name and version number: GCC 4.8.5 / Clang 3.9.1 / other (please specify)

#### Expected Behavior
> Please describe the behavior you are expecting.
#### Current Behavior
> What is the current behavior?
> If you have trouble in `cmake` or `make`, it would be very helpful to build DART with verbose option:
> `$ cmake .. -DDART_VERBOSE=On`
> `$ make VERBOSE=1`
> and then dump the results into a [gist](https://gist.github.com/) and share the link to gist here.
#### Steps to Reproduce
> Please provide detailed steps for reproducing the issue.
1.
1.
1.
1.

#### Code to Reproduce
> Please remember that with a working code it's easier to reproduce the bug and it's much faster to fix it.
> It would be great to fork this repo and create a regression test using [this template](https://github.com/dartsim/dart/blob/master/unittests/regression/test_Issue000Template.cpp).

0 comments on commit 4d4ff59

Please sign in to comment.