Skip to content

Commit

Permalink
Add contributing note
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilturek committed Aug 15, 2022
1 parent 0bb7362 commit 378c195
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,3 +38,22 @@ $ go-zpl -f pdf -o hello.pdf hello.zpl
$ head -n 1 hello.pdf
%PDF-1.4
```

## Contributing

Please create a GitHub issue for any feedback, bugs, requests or issues.
PRs are also welcome.

### Running tests

- General tests

```bash
go test
```

- Integration tests

```bash
go test -tags=integration
```

0 comments on commit 378c195

Please sign in to comment.