Code Contributions
One of the most noticeable contributions you can make is code contributions. Whether itâs building a new feature or fixing a bug, contributing code is a great way to make a noticeable difference to the operating system itself.
This page serves as a step-by-step guide to hacking on Ultramarine Linux components.
Find Something to Work On
Thereâs no shortage of things to work on in Ultramarine Linux. From a feature you think would be cool, to something on our issue tracker, to an entirely new project in the Ultramarine ecosystem.
For example, Nvidia drivers, this is an issue with most Linux distributions that Ultramarine solves.
This problem can be anything from a tiny papercut to a massive structural change. Thereâs no such thing as a bad idea. If youâre having trouble finding something to work on, ask around in our community, weâre always happy to help.
Gather Information
If youâre fixing an issue, whatâs the cause? If youâre building a feature, whatâs the goal? Whatâs the best way to implement it?
A great place to gather information is within our community, simply ask and see what users, contributors, and developers think.
Getting the Ultramarine Toolchain
If youâre contributing to an existing component, simply get the tools needed for it (weâre slowly adding a list to our repositories.)
If youâre building a completely new feature, we recommend Rust or Go for features without a GUI.
If youâre building with a GUI, we recommend using libhelium, you can find more information here.
Get to work! Make a fork of a project and tinker away!
Big Changes
For especially big changes, or, major features, ask for help. Weâll help you refine and build your idea.
Writing the Code
Write the code! Make sure to continuously test your solution as you go. This will help you catch bugs early and make sure your changes are on the right track. Itâs also important to document your code when youâre done, as this will help other contributors understand your changes.
Remember, youâre not alone, no problem is too big or too small to ask for help. If you have a question or want to work with another contributor, ask in our community.
Getting into Ultramarine
After youâve tested, itâs time to contribute. Simply open a pull request to the appropriate repository and weâll review it. Make sure your pull request is descriptive, outlining the motivation, scope, and implementation of your changes.
Thereâs three possible outcomes
- Approval
We approve your solution, be proud as very few PRs get merged without changes.
- Request for Changes
Something needs to change! Fix a problem or two and youâre golden! Most PRs go through this process.
- Denial
This doesnât happen very often, sometimes a feature just doesnât align with our plan. Itâs more likely that weâll simply ask you for changes.