Skip to content

Commit

Permalink
Add CONTRIBUTING.md (#66)
Browse files Browse the repository at this point in the history
* Add CONTRIBUTING.md

* Update CONRIBUTING.md

* Rename to CONTRIBUTING.md
  • Loading branch information
ksindi committed Aug 31, 2020
1 parent 558ffda commit e27696e
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# CONTRIBUTING

When contributing to this repository, please first discuss the change you wish to
make via [issue](https://github.com/jwplayer/buildpipe-buildkite-plugin/issues).

Please note we have a [code of conduct](https://github.com/jwplayer/buildpipe-buildkite-plugin/blob/master/CODE_OF_CONDUCT.md),
please follow it in all your interactions with the project.

## Releasing

1. Update documentation and `hook/command` to new version number.
1. Run `make build` to generate `buildpipe-linux` binary.
1. Add notes to `CHANGELOG.md`.
1. Create a new release in GitHub. Attach `buildpipe-linux` binary.

0 comments on commit e27696e

Please sign in to comment.