Skip to content

Commit

Permalink
Contribution instructions (#30)
Browse files Browse the repository at this point in the history
  • Loading branch information
joshdk authored Oct 9, 2019
1 parent 8660fd5 commit 3079505
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ go get -u github.com/joshdk/go-junit

### Data Ingestion

This library has a number of ingestion methods for convenient.
This library has a number of ingestion methods for convenience.

The simplest of which parses raw JUnit XML data.

Expand Down Expand Up @@ -155,6 +155,16 @@ In all cases, omitting (or even duplicated) the XML declaration tag is allowed.
<?xml version="1.0" encoding="UTF-8"?>
```

## Contributing

Found a bug or want to make go-junit better? Please [open a pull request](https://github.com/joshdk/go-junit/compare)!

To make things easier, try out the following:

- Running `make test` will run the test suite to verify behavior.

- Running `make lint` will format the code, and report any linting issues using [golangci/golangci-lint](https://github.com/golangci/golangci-lint).

## License

This code is distributed under the [MIT License][license-link], see [LICENSE.txt][license-file] for more information.
Expand Down

0 comments on commit 3079505

Please sign in to comment.