summaryrefslogtreecommitdiffstats
path: root/CONTRIBUTING.md
blob: 865ba08ad0ee0c173cdfec32b2b083d25a9cb07d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
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 :-)