Skip to content

Commit

Permalink
Update CONTRIBUTING.md
Browse files Browse the repository at this point in the history
  • Loading branch information
cdimascio authored Feb 15, 2021
1 parent 61488e0 commit cf7605a
Showing 1 changed file with 9 additions and 11 deletions.
20 changes: 9 additions & 11 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## Develop

#### 1. Fork it
#### 1. Fork this repo

#### 2. Build the project

Expand All @@ -23,30 +23,28 @@ fix a bug, add a feature, update the doc, etc
mvn test
```

#### 5. Create a PR
#### 5. Create a Pull Request (PR)

## Misc
## Add yourself as a contributor

#### Add yourself as a contributor

After your PR has been merged, add yourself as a contributor.

To do so, add a comment like the following to your PR:
Once your PR has been merged, add the following comment to your PR:

>@all-contributors please add @username for code and test!
_Replace code with doc or test or infra or some combination depending on your contribution._
_Replace code and test with doc or test or infra or some combination depending on your contribution._

#### Package
## Package

Contributors are not responsible for pushing packages to mavencentral and jcenter. Contributors are responsible for validating that the package step succeeds.
Run the following to ensure the package step succeeds.

```shell
mvn clean test jacoco:report package
```

### Publish to Github Packages

_Note: This step can only be run by maintainers._

Add `distributionManagement` to `pom.xml`

```xml
Expand Down

0 comments on commit cf7605a

Please sign in to comment.