summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenjamin Brahmer <info@b-brahmer.de>2021-01-21 17:14:01 +0100
committerBenjamin Brahmer <info@b-brahmer.de>2021-01-21 17:49:20 +0100
commit9020505263320c51142c4f9312d6f88351c24eab (patch)
tree5a58a1352e1ebbf320232dfea5ac0b16144fc5ac
parent6d71dfa849682255b059345fdbb319b885c08619 (diff)
Update CONTRIBUTING.md
Co-authored-by: Sean Molenaar <SMillerDev@users.noreply.github.com>
-rw-r--r--CONTRIBUTING.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index b4b14f312..1621cc03c 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -66,6 +66,8 @@ If approved, the translation will be automatically ported to the code within 24
## Development
You can first create a [discussion](https://github.com/nextcloud/news/discussions/categories/features) where you explain why, what and how you want to make a change before writing any code. If you want to agree on a solution first.
+This not required however.
+
### How to set up a development environment
To get started setup an developer [environment](https://docs.nextcloud.com/server/latest/developer_manual/getting_started/devenv.html). Inside the apps directory clone the news repository and enable the app with occ.
Make sure you have all [dependencies](https://github.com/nextcloud/news/blob/master/docs/install.md#build-dependencies) installed.