Skip to content

Latest commit

 

History

History
35 lines (21 loc) · 1.42 KB

CONTRIBUTING.md

File metadata and controls

35 lines (21 loc) · 1.42 KB

Contributing to Docketeer

First of all, thank you for your contribution.

Reporting Bugs

All code changes happen through Github Pull Requests and we actively welcome them. To submit your pull request, follow the steps below:

Pull Requests

  1. Fork and clone the repository.
  2. Create your feature branch. (git checkout -b [my-new-feature])
  3. Make sure to cover your code with tests and that your code is linted in accordance with our linting specifications (see coding style below).
  4. Commit your changes locally (git commit -m 'Added some feature') and then push to your remote repository.
  5. Create a Pull Request.

Note: Any contributions you make will be under the MIT Software License and your submissions are understood to be under the same that covers the project. Please reach out to the team if you have any questions.

Issues

We use GitHub issues to track public bugs. Please ensure your description is clear and has sufficient instructions to be able to reproduce the issue.

Coding Style

2 spaces for indentation rather than tabs 80 character line length Run npm run lint to comform to our lint rules

License

By contributing, you agree that your contributions will be licensed under Docketeer's MIT License.

References

This document was adapted from the open-source contribution guidelines for Facebook's Draft