From 2b360febec89c3337564c7e3ab1498361722407c Mon Sep 17 00:00:00 2001 From: Danfro Date: Wed, 20 Apr 2022 23:09:49 +0200 Subject: [PATCH] fix a typo and suggest new wording for contribution section --- docs/index.md | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/docs/index.md b/docs/index.md index 51ce7fc2..ef0fa0ae 100644 --- a/docs/index.md +++ b/docs/index.md @@ -159,13 +159,12 @@ for the step-by-step procedure for manual installation. Conributions to Solaaar are very welcome. -Solaar has complete or partial translations of its GUI strings into several languages. -If you want to update a translation or add a new one see -[the translation page](https://pwr-solaar.github.io/Solaar/i18n) for moe information. +Solaar has complete or partial translations of its GUI strings in several languages. +If you want to update a translation or add a new one see [the translation page](https://pwr-solaar.github.io/Solaar/i18n) for more information. -If you find a bug and have a fix for it, please open a bug issue and also a GitHub pull request. -Label your commits using the naming conventions in recent commits to Solaar. -If you want to enhance Solaar open an enhancement issue to discuss your proposal. +If you find a bug, please check first if it has already been reported. If yes, please add additional information you may have to the existing issue. If not, please open a new bug report issue. If you can provide a fix for it, please also open a GitHub pull request. Label your commits using the naming conventions in recent commits to Solaar. + +If you want to add a new feature to Solaar, feel free to open a feature request issue to discuss your proposal. There are also usually several open issues for enhancements that have already been requested.