mirror of
https://github.com/hyprwm/Hyprland
synced 2024-11-21 21:25:58 +01:00
rewrite parts of docs/Contribute
This commit is contained in:
parent
ec76b44700
commit
e01247c10c
1 changed files with 9 additions and 14 deletions
|
@ -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.*
|
||||
|
||||
<!----------------------------------------------------------------------------->
|
||||
|
||||
|
|
Loading…
Reference in a new issue