Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 706 Bytes

CONTRIBUTING.md

File metadata and controls

27 lines (16 loc) · 706 Bytes

Contributions

Basic Workflow

  1. Fork the project
  2. Create a new branch in your fork
  3. Make some changes
  4. Send a Merge Request to the upstream repository
    1. Periodically rebase your branch on top of the main branch until it is ready to be merged

Commit Messages

This project follows the Conventional Commits spec to make commits easier to search through, organize, and generate changelogs.

Code of Conduct

We mostly follow the Rust Project CoC. But in general just use some common sense, and be decent to each other.