Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 1.05 KB

CONTRIBUTING.md

File metadata and controls

16 lines (13 loc) · 1.05 KB

AligningRecyclerView - Guidelines for contributing

Bugs and feedback

  1. Access the official issue tracker for the project on GitHub.
  2. Be sure to use the search feature before opening a new issue; it is likely that somebody else has already posted something you may find useful.

Issuing pull requests

  1. Fork the repository.
  2. Work your changes.
  3. Issue PRs (never against master).

Note that you need to have signed the Individual Contributor License Agreement (online) to get your code merged. This is required only once.

Please also consider how your changes affect the testing outcomes. It is strongly recommended that you add and/or update the tests as required to cover your changes. Lack of thereof could result in your changes being rejected.