Skip to content

Commit 163624a

Browse files
committed
Add CONTRIBUTING.md
1 parent d93d9c7 commit 163624a

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.github/CONTRIBUTING.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# Contributing Guidelines
2+
3+
Please split up changes into several small descriptive commits.
4+
5+
Please capitalize the first word in the commit message and ensure it is
6+
descriptive.
7+
8+
The commit message should use the verb tense + phrase that completes the blank in
9+
10+
> This change modifies websocket to ___________
11+
12+
Be sure to link to an existing issue if one exists. In general, try creating an issue
13+
before making a PR to get some discussion going and to make sure you do not spend time
14+
on a PR that may be rejected.
15+
16+
Run `test.sh` to test your changes. You only need docker and bash to run tests.

0 commit comments

Comments
 (0)