From 796c36b80ce6497f4a9d14e97c4bffde311af504 Mon Sep 17 00:00:00 2001 From: Marc Anguera Insa Date: Thu, 4 Apr 2024 19:50:15 +0200 Subject: [PATCH] [docs] README tweaks --- README.md | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 734ab1c9..ea489cd5 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,12 @@ # TimeOverflow + [![Build Status](https://github.com/coopdevs/timeoverflow/actions/workflows/ci.yml/badge.svg?branch=develop)](https://github.com/coopdevs/timeoverflow/actions) [![Maintainability](https://api.codeclimate.com/v1/badges/f82c6d98a2441c84f2ef/maintainability)](https://codeclimate.com/github/coopdevs/timeoverflow/maintainability) [![Test Coverage](https://api.codeclimate.com/v1/badges/f82c6d98a2441c84f2ef/test_coverage)](https://codeclimate.com/github/coopdevs/timeoverflow/test_coverage) #### www.timeoverflow.org -:bank: :hourglass: Time Bank management system. [Learn more about Time Banks](http://www.bdtonline.org/). +🏦 ⌛ Time Bank management system. [Learn more about Time Banks](http://www.bdtonline.org/). TimeOverflow is a software developed in an altruistic way to offer a system that facilitates the interaction of the members and the management of the Time Banks. @@ -99,9 +100,15 @@ In order to configure the application you can use the following ENV variables: ## Contributions -**Join our collaborators team!** +Any kind of feedback, bug report, idea or enhancement are really appreciated. + +To contribute, just fork the repo, hack on it and send a pull request. Don't forget to add tests for behaviour changes and run the test suite: + +``` +bundle exec rspec +``` -:point_right: Further information [here](CONTRIBUTING.md). +👉 Further information in our [Wiki](https://github.com/coopdevs/timeoverflow/wiki). ## License