mirror of
https://github.com/hyprwm/Hyprland
synced 2024-11-02 12:26:00 +01:00
38 lines
818 B
Markdown
38 lines
818 B
Markdown
|
||
# Contributing
|
||
|
||
*Thank you for considering contributing to **Hyprland**.*
|
||
|
||
<br>
|
||
|
||
## Development
|
||
|
||
Check the **[Wiki]** for debugging instructions.
|
||
|
||
Afterwards, pick yourself an **[Issue]** <br>
|
||
or *implement your own suggestion!*
|
||
|
||
*As the **Hyprland** is still in its early stages,* <br>
|
||
*I'd recommend you stick to bug fixes first.*
|
||
|
||
<br>
|
||
|
||
## Pull Requests
|
||
|
||
- Please follow the ***code style***
|
||
|
||
- Code must be ***readable***
|
||
|
||
- **Features** should be ***useful***
|
||
|
||
- **Bugfixes** should ***works***
|
||
|
||
- ***Test your changes!***
|
||
|
||
*Run it on bare metal and* <br>
|
||
*check if everything works.*
|
||
|
||
<!----------------------------------------------------------------------------->
|
||
|
||
[Issue]: https://github.com/vaxerski/Hyprland/issues
|
||
[Wiki]: https://github.com/vaxerski/Hyprland/wiki/Contributing-&-Debugging
|