1
0
Fork 0
mirror of https://github.com/munin-monitoring/contrib.git synced 2025-07-21 18:41:03 +00:00

README: whitespace adjustments

This commit is contained in:
Lars Kruse 2020-08-28 14:36:55 +02:00
parent bd872f7af1
commit 047725bc2a

View file

@ -24,6 +24,7 @@ It should serves as a base for small editions that can be resynced in SVN trunk,
* don't copy the whole template
* directly edit files in this directory
# contrib/tools/ - 3rd-party tools
Here, you can put just any kind of tool. Please use this directory instead of a random place on the internet.
@ -35,6 +36,7 @@ And, it serves as an incubator of SVN `trunk/contrib` :-)
This serves as a repository for examples of various configs. You know, the ''learn by example'' way of doing things.
## Notes to contributors
### Commits, Comments & Pull requests
@ -54,15 +56,17 @@ Just try to explain in the pull comment the ''why'' we should merge it (if it's
Tim Pope wrote a [very nice tuto](http://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html) on making good commit comments.
### Licenses
All the code here is licensed with the same terms as munin itself (GPLv2), unless specified otherwise inside a file.
In all cases the code shall have an OSI-compatible license. Asking for a pull implies that you agree with that fact.
This change was made on Jun 1st 2012. If you wrote some code earlier and you do not agree to the new licensing default, you can :
This change was made on Jun 1st 2012. If you wrote some code earlier and you do not agree to the new licensing default, you can:
- submit a licensing change pull
- submit a removal pull
# Building status
master: [![Build Status](https://travis-ci.org/munin-monitoring/contrib.svg?branch=master)](https://travis-ci.org/munin-monitoring/contrib)