Added Contributing guidelines

This commit is contained in:
vaxerski 2022-04-02 21:15:48 +02:00 committed by GitHub
parent 49b6e09c3e
commit c13175e2e3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 15 additions and 0 deletions

15
CONTRIBUTING.md Normal file
View File

@ -0,0 +1,15 @@
# 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.