Welcome new contributor! Your contribution will help JELOS become a better Linux distribution, so thank you! We want to make contributing to this project as easy and transparent as possible. Contributors are able to:
- Discuss the current state of the code
- Submit a fix
- Propose new features
- Become a maintainer
When contributing to JELOS you are expected to become the maintainer of your contribution. Please keep this in mind when submitting pull requests.
- Keep track of your contributions upstreams and keep your components up-to-date.
- Watch the issue tracker and resolve issues related to your contribution.
We use Github to host code, to track issues and feature requests, as well as accept pull requests.
We Use Github Flow, So All Code Changes Happen Through Pull Requests
Pull requests are the best way to propose changes to the codebase (we use Github Flow). We actively welcome your pull requests:
- Join our discord and chat with us, we'll be happy to help you success with your change.
- Fork the repo and create your branch from
dev
. - Ensure your code is built locally and tested.
- Any changes should be reflected in the documentation.
- Issue a pull request back to our
dev
branch.
In short, when you submit code changes, your submissions are understood to be contributed under the same license as the original project code or under Apache 2 license when no other license applies.
- Follow the same style as the source you are editing.
- If you are contributing new code, keep the style consistent with other similar works.
- Parameterize as much as possible, try to avoid hard coded values whenever you can.
- Use 2 spaces for indentation rather than tabs when possible.
By contributing, you agree that your contributions will be licensed under the license of the existing project code being modified or Apache 2.
This document was adapted from the open-source contribution guidelines for Facebook's Draft