summaryrefslogtreecommitdiffstats
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorBenjamin Brahmer <info@b-brahmer.de>2021-11-15 19:11:33 +0100
committerBenjamin Brahmer <info@b-brahmer.de>2021-11-15 19:11:33 +0100
commit1e9225c662a0d4418f03a52a50a0cf4ad4259b34 (patch)
treebf6a89216fd3dd90fc2722f3acbd41678d29e35c /CONTRIBUTING.md
parent9e2c2b5f541893565a2af3ca9e34d83156ed82ab (diff)
parent40b49b77de50b8adedbe7da93cb0c63c62187b3f (diff)
Merge branch 'master' into stable16stable16
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 1621cc03c..282fd068b 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -94,3 +94,9 @@ The PHP code should all adhere to [PSR-2](https://www.php-fig.org/psr/psr-2/).
To test the codestyle you can run `make phpcs`.
For linting JavaScript, a [jshint file](https://github.com/nextcloud/news/blob/master/js/.jshintrc) is used that is run before compiling the JavaScript
+
+### Developer Certificate of Origin (DCO)
+When you commit your change, remember to sign off that you adhere to [DCO requirements](https://developercertificate.org/) as described by [Probot](https://probot.github.io/apps/dco/).
+
+### Change log
+Before you create a pull request, please remember to add an entry to [CHANGELOG.md](https://github.com/nextcloud/news/blob/master/CHANGELOG.md), using the format [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). \ No newline at end of file