blob: 19aee8147f96ad165c402e00fe0c56e455e7eb8d (
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
|
# 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
|