From e2ad2dfcaae965e548ed31687a10e02192bceeb8 Mon Sep 17 00:00:00 2001 From: Laurent Cozic Date: Sat, 17 Mar 2018 22:23:50 +0000 Subject: [PATCH] Update CONTRIBUTING.md --- CONTRIBUTING.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index df6568a0f5..7cf4a103c4 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -10,10 +10,6 @@ Again, please check that it has not already been requested. If it has, simply ** # Adding new features -If you want to add a new feature, consider asking about it before implementing it to make sure it is within the scope of the project. Of course you are free to create the pull request directly but it is not guaranteed it is going to be accepted. +If you want to add a new feature, consider asking about it before implementing it or checking existing discussions to make sure it is within the scope of the project. Of course you are free to create the pull request directly but it is not guaranteed it is going to be accepted. Building the apps is relatively easy - please [see the build instructions](https://github.com/laurent22/joplin/blob/master/BUILD.md) for more details. - -# Coding style - -See the [prettier config](https://github.com/laurent22/joplin/blob/master/prettier.config.js).