1
0
Fork 0
mirror of https://github.com/munin-monitoring/contrib.git synced 2025-07-22 02:51: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 * don't copy the whole template
* directly edit files in this directory * directly edit files in this directory
# contrib/tools/ - 3rd-party tools # 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. 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. This serves as a repository for examples of various configs. You know, the ''learn by example'' way of doing things.
## Notes to contributors ## Notes to contributors
### Commits, Comments & Pull requests ### Commits, Comments & Pull requests
@ -54,6 +56,7 @@ 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. 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 ### Licenses
All the code here is licensed with the same terms as munin itself (GPLv2), unless specified otherwise inside a file. All the code here is licensed with the same terms as munin itself (GPLv2), unless specified otherwise inside a file.
@ -63,6 +66,7 @@ This change was made on Jun 1st 2012. If you wrote some code earlier and you do
- submit a licensing change pull - submit a licensing change pull
- submit a removal pull - submit a removal pull
# Building status # Building status
master: [![Build Status](https://travis-ci.org/munin-monitoring/contrib.svg?branch=master)](https://travis-ci.org/munin-monitoring/contrib) master: [![Build Status](https://travis-ci.org/munin-monitoring/contrib.svg?branch=master)](https://travis-ci.org/munin-monitoring/contrib)