Skip to content

Latest commit

 

History

History
57 lines (39 loc) · 2.21 KB

CONTRIBUTING.md

File metadata and controls

57 lines (39 loc) · 2.21 KB

Contributing

For general contribution and community guidelines, please see the community repo.

Prerequisites

To work on this code, you must have at least Go version 1.12 installed locally on your system.

Build binaries:

./bin/build

Run integration tests:

Conjur 5 OSS

./bin/test oss

Conjur 5 Enterprise

Note that to run the enterprise tests, you'll need to have set up your machine to access our internal registry, and you must be logged in.

./bin/test enterprise

Contributing

  1. Fork the project
  2. Clone your fork
  3. Make local changes to your fork by editing files
  4. Commit your changes
  5. Push your local changes to the remote server
  6. Create new Pull Request

From here your pull request will be reviewed and once you've responded to all feedback it will be merged into the project. Congratulations, you're a contributor!

Releasing

The following checklist should be followed when creating a release: