Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 951 Bytes

CONTRIBUTING.md

File metadata and controls

28 lines (20 loc) · 951 Bytes

Contributing to eslint-config-iamdarshshah

Hello 👋!

Its great to see you here! Thanks for being willing to contribute! 💖

Just to make contributing to this project as easy and transparent as possible, whether it's:

  • Reporting a bug
  • Discussing the current state of the code
  • Submitting a fix
  • Proposing new features
  • Becoming a maintainer

Project Setup

  1. Fork the repo and create your branch from master.
  2. $ npm install to install dependencies
  3. If you've added code that should be tested, add tests.
  4. Ensure the test suite passes.
  5. Make sure your code lints.
  6. Issue that pull request!

License

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

References

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