Merge origin/master

This commit is contained in:
Tobias Warneke
2019-09-21 11:10:57 +02:00
4 changed files with 28 additions and 19 deletions

24
.github/ISSUE_TEMPLATE/bug_report.md vendored Normal file
View File

@@ -0,0 +1,24 @@
---
name: Bug report
about: Create a report to help us improve
title: ''
labels: ''
assignees: ''
---
**Describe the bug**
A clear and concise description of what the bug is.
**To Reproduce**
Steps to reproduce the behavior:
1. Example data
2. simple programm snippet
3. See error
**Expected behavior**
A clear and concise description of what you expected to happen.
**System**
- Java version
- Version [e.g. 22]

View File

@@ -1,6 +1,7 @@
language: java
jdk:
- oraclejdk8
- openjdk8
- openjdk11
after_success:
- mvn clean
- mvn clean

View File

@@ -12,6 +12,7 @@ This project uses a custom versioning scheme (and not [Semantic Versioning](http
* Exchange `0 += 1` for `0 = 1` in UnifiedDiffUtils
* preview of new Unified Diff Reader / Writer. This is not yet feature complete but passes the tests of the old version.
* feel free to issue some change requests for the api.
* introduces lineNormalizer extension point to e.g. change html code encoding. (issue #41)
## [4.0] 2019-01-09

View File

@@ -1,17 +0,0 @@
### Expected Behavior
### Actual Behavior
### Steps to Reproduce the Problem
1.
1.
1.
### Specifications
- Version:
- Platform:
- Subsystem: