Skip to content

Commit 02bd1bd

Browse files
committed
Add contributing md
1 parent 9f5df73 commit 02bd1bd

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

CONTRIBUTING.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# Contributing to Bytes
2+
3+
We ❤ pull requests from everyone.
4+
5+
If possible proof features and bugfixes with unit tests.
6+
This repo validates against checkstyle (import the xml found in the root to your IDE if possible)
7+
8+
To run the tests (and checkstyle):
9+
10+
```shell
11+
mvn test checkstyle:check
12+
```
13+
14+
Tests are automatically run against branches and pull requests
15+
via TravisCI, so you can also depend on that.

0 commit comments

Comments
 (0)