Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 564 Bytes

CONTRIBUTING.md

File metadata and controls

15 lines (13 loc) · 564 Bytes

Contribution Guidelines

Steps

  1. Fork scribe
  2. Run your tests: mix test
  3. Create your feature branch (git checkout -b feat/my-new-feature)
  4. Make your changes
  5. Test your changes
  6. Run the formatter: mix format
  7. Lint with credo: mix credo
  8. Commit your changes (git commit -m 'feat: some feature'). Scribe follows the Karma-style git commit message
  9. Push the branch (git push origin feat/my-new-feature)
  10. Create a Pull Request