From 5319d92f733a856209ff75f70063e9d6ccb94195 Mon Sep 17 00:00:00 2001 From: Carmine DiMascio Date: Sun, 18 Mar 2018 15:13:56 -0400 Subject: [PATCH] update contributing --- CONTRIBUTING.md | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 0b417c4..c5a41f6 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,20 +1,24 @@ # Contributing -Fork it +#### Fork it -Build the project +#### Build the project ```shell mvn build ``` -Run the Tests +#### Run the Tests ```shell mvn test ``` -Package +#### Create a PR + +#### Package + +Contributors are not responsible for pushing packages to mavencentral and jcenter. Contributors are responsible for validating that the package step succeeds. ```shell mvn clean package dokka:javadocJar