We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d93d9c7 commit 163624aCopy full SHA for 163624a
.github/CONTRIBUTING.md
@@ -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