Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 555 Bytes

CONTRIBUTING.md

File metadata and controls

16 lines (12 loc) · 555 Bytes

Contributing to Caporal

👍🎉 First off, thanks for taking the time to contribute! 🎉👍

How to contribute

  1. Create a issue explaining your contribution then wait for our GO.
  2. Create a branch, prefixed by feat- or fix- for features or bugfixes.
  3. Develop
  4. Ensure you add some tests covering your code. (test with npm test and npm run coverage)
  5. Ensure npm run lint passes
  6. Add your files to git staging aread (git add ...)
  7. Commit your changes using npm run commit
  8. Push your branch
  9. Open a Pull Request