- Familiarize yourself with the codebase.
- Fork this repository.
- The README has details on how to set up your environment.
- 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.
- Edit the code in your fork.
- Send me a pull request when you are done. I'll review your code, suggest any needed changes, and merge it in.
- I work in
master
. - My released (aka. production) branch is
master
.
- Pull request merging is restricted to squash & merge only.