mirror of
https://github.com/hyprwm/Hyprland
synced 2024-11-02 21:05:57 +01:00
15 lines
516 B
Markdown
15 lines
516 B
Markdown
# Contributing
|
|
|
|
Thanks for considering contributing to Hyprland.
|
|
|
|
To get started, see the [Wiki](https://github.com/vaxerski/Hyprland/wiki/Contributing-&-Debugging) for debugging instructions.
|
|
|
|
Then, pick yourself an issue or implement your own suggestion!
|
|
|
|
As Hyprland is early dev, I recommend you stick to the bugs first, then new functionality.
|
|
|
|
# PR reqs
|
|
- Follow the code style
|
|
- Code must be readable
|
|
- Feature is useful / bugfix works
|
|
- Test your changes! Run it on bare metal and check if everything works.
|