Skip to content

Commit

Permalink
docs: update development section
Browse files Browse the repository at this point in the history
Signed-off-by: Mark Sagi-Kazar <[email protected]>
  • Loading branch information
sagikazarmark committed Sep 25, 2020
1 parent ed47d2f commit b5a72ab
Showing 1 changed file with 12 additions and 6 deletions.
18 changes: 12 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -133,12 133,18 @@ func main() {

## Development

When all coding and testing is done, please run the test suite:

```bash
./pleasew lint
./pleasew gotest
```
Contributions are welcome! :)

1. Clone the repository
1. Make changes on a new branch
1. Run the test suite:
```bash
./pleasew build
./pleasew test
./pleasew gotest
./pleasew lint
```
1. Commit, push and open a PR


## License
Expand Down

0 comments on commit b5a72ab

Please sign in to comment.