Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 680 Bytes

CONTRIBUTION.md

File metadata and controls

18 lines (13 loc) · 680 Bytes

Contributing

  1. Familiarize yourself with the codebase.
  2. Fork this repository.
  3. The README has details on how to set up your environment.
  4. Create a topic branch in your fork based on the correct branch (usually the master branch. Note, this step is recommended but technically not required if contributing using a fork.
  5. Edit the code in your fork.
  6. Send me a pull request when you are done. I'll review your code, suggest any needed changes, and merge it in.

Branches

  • I work in master.
  • My released (aka. production) branch is master.

Merging Pull Requests

  • Pull request merging is restricted to squash & merge only.