blob: c30d9925401709e2c73da2d3749135771502f7e4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
|
# Contributing
*Thank you for considering contributing to Hyprland.*
<br>
## Development
Check the [Wiki] for debugging instructions.
Afterwards, pick yourself an [Issue] or implement your own suggestion.
*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
- 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
|