diff options
-rw-r--r-- | CONTRIBUTING.md | 6 | ||||
-rw-r--r-- | app/classes/Opml.php | 0 |
2 files changed, 3 insertions, 3 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 865ba08..1402a0c 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -13,9 +13,9 @@ First of all, thanks a lot for considering to contribute! ## 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). +* 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. diff --git a/app/classes/Opml.php b/app/classes/Opml.php new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/app/classes/Opml.php |