Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 1.6 KB

CONTRIBUTING.md

File metadata and controls

26 lines (20 loc) · 1.6 KB

Contributing

  • If you would like to contribute code, documentation, or other assets you can do so through GitHub by forking the repository and sending a pull request.
  • You can also simply report issues (bugs), but please search for any previous reports first.

When submitting code, please make every effort to follow existing conventions and style in order to keep the code as readable as possible.

File an Issue

  • You can report bugs and feature requests to Issues.
  • As mentioned please look for a similar existing issue before submitting a new one.
  • Label issues with the corrsponding Labels.

How to Submit a Pull Request

Pull requests are highly appreciated! Please follow the simple guidelines below:

  1. Fork the repository to your personal GitHub account.
  2. Create a topic branch for every separate change you make. The branch should have a short but explanatory name, such as "added-email-column".
  3. Apply your changes, committing at logical breaks. Make sure your changes are well-tested.
  4. Push your branch to your personal account and create a pull request. (see help)
  5. Watch for comments or acceptance on your pull request.
  6. The pull request can be updated by just pushing to the original branch.