Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 297 Bytes

CONTRIBUTING.md

File metadata and controls

11 lines (9 loc) · 297 Bytes

Feel free to contribute to bufferlo.js:

  1. Create a fork
  2. Make your changes
  3. Run prettier: npm run prettier
  4. Run linter: npm run lint
  5. Run tests: npm run test
  6. Commit & push your changes
  7. Submit a pull request 🚀

Don't forget to add the according test cases for new methods.