Skip to content
This repository has been archived by the owner on Jul 8, 2024. It is now read-only.

Latest commit

 

History

History
22 lines (13 loc) · 600 Bytes

CONTRIBUTING.md

File metadata and controls

22 lines (13 loc) · 600 Bytes

Contributing to bmx

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.