UNPKG

1.9 kBMarkdownView Raw
1# Contributing Guidelines
2
3Contributions welcome!
4
5**Before spending lots of time on something, ask for feedback on your idea first!**
6
7Please search issues and pull requests before adding something new to avoid duplicating efforts and conversations.
8
9This project welcomes non-code contributions, too! The following types of contributions are welcome:
10
11- **Ideas**: participate in an issue thread or start your own to have your voice heard.
12- **Writing**: contribute your expertise in an area by helping expand the included content.
13- **Copy editing**: fix typos, clarify language, and generally improve the quality of the content.
14- **Formatting**: help keep content easy to read with consistent formatting.
15
16# Project Governance
17
18**This is an [OPEN Open Source Project](http://openopensource.org/).**
19
20Individuals making significant and valuable contributions are given commit access to the project to contribute as they see fit. This project is more like an open wiki than a standard guarded open source project.
21
22## Rules
23
24There are a few basic ground rules for collaborators:
25
261. **No `--force` pushes** or modifying the Git history in any way.
271. **Non-master branches** ought to be used for ongoing work.
281. **External API changes and significant modifications** ought to be subject to an **internal pull request** to solicit feedback from other contributors.
291. Internal pull requests to solicit feedback are *encouraged* for any other non-trivial contribution but left to the discretion of the contributor.
301. Contributors should attempt to adhere to the prevailing code style.
31
32## Releases
33
34Declaring formal releases remains the prerogative of the project maintainer.
35
36## Changes to this arrangement
37
38This 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.