Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 595 Bytes

contributing.md

File metadata and controls

15 lines (11 loc) · 595 Bytes

Contributing

Standard github pull-request flow.

  1. Open a ticket to check whether your change is welcome ahead of offering it, to avoid investing your time into something that won't be merged.
  2. Make a new branch.
  3. Make the changes you want.
  4. Have passing pre-commit locally.
    • Offering a change here is making the assumption you are, yourself, a user of pre-commit and have it installed and wired up so you can run it locally.
  5. Open a pull request and ask for review.
  6. We'll process as fast as we're able.

See also how to: release.