diff2html/.github/ISSUE_TEMPLATE.md
2020-01-01 19:51:36 +00:00

44 lines
854 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
```