Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 616 Bytes

CONTRIBUTING.md

File metadata and controls

22 lines (13 loc) · 616 Bytes

Contributing to Vault EC2Auth Agent

Contributing

  1. Fork the repository. Committing directly against this repository is highly discouraged.

  2. Make your modifications in a branch, updating and writing new tests.

  3. Ensure that all tests pass.

  4. rebase your changes against master. Do not merge.

  5. Squash commits into one meaningful change per commit.

  6. Submit a pull request to this repository. Wait for tests to run and someone to chime in.

Coding Style

This repository is configured with EditorConfig rules and contributions should make use of them.