File: contributing.rst

package info (click to toggle)
metrics-clojure 2.9.0-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 404 kB
  • sloc: makefile: 135; xml: 99; python: 22
file content (10 lines) | stat: -rw-r--r-- 255 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
Contributing
============

Want to contribute?  Cool.  Send a pull request.

Run the test cases first with ``lein test`` to make sure you're not crazy.

Fixing a bug?  Add a test case in ``test/``.

Adding a feature?  Add some documentation in ``docs/``.