Skip to content

Commit aa9d25e

Browse files
author
Martin Björklund
committed
added CONTRIBUTING
1 parent 7608514 commit aa9d25e

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

CONTRIBUTING.md

+23
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
Contributing
2+
============
3+
4+
Pull requests are welcome!
5+
6+
* Add test cases
7+
8+
* If applicable, update the man page
9+
10+
11+
Code style
12+
----------
13+
14+
* Do not introduce trailing whitespace.
15+
16+
* Do not introduce lines longer than 80 characters.
17+
18+
Hint for emacs users:
19+
20+
(setq whitespace-style (quote (face trailing tabs lines)))
21+
22+
and use whitespace-mode.
23+

0 commit comments

Comments
 (0)