Skip to content

Commit

Permalink
docs: add development.md (#227)
Browse files Browse the repository at this point in the history
## Which problem is this PR solving?

- make it a little easier to get started with contributions
  • Loading branch information
vreynolds authored Jun 17, 2023
1 parent e575aa2 commit eb82fd7
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 0 deletions.
25 changes: 25 additions & 0 deletions DEVELOPMENT.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# Local Development

## Requirements

Go: https://go.dev/doc/install

## Install Dependencies

```shell
go mod download
```

## Run Tests

To run all tests:

```shell
go test -race -v ./...
```

To run individual tests:

```shell
go test -race -v -run TestEmptyHoneycombTransmission ./...
```
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ Golang 1.17+

## Contributions

See [DEVELOPMENT.md](./DEVELOPMENT.md)

Features, bug fixes and other changes to libhoney are gladly accepted. Please
open issues or a pull request with your change. Remember to add your name to the
CONTRIBUTORS file!
Expand Down

0 comments on commit eb82fd7

Please sign in to comment.