Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 317 Bytes

CONTRIBUTING.md

File metadata and controls

9 lines (7 loc) · 317 Bytes

Contribute

All PR’s are welcome!

  1. fork (https://github.com/vigo/django-admin-list-filter/fork)
  2. Create your branch (git checkout -b my-feature)
  3. commit yours (git commit -am 'add some functionality')
  4. push your branch (git push origin my-feature)
  5. Than create a new Pull Request!