Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 1.99 KB

CONTRIBUTING.md

File metadata and controls

34 lines (22 loc) · 1.99 KB

Contributing to TableView

Table of contents

I need help/I have a question

If you need help to integrate this library in your project, or if you have a generic question about it, please use Stack Overflow, with the TableView and Android tags.

Reporting a bug

If the library is not behaving as you would expect, please open a new issue, after checking that it hasn't been reported yet. Don't forget to provide as much information as you can:

  • What are you trying to do?
  • What happened instead?
  • In case of crash, include the stacktace.
  • Which version of the library are you using?
  • Which version of Android is this issue happening on?

Suggest a new feature

If you would like a new feature to be added to the library, please open a new issue to describe it.

Contributing to the project

Every contribution is welcome to the library. Simply open a new Pull Request with your changes, so they can be reviewed and merged into the project, and eventually released to everyone.

Note that by making a contribution to this project you are agreeing to have your contributions governed by the MIT License copyright statement. This means that to the extent possible under law, you transfer all copyright and related or neighbouring rights of the code or documents you contribute to the project itself. You also represent that you have the authority to perform the above waiver with respect to the entirety of you contributions.