Skip to content

Commit

Permalink
Update ISSUE_TEMPLATE.md
Browse files Browse the repository at this point in the history
  • Loading branch information
danglotb authored May 10, 2018
1 parent a04014f commit 8d201a1
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,21 @@

#### Steps to reproduce

##### Properties file

```java
project=.
src=src/main/java/
testSrc=src/test/java/
```

##### Command Line / Options

```shell
java -jar target/dspot-USED-VERSION-jar-with-dependencies.jar \
-p myPropertiesFile.properties
```

#### Other files and URLs

#### Relationships
Expand Down

0 comments on commit 8d201a1

Please sign in to comment.