mirror of
https://github.com/java-diff-utils/java-diff-utils.git
synced 2026-03-13 10:11:17 +08:00
Merge origin/master
This commit is contained in:
24
.github/ISSUE_TEMPLATE/bug_report.md
vendored
Normal file
24
.github/ISSUE_TEMPLATE/bug_report.md
vendored
Normal 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]
|
||||
@@ -1,6 +1,7 @@
|
||||
language: java
|
||||
jdk:
|
||||
- oraclejdk8
|
||||
- openjdk8
|
||||
- openjdk11
|
||||
|
||||
after_success:
|
||||
- mvn clean
|
||||
- mvn clean
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -1,17 +0,0 @@
|
||||
### Expected Behavior
|
||||
|
||||
|
||||
### Actual Behavior
|
||||
|
||||
|
||||
### Steps to Reproduce the Problem
|
||||
|
||||
1.
|
||||
1.
|
||||
1.
|
||||
|
||||
### Specifications
|
||||
|
||||
- Version:
|
||||
- Platform:
|
||||
- Subsystem:
|
||||
Reference in New Issue
Block a user