You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

909 B

Contributing

Workflow

Fractal follows the GNOME Newcomers workflow. Follow these pages to learn how to contribute.

We only support building with flatpak using GNOME Builder. If you insist on using any other method, they may work, but you will be on your own.

You will need to manually install the latest version of the Rust extension of the FreeDesktop SDK. To do this, just run flatpak install --user org.freedesktop.Sdk.Extension.rust-stable//20.08

Merge requests

We expect all code contributions to be correctly formatted. Before submitting a merge request, please run cargo fmt on your branch to ensure this is the case. It is also recommended to run cargo clippy as that will catch common errors and improve the quality of your submissions.