Skip to content

Commit 49ca5f3

Browse files
committed
add contributing guide for pull requests
1 parent d6f66de commit 49ca5f3

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

CONTRIBUTING.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
**NO PATCHES WITHOUT A TEST**
2+
3+
**TEST MUST PASS WITH THE PATCH.**
4+
5+
**TEST MUST FAIL WITHOUT THE PATCH.**
6+
7+
**NO EXCEPTIONS.**
8+
9+
# EVERY PULL REQUEST MUST HAVE A TEST.
10+
11+
Seriously. This is a very strict rule, and I will not bend it for any
12+
patch, no matter how minor.
13+
14+
Write a test.

0 commit comments

Comments
 (0)