diff options
author | nashe <thomas@chauchefoin.fr> | 2017-07-15 15:00:28 +0100 |
---|---|---|
committer | nashe <thomas@chauchefoin.fr> | 2017-07-15 15:00:28 +0100 |
commit | 1715a884707408d147cc7b16e3b39e441e8bc03e (patch) | |
tree | 197d5f069afaa4486ab11439e8ecca730983a7a8 /CONTRIBUTING.md | |
parent | 3da83dd6df76d4c1b9437260dbc6d864f5b65900 (diff) | |
download | planet-1715a884707408d147cc7b16e3b39e441e8bc03e.tar planet-1715a884707408d147cc7b16e3b39e441e8bc03e.tar.gz planet-1715a884707408d147cc7b16e3b39e441e8bc03e.tar.bz2 planet-1715a884707408d147cc7b16e3b39e441e8bc03e.tar.xz planet-1715a884707408d147cc7b16e3b39e441e8bc03e.zip |
Add CONTRIBUTING.md
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r-- | CONTRIBUTING.md | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 0000000..865ba08 --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,37 @@ +# Contributing + +First of all, thanks a lot for considering to contribute! + +## Found a bug? + +* Nice catch! +* Make sure that this bug is not already present in our + [Issues](https://github.com/moonmoon/moonmoon/issues) tracker. +* If none matches, please + [create a new ticket](https://github.com/moonmoon/moonmoon/issues/new). + +## Fixing a bug with a patch you made? + +* Awesome! +* If the bug you are fixing is not present in our + [Issues tracker](https://github.com/moonmoon/moonmoon/issues), please + [create the associated ticket](https://github.com/moonmoon/moonmoon/issues/new). +* Make sure to stick to the [PSR-2](http://www.php-fig.org/psr/psr-2/) + coding style. + +## Adding a new feature? + +* Marvelous! +* If it's not too late, please create a new ticket in the + [Issues tracker](https://github.com/moonmoon/moonmoon/issues/new) before + developing something. Maybe it does not really fit into moonmoon and + we may not merge it :( +* Make sure to stick to the [PSR-2](http://www.php-fig.org/psr/psr-2/) + coding style. + +## Seeking support ? + +* Is your problem already listed in our [FAQ](https://github.com/moonmoon/moonmoon/wiki/Faq)? +* If not, please create a ticket in our + [Issues tracker](https://github.com/moonmoon/moonmoon/issues/new). +* You more details you give (version, steps to reproduce…), the better we'll help you :-) |