Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 1.02 KB

CONTRIBUTING.md

File metadata and controls

24 lines (19 loc) · 1.02 KB

Contributing to UserLAnd

Thanks for throwing some effort into helping us improve our project! This is a set of guidelines to contributing to the UserLAnd Android application. These are intended as just that: guidelines, so use your best judgement when submitting contributions.

All contributions must follow the UserLAnd Code of Conduct.

Steps to Follow

  1. Submit an issue describing the problem you will be solving with your contribution if one doesn't exist. Assign yourself to the ticket.
  2. Fork from staging.
  3. Write your code.
  4. Test your code.
  5. Ensure that your code follows our styling by running ./gradlew ktlint at the root of the project.
  6. Submit a pull request to staging!

Style Guides

Commit Messages

  • Use present tense.
  • Keep the first line short, but feel free to reference issues etc. in lines after.

Branch Names

  • Reference issue number in branch name.
  • Describe issue solved in branch name as briefly as possible.