We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f5df73 commit 02bd1bdCopy full SHA for 02bd1bd
CONTRIBUTING.md
@@ -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