Skip to content

Latest commit

 

History

History
12 lines (11 loc) · 705 Bytes

CONTRIBUTION.md

File metadata and controls

12 lines (11 loc) · 705 Bytes

Contributing

  1. Familiarize yourself with the codebase.
  2. Create a new issue before starting your project so that we can keep track of what you are trying to add/fix. That way, we can also offer suggestions or let you know if there is already an effort in progress.
  3. Fork this repository.
  4. The README has details on how to set up your environment.
  5. Create a branch in your fork based on the correct branch (usually the main branch). Note, this step is recommended but technically not required if contributing using a fork.
  6. Edit the code in your fork.
  7. Send us a pull request when you are done. We'll review your code, suggest any needed changes, and merge it in.