From a79f8f14c97ce9444c045c1fc3c6db28f6550969 Mon Sep 17 00:00:00 2001 From: Gerardo O Date: Fri, 31 May 2024 19:34:34 -0500 Subject: [PATCH] Updated Contributing section under README.md. --- README.md | 21 ++++++++++----------- 1 file changed, 10 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index 3b56ffbbfc..0c2fb60efc 100644 --- a/README.md +++ b/README.md @@ -227,17 +227,6 @@ OR real-time You can read more about using the docker image in [DOCKER.md](https://github.com/allinurl/goaccess/blob/master/DOCKER.md). - -## Contributing ## - -Any help on GoAccess is welcome. The most helpful way is to try it out and give -feedback. Feel free to use the GitHub issue tracker and pull requests to -discuss and submit code changes. - -You can contribute to our translations by editing the .po files direct on GitHub or using the visual interface [inlang.com](https://inlang.com/editor/github.com/allinurl/goaccess) - -[![translation badge](https://inlang.com/badge?url=github.com/allinurl/goaccess)](https://inlang.com/editor/github.com/allinurl/goaccess?ref=badge) - ## Storage ## #### Default Hash Tables #### @@ -497,4 +486,14 @@ To read persisted data only (without parsing new data) # goaccess --restore +## Contributing ## + +Any help on GoAccess is welcome. The most helpful way is to try it out and give +feedback. Feel free to use the GitHub issue tracker and pull requests to +discuss and submit code changes. + +You can contribute to our translations by editing the .po files direct on GitHub or using the visual interface [inlang.com](https://inlang.com/editor/github.com/allinurl/goaccess) + +[![translation badge](https://inlang.com/badge?url=github.com/allinurl/goaccess)](https://inlang.com/editor/github.com/allinurl/goaccess?ref=badge) + Enjoy!