mirror of
https://github.com/hyprwm/Hyprland
synced 2024-11-02 22:26:00 +01:00
32 lines
859 B
Markdown
32 lines
859 B
Markdown
|
||
# Contributing
|
||
|
||
*Thank you for considering contributing to Hyprland.*
|
||
|
||
## Development
|
||
|
||
Check the [Wiki] for debugging instructions.
|
||
|
||
Afterwards, pick yourself an [Issue] or implement your own suggestion.
|
||
|
||
An good place to search for things to contribute is the [Projects Page]
|
||
|
||
*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
|
||
|
||
- Code must be readable
|
||
|
||
- Features should be useful
|
||
|
||
- Test your changes!
|
||
|
||
*Run it on bare metal and check if everything works.*
|
||
|
||
<!----------------------------------------------------------------------------->
|
||
|
||
[Issue]: https://github.com/vaxerski/Hyprland/issues
|
||
[Wiki]: https://github.com/vaxerski/Hyprland/wiki/Contributing-&-Debugging
|
||
[Projects page]: https://github.com/vaxerski/Hyprland/projects?type=beta
|