Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 691 Bytes

CONTRIBUTING.md

File metadata and controls

16 lines (12 loc) · 691 Bytes

Contributing

You can contribute in the following ways:

  • Finding and reporting bugs
  • Fixing bugs or implementing new features
  • Improving the documentation
  • Improving the code structure

Steps to contribute

  1. Fork this repository to your own GitHub account and then clone it to your computer;
  2. Install the dev dependencies using NPM: npm install;
  3. Make the necessary changes;
  4. Submit a pull request and I'll be happy to review it 🙌;
  5. Wait for feedback or approval (this should not take too long).