summaryrefslogtreecommitdiff
path: root/CONTRIBUTING.md
AgeCommit message (Collapse)Author
2026-04-03docs: Fix gdbus commands in CONTRIBUTING.mdLynn
I had to replace the first argument by `/org/freedesktop/portal/desktop` to get these commands to work at all. Then, I had to replace the last parameter of the save command by `current_name`. I've changed the other two `current_folder` values to `/tmp` so that you can tell they're even working: `$HOME` is the default. docs: Fix gdbus commands in CONTRIBUTING.md I had to replace the first argument by `/org/freedesktop/portal/desktop` to get these commands to work at all. Then, I had to replace the last parameter of the save command by `current_name`. I've changed the other two `current_folder` values to `/tmp` so that you can tell they're even working: `$HOME` is the default.
2025-07-02flatpak: Use".Devel" suffix for the nightly versionJean-François Fortin Tam
This matches the recommendation from [1]. Fixes #3141 [1] https://developer.gnome.org/documentation/tutorials/application-id.html#application-id-for-flatpak-development
2025-04-07contributing: Use code block with highlighting for portal commandsKhalid Abu Shawarib
2024-09-15contributing: Add a CONTRIBUTING.md fileCorey Berla
We had a little bit in the readme file. Add a separate file in order to expand more in this area, starting with how to develop on the file chooser.