Skip to content

Commit 3b4bc63

Browse files
Added the start of a contributor guidelines file
- This will help new contributors get started, and keep them from stepping on anyone's stylistic toes. - Expand as you see fit!
1 parent 0d13e75 commit 3b4bc63

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

CONTRIBUTOR_GUIDELINES.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
Contributor Guidelines
2+
======================
3+
4+
Hi! Thank you for your interest in contributing to this open source library!
5+
We ask that you follow the following style guidelines when submitting pull
6+
requests, to keep the code consistent and maintainable.
7+
8+
- Do not put an if clause and it's statement on the same line: separate them
9+
with a new-line and indent accordingly.
10+
11+
(This file will be expanded as more guidelines are established by the maintainer)

0 commit comments

Comments
 (0)