Skip to content

Latest commit

 

History

History
28 lines (14 loc) · 1.75 KB

File metadata and controls

28 lines (14 loc) · 1.75 KB

When contributing to this repository, please first discuss the change you wish to make via issues before making a change.

Please note we have a code of conduct, please follow it in all your interactions with the project.

Pull Request Process

  1. To create a Pull Request (PR), create a fork of the project.

fork

  1. Create your changes in your fork and open a PR from that fork.

contribute

  1. Update the PR description with details of the changes. Link the issue if relevant.

  2. Be sure to check the box to "Allow edits from maintainer". This allows maintainers to update your PR if necessary which speeds up the review process. See more here.

Screenshot_2024-10-22_at_11 31 50_PM
  1. Request a review of one of the maintainers. Once accepted, they will be able to merge your PR.

Style guide

We try to follow guidelines from Clean Code and the boy scoute rule:

"Leave the code cleaner, not messier, than how you found it".