Skip to content

Latest commit

 

History

History
42 lines (27 loc) · 1.05 KB

CONTRIBUTING.md

File metadata and controls

42 lines (27 loc) · 1.05 KB

Contributing Guide

Thanks for your interest in contributing! Here's how you can help:

Reporting Bugs

  • Use clear titles.
  • Provide steps to reproduce the issue.
  • Include examples.

Suggesting Enhancements

  • Use clear titles.
  • Provide detailed enhancement suggestions.
  • Include examples.

Code Contributions

  • Look for beginner and help-wanted issues.
  • Follow the Kotlin and Android styleguides.

Pull Requests

  • Fill in the required template.
  • Do not include issue numbers in the PR title.
  • Include screenshots and GIFs whenever possible.

Git Commit Messages

  • Use present tense and imperative mood.
  • Limit the first line to 72 characters or less.
  • Reference issues and pull requests after the first line.

Kotlin Styleguide

  • Adhere to the Kotlin coding conventions.

Labels

  • bug - Issues that are bugs.
  • enhancement - Issues that are feature requests.
  • help wanted - Issues that need help from the community.