diff options
author | vaxerski <[email protected]> | 2022-04-19 11:22:28 +0200 |
---|---|---|
committer | vaxerski <[email protected]> | 2022-04-19 11:22:28 +0200 |
commit | e01247c10cb56c0e9c1548e61f80858956f8b520 (patch) | |
tree | f2593973ca9c005ddbd83e61f0a1c7611812bdaa /docs | |
parent | ec76b44700b53175b910d3a7138c540a0369aa8f (diff) | |
download | Hyprland-e01247c10cb56c0e9c1548e61f80858956f8b520.tar.gz Hyprland-e01247c10cb56c0e9c1548e61f80858956f8b520.zip |
rewrite parts of docs/Contribute
Diffstat (limited to 'docs')
-rw-r--r-- | docs/Contribute.md | 23 |
1 files 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.* <br> ## Development -Check the **[Wiki]** for debugging instructions. +Check the [Wiki] for debugging instructions. -Afterwards, pick yourself an **[Issue]** <br> -or *implement your own suggestion!* +Afterwards, pick yourself an [Issue] or implement your own suggestion. -*As the **Hyprland** is still in its early stages,* <br> -*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.* <br> ## 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* <br> - *check if everything works.* + *Run it on bare metal and check if everything works.* <!-----------------------------------------------------------------------------> |