summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Rheinbay <danielrheinbay@gmail.com>2021-10-03 13:42:08 +0200
committerSean Molenaar <SMillerDev@users.noreply.github.com>2021-10-08 10:30:41 +0200
commit6c68fc5a061b131c411605974847579dc0e63d14 (patch)
tree1a7539bb118fc4434e5bbd69c5e5eb82f9c7e6f6
parent90ef99232d03db3f8ee794da0ec2f5d6e287dfd4 (diff)
Add changelog and DCO notice to CONTRIBUTING.md
Signed-off-by: Daniel Rheinbay <danielrheinbay@gmail.com>
-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