Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 758 Bytes

CONTRIBUTING.md

File metadata and controls

27 lines (19 loc) · 758 Bytes

Thanks for using ftw.lawgiver ❤️

Questions, Suggestions and Bug Reports

We use the Github issue tracker to manage the project. Feel free to create an issue if you:

  • Have a question about the project
  • Want to suggest a new feature or an improvement
  • Want to report a bug

Hacking on Lawgiver

We appreciate your work to make ftw.lawgiver better. If you want to improve ftw.lawgiver please adheare to the coding standards presented by the project and submit a pull-request.

  1. Fork ftw.lawgiver
  2. Create a topic branch - git checkout -b my_branch
  3. Push to your branch - git push origin my_branch
  4. Send us a pull-request for your topic branch
  5. That's it!

Thanks!

4teamwork Team