From 01a1f951d80bc7cc143f92ed7e2a2cbe05ebe902 Mon Sep 17 00:00:00 2001 From: Florian Forster Date: Tue, 4 Oct 2016 20:56:05 +0200 Subject: [PATCH] CONTRIBUTING.md: Note that plugins must be added to README. --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index f2475666..791446a0 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -35,7 +35,7 @@ the mailing list have a tendency to fall through the cracks. 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 -- 2.11.0