-
Notifications
You must be signed in to change notification settings - Fork 1
How to contribute
Riemaru Karurosu edited this page May 19, 2026
·
8 revisions
If you are working on an existing issue:
- Go to Projects and assign the card to yourself.
If the issue does not exist yet:
- Open a new issue and assign it to yourself.
If you want to implement a new feature:
- Open a Discussion and upload mockups (optional) following the GNOME Human Interface Guidelines (if applicable).
You can always fork the repository and open a pull request, I will review any additional changes.
Following the code guidelines is not mandatory but strongly recommended.
- Fork the repository
- Create your feature branch:
git checkout -b my-new-feature - Stage your changes:
git add . - Commit your changes
- Push to the branch:
git push origin my-new-feature - Submit a pull request
We follow PEP 8 — Python Style Guide.
We follow the GNOME Human Interface Guidelines.
Frontend
Backend
Flatpak