Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 491 Bytes

CONTRIBUTING.md

File metadata and controls

15 lines (10 loc) · 491 Bytes

Contributing

Issues

When creating an issue, please check if one has already been created for a similar purpose.

Pull requests

If you're addressing a specific issue, please refer to it in your pull request's comment for tracking.

  1. Fork it (https://github.com/vinistock/loupe/fork)
  2. Create your feature branch (git checkout -b my-feature)
  3. Commit your changes (git commit -am 'Add my feature')
  4. Push to the branch (git push origin my-feature)
  5. Create a new pull request