Skip to content

Latest commit

 

History

History
36 lines (27 loc) · 1.86 KB

CONTRIBUTING.md

File metadata and controls

36 lines (27 loc) · 1.86 KB

Contributing to Stale Branches

Feel free to:

  • Report a bug
  • Submit a fix
  • Submit a feature
  • Correct my spelling and grammar
  • Propose new features

Pull requests are the best way to propose changes. To submit a change:

  1. Fork the repo and create your branch from main.
  2. If you've added code that should be tested, add tests.
  3. If you've changed APIs, update the documentation.
  4. Ensure the test suite passes.
  5. Make sure your code lints.
  6. Issue a pull request

Report bugs using Github's issues

We use GitHub issues to track public bugs. Report a bug by using this template.

Suggest enhancements using Github's issues

We use GitHub issues to track feature requests. Suggest an enhancement by using this template.

Use a Consistent Coding Style

The project's linter & formatting will be run on all PRs.

  • You can try running npm run format to format new code.
  • You can try running npm run lint to lint new code.

License

By contributing, you agree that your contributions will be licensed under the MIT License.

References

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