Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 819 Bytes

CONTRIBUTING.md

File metadata and controls

18 lines (13 loc) · 819 Bytes

Contributing

We're always looking to improve this project, open source contribution is encouraged so long as they adhere to these guidelines.

Pull Requests

The Flagsmith team will be monitoring for pull requests. When we get one, a member of team will test the work against our internal uses and sign off on the changes. From here, we'll either merge the pull request or provide feedback suggesting the next steps.

A couple things to keep in mind

  • Please check your files for styling with pre-commit (pre-commit install in the root of the repo).
  • If you've changed APIs, update the documentation.
  • Keep the code style (indents, wrapping) consistent.
  • If your PR involves a lot of commits, squash them using git rebase -i as this makes it easier for us to review.
  • Keep lines under 80 characters.