Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 316 Bytes

CONTRIBUTING.md

File metadata and controls

9 lines (7 loc) · 316 Bytes

Contribute

All PR’s are welcome!

  1. fork (https://github.com/vigo/textmate2-ruff-linter/fork)
  2. Create your branch (git checkout -b my-features)
  3. commit yours (git commit -am 'implement new features')
  4. push your branch (git push origin my-features)
  5. Than create a new Pull Request!