diff2html/.github/ISSUE_TEMPLATE.md
2016-12-11 15:08:50 +00:00

44 lines
901 B
Markdown

### Step -1: Before filling an issue check out troubleshooting section
* Go to [README.md#Troubleshooting](https://github.com/rtfpessoa/diff2html#troubleshooting)
### Step 0: Describe your environment
* OS: _____
* diff2html version: _____
* Using diff2html directly or using diff2html-ui helper: _____
* Extra flags: _____
### Step 1: Describe the problem:
#### Steps to reproduce:
1. _____
2. _____
3. _____
#### diff example:
```diff
diff --git describe.c
index fabadb8,cc95eb0..4866510
--- a/describe.c
+++ b/describe.c
@@@ -98,20 -98,12 +98,20 @@@
return (a_date > b_date) ? -1 : (a_date == b_date) ? 0 : 1;
}
```
#### Observed Results:
* What happened? This could be a description, log output, etc.
#### Expected Results:
* What did you expect to happen?
#### Relevant Code:
```
// TODO(you): code here to reproduce the problem
```