Thank you for contributing to Atlas Commons open-source projects.
- Search existing issues for duplicates.
- For large changes, open an issue first to discuss approach.
- Read our Code of Conduct.
Every commit in a pull request must be signed off.
Use -s when committing:
git commit -s -m "Describe your change"This adds a Signed-off-by: line certifying you wrote the code or have the right to submit it under the project license. See developercertificate.org.
The DCO GitHub App blocks merges when sign-off is missing.
- Fork the repository and create a branch from
main. - Make focused changes with tests where applicable.
- Ensure CI passes locally before opening the PR.
- Open a pull request against
mainwith a clear description. - Address review feedback; maintainers will merge when checks are green.
See each repository's README.md for setup instructions. Most projects document install, test, and lint commands there.
Open a GitHub Discussion or issue in the relevant repository.