Skip to content

Latest commit

 

History

History
37 lines (19 loc) · 2.2 KB

CONTRIBUTING.md

File metadata and controls

37 lines (19 loc) · 2.2 KB

Did you find a bug?

  • Ensure the bug was not already reported by searching on GitHub under Issues.

  • If you're unable to find an open issue addressing the problem, open a new one. Be sure to include a title and clear description, as much relevant information as possible, and a code sample demonstrating the expected behavior that is not occurring.

Did you write a patch that fixes a bug?

  • Open a new GitHub pull request with the patch.

  • Ensure the PR description clearly describes the problem and solution. Include the relevant issue number if applicable.

  • Before submitting, feel free to open a discussion to let us know about your patch, or to ask any question you would like.

Did you fix whitespace, format code, or make some refactoring?

Such changes are welcome! Please just let us know why this change would be an improvement by filling the PR description.

Do you intend to add a new feature or change an existing one?

Do you have questions about the source code or the use of the library?

Do you want to contribute to the documentation?

You are very welcome! Please proceed the same way as described above for bug fixing an features requests.

Thank you so much!

Shlublu

This document has been derived from Ruby on Rails's guidelines