First off, thank you for considering contributing to SectionedRecyclerViewAdapter library.
Following these guidelines helps to communicate that you respect the time of the developers managing and developing this open source project. In return, they should reciprocate that respect in addressing your issue, assessing changes, and helping you finalize your pull requests.
There are many ways to contribute:
- improving the documentation;
- submitting bug reports;
- fixing bugs reported;
- answering questions from the issue tracker or Stack Overflow;
- submitting feature requests;
- writing code which can be incorporated into the library itself;
The goal of SectionedRecyclerViewAdapter library is to provide a simple way of grouping repeatable items into sections. Each section can have a header and/or footer and can have their states changed individually.
Use the issue tracker for support questions as last resource. Please use Stack Overflow as first option.
- Describe what you expected to happen.
- Describe what actually happened. Include the full traceback if there was an exception.
- If possible, include a minimal, complete, and verifiable example to help us identify the issue. This also helps check that the issue is not with your own code.
- Provide the library version used. If possible, check if this issue is already fixed in the repository.
Before submitting a pull request, add your suggestion to the issue tracker, following the template available.