blob: 1402a0c961c488d448e160762d02b2617d1c8669 (
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 present in our
[Issues tracker](https://github.com/moonmoon/moonmoon/issues), don't
forget to mention the related issue.
* 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 :-)
|