Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,16 +20,16 @@ wfctl plugin install workflow-plugin-auth
```sh
git clone https://github.com/GoCodeAlone/workflow-plugin-auth.git
cd workflow-plugin-auth
go build ./...
go test ./...
GOWORK=off go build ./...
GOWORK=off go test ./...
```

## Pull requests

- One feature or bugfix per PR.
- Update CHANGELOG.md with a Keep-a-Changelog entry.
- Add tests covering new behavior.
- Run `go vet ./...` before pushing.
- Run `GOWORK=off go vet ./...` before pushing.

## Reporting issues

Expand Down
Loading