From e01247c10cb56c0e9c1548e61f80858956f8b520 Mon Sep 17 00:00:00 2001 From: vaxerski <43317083+vaxerski@users.noreply.github.com> Date: Tue, 19 Apr 2022 11:22:28 +0200 Subject: [PATCH] rewrite parts of docs/Contribute --- docs/Contribute.md | 23 +++++++++-------------- 1 file changed, 9 insertions(+), 14 deletions(-) diff --git a/docs/Contribute.md b/docs/Contribute.md index b5fb80ff..c30d9925 100644 --- a/docs/Contribute.md +++ b/docs/Contribute.md @@ -1,36 +1,31 @@ # Contributing -*Thank you for considering contributing to **Hyprland**.* +*Thank you for considering contributing to Hyprland.*
## Development -Check the **[Wiki]** for debugging instructions. +Check the [Wiki] for debugging instructions. -Afterwards, pick yourself an **[Issue]**
-or *implement your own suggestion!* +Afterwards, pick yourself an [Issue] or implement your own suggestion. -*As the **Hyprland** is still in its early stages,*
-*I'd recommend you stick to bug fixes first.* +*As Hyprland is still in its early stages of development, I'd recommend you stick to bug fixes first.*
## Pull Requests -- Please follow the ***code style*** +- Please follow the code style -- Code must be ***readable*** +- Code must be readable -- **Features** should be ***useful*** +- Features should be useful -- **Bugfixes** should ***works*** +- Test your changes! -- ***Test your changes!*** - - *Run it on bare metal and*
- *check if everything works.* + *Run it on bare metal and check if everything works.*