From 2ff458bad4eb236e812ce8d94ebf6e0bd8195b93 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miguel=20Negr=C3=B3n?= <45871721+manegron@users.noreply.github.com> Date: Fri, 31 May 2024 01:18:35 +0100 Subject: [PATCH] Update README.md --- README.md | 33 +++++++++++++++++++++++++++++---- 1 file changed, 29 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 75de201..a4e6a5f 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,35 @@ # cookbook-freeradius +[![Build Status][build-shield]][build-url] +[![Linters][linters-shield]][linters-url] +[![License][license-shield]][license-url] + + +[build-shield]: https://github.com/redBorder/cookbook-freeradius/actions/workflows/rpm.yml/badge.svg?branch=master +[build-url]: https://github.com/redBorder/cookbook-freeradius/actions/workflows/rpm.yml?query=branch%3Amaster +[linters-shield]: https://github.com/redBorder/cookbook-freeradius/actions/workflows/lint.yml/badge.svg?event=push +[linters-url]: https://github.com/redBorder/cookbook-freeradius/actions/workflows/lint.yml +[license-shield]: https://img.shields.io/badge/license-AGPLv3-blue.svg +[license-url]: https://github.com/cookbook-freeradius/blob/HEAD/LICENSE + +Chef cookbook to install and configure freeradius-rb -Cookbook to install and configure freeradius-rb ### Platforms - Rocky Linux 9 -## Authors -Vicente Mesa -Eduardo Reyes +### Chef + +- Chef 15.7.0 or later + +## Contributing + +1. Fork the repository on Github +2. Create a named feature branch (like `add_component_x`) +3. Write your change +4. Write tests for your change (if applicable) +5. Run the tests, ensuring they all pass +6. Submit a Pull Request using Github + +## License + +GNU AFFERO GENERAL PUBLIC LICENSE Version 3, 19 November 2007