diff options
author | nashe <thomas@chauchefoin.fr> | 2017-07-16 11:58:18 +0200 |
---|---|---|
committer | nashe <thomas@chauchefoin.fr> | 2017-07-16 11:58:18 +0200 |
commit | 35351f2e6fbcd5ef999ae711cc100f6c203a5101 (patch) | |
tree | 57436081a1ebc84539b9730d82574295af20324e | |
parent | efffb97c525d35747176b3b0bd5714df3fb9eaf2 (diff) | |
download | planet-35351f2e6fbcd5ef999ae711cc100f6c203a5101.tar planet-35351f2e6fbcd5ef999ae711cc100f6c203a5101.tar.gz planet-35351f2e6fbcd5ef999ae711cc100f6c203a5101.tar.bz2 planet-35351f2e6fbcd5ef999ae711cc100f6c203a5101.tar.xz planet-35351f2e6fbcd5ef999ae711cc100f6c203a5101.zip |
Update CONTRIBUTING.md
-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 |