Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 823 Bytes

Contributing.md

File metadata and controls

9 lines (8 loc) · 823 Bytes

Contributing to Authy

As an authentication template, the work is never truly complete and requires consistent updates. We welcome any and all contributions from developers who want to add features, fix issues or create new components within the platform. We ask that all contributions follow some simple contribution guidelines so that we can ensure a smooth experience for everyone.

  • Use a similar code style as what exists within the project
  • Refactor your code to be clean, concise and easy to read
  • Test any and all changes manually before submitting a pull request
  • Use the feature branch workflow ie. create a branch for your work, work and then create a pull request for us to review
  • All tests must pass in order for your pull request to be reviewed
  • All pull requests must be approved before being merged