Skip to content

Commit bcb9f30

Browse files
authored
Create CONTRIBUTING.md
1 parent 4d16d33 commit bcb9f30

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

CONTRIBUTING.md

+26
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
## This is an **OPEN Open Source Project**
2+
-----------------------------------------
3+
4+
## What?
5+
6+
Individuals making significant and valuable contributions are given commit-access to a project to contribute as they see fit. A project is more like an open wiki than a standard guarded open source project.
7+
8+
## Rules
9+
10+
There are a few basic ground-rules for contributors:
11+
12+
1. **No `--force` pushes** or modifying the Git history in any way.
13+
2. **Non-master branches** ought to be used for ongoing work.
14+
3. **External API changes and significant modifications** ought to be subject to an **internal pull-request** to solicit feedback from other contributors.
15+
4. Internal pull-requests to solicit feedback are *encouraged* for any other non-trivial contribution but left to the discretion of the contributor.
16+
5. Contributors should attempt to adhere to the prevailing code-style.
17+
18+
## Releases
19+
20+
Declaring formal releases remains the prerogative of the project maintainer(s).
21+
22+
## Changes to this arrangement
23+
24+
This is an experiment and feedback is welcome! This document may also be subject to pull-requests or changes by contributors where you believe you have something valuable to add or change.
25+
26+
This Guide was forked from [here](https://github.com/Level/community/blob/master/CONTRIBUTING.md).

0 commit comments

Comments
 (0)