summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 2bc1340)
raw | patch | inline | side by side (parent: 2bc1340)
author | Florian Forster <octo@collectd.org> | |
Tue, 4 Oct 2016 18:56:05 +0000 (20:56 +0200) | ||
committer | Florian Forster <octo@collectd.org> | |
Tue, 4 Oct 2016 18:56:34 +0000 (20:56 +0200) |
CONTRIBUTING.md | patch | blob | history |
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index f2475666086a5013026c26205db62bc9e5a4650e..791446a0a7b38af4a1b7a897aed3e4dc184ca7ac 100644 (file)
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
coding style of the code around your changes.
* *Documentation:* New config options need to be documented in two places: the
manpage (`src/collectd.conf.pod`) and the example config
- (`src/collectd.conf.in`).
+ (`src/collectd.conf.in`). New plugins need to be added to the `README` file.
* *Continuous integration:* Once your PR is created, our continuous
integration environment will try to build it on a number of platforms. If
this reports a failure, please investigate and fix the problem. We will at