Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 345 Bytes

CONTRIBUTING.md

File metadata and controls

12 lines (10 loc) · 345 Bytes

Feel free to contribute to voici.js:

  1. Create a fork
  2. Create a new branch from release (or main if not existing)
  3. Make your changes
  4. Run prettier: npm run prettier
  5. Run linter: npm run lint
  6. Run tests: npm test
  7. Commit & push your changes
  8. Submit a pull request 🚀

Don't forget to add new test cases if appropriate.