From 35351f2e6fbcd5ef999ae711cc100f6c203a5101 Mon Sep 17 00:00:00 2001 From: nashe Date: Sun, 16 Jul 2017 11:58:18 +0200 Subject: Update CONTRIBUTING.md --- CONTRIBUTING.md | 6 +++--- app/classes/Opml.php | 0 2 files changed, 3 insertions(+), 3 deletions(-) create mode 100644 app/classes/Opml.php 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 -- cgit v1.2.1