-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
22 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
# Contributing to zchunk-java | ||
|
||
Hey, you have opend up this file! Thanks a lot for thinking about contributions! | ||
|
||
## Issues | ||
|
||
* If it is a format specification problem, please head over to https://github.com/zchunk/zchunk. | ||
* If you've spotted an implementation error, please be so kind as to deliver a simple test case (or a file which cannot be read). | ||
|
||
|
||
## Pull Requests | ||
|
||
Before creating pull requests, please tick these checkboxes in your mind: | ||
|
||
- [ ] Have you started a branch for exactly one issue? | ||
- [ ] If this is a PR for a issue, please name it issues/# (e.g. issues/3). | ||
- [ ] Before commiting and creating the PR, please execute: | ||
- [ ] ./mvnw clean install -DskipTests=true -Pcheckstyle,checker | ||
- [ ] ./mvnw -T4 clean install javadoc:jar sources:jar | ||
|
||
If it doesn't compile, please fix the errors first. Thank you :) | ||
|