Hello, Excerpts from Dennis Zou (yunzou)'s message of 2014-01-17 10:36:47 +0100: > Hi, > Recently I developed a new plugin, but I'm not so clear about how to > commit my code? > Anyone can point me to the right direction or give me some clues?
The usual way nowadays is to fork the project on github and send a pull-request against the "master" branch: https://github.com/collectd/collectd/ If you're not familiar with git/github, just send your patch to the mailing-list for review. Thanks ! Marc _______________________________________________ collectd mailing list [email protected] http://mailman.verplant.org/listinfo/collectd
