From 271f827197633e7d4b688c20a6c78c31fb39a8ea Mon Sep 17 00:00:00 2001 From: Feross Aboukhadijeh Date: Mon, 7 Mar 2016 13:01:54 -0800 Subject: [PATCH] tweak CONTRIBUTING.md --- CONTRIBUTING.md | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index ea26b44b..6eeafcb8 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -6,7 +6,7 @@ Contributions welcome! Please search issues and pull requests before adding something new to avoid duplicating efforts and conversations. -In addition to improving the project by refactoring code and implementing relevant features, this project welcomes the following types of contributions: +This project welcomes non-code contributions, too! The following types of contributions are welcome: - **Ideas**: participate in an issue thread or start your own to have your voice heard. - **Writing**: contribute your expertise in an area by helping expand the included content. @@ -17,19 +17,15 @@ In addition to improving the project by refactoring code and implementing releva [![standard][standard-image]][standard-url] -This repository uses [`standard`][standard-url] to maintain code style and consistency, and to avoid style arguments. `npm test` runs `standard` so you don't have to! +This repository uses [`standard`][standard-url] to maintain code style and consistency, and to avoid style arguments. `npm test` runs `standard` automatically, so you don't have to! [standard-image]: https://cdn.rawgit.com/feross/standard/master/badge.svg [standard-url]: https://github.com/feross/standard ---- - -# Collaborating Guidelines +# Project Governance **This is an [OPEN Open Source Project](http://openopensource.org/).** -## What? - Individuals 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. ## Rules