Skip to content

Latest commit

 

History

History
29 lines (23 loc) · 1.43 KB

CONTRIBUTING.md

File metadata and controls

29 lines (23 loc) · 1.43 KB

Please read before contributing

  1. If you have questions about Action Access, use the Mailing List, Gitter's chat or Stack Overflow. DO NOT post questions here.

  2. If you find a security bug, DO NOT submit an issue here. Please send an e-mail to [email protected] instead.

  3. Do a small search on the issues tracker before submitting your issue to see if it was already reported or fixed. In case it wasn't, create your report with a clear description of the issue and a code sample that demonstrates it. Include Rails and Action Access versions, and as much relevant information as possible. Tests or a sample application showing how the expected behavior is not occurring will be much appreciated.

    The more information you give, the easier it becomes to track the issue and fix it. Your goal should be to make it easy for yourself and others to replicate the bug and figure out a fix.

  4. ALWAYS open an issue (issue tracker) before submitting a pull request to discuss the changes and the best ways to implement them, it won't be accepted otherwise. Describe your proposal, why is it relevant? For which cases are those changes or new features needed?

Thanks for your time and support!