Skip to content

Latest commit

 

History

History
39 lines (24 loc) · 1.37 KB

File metadata and controls

39 lines (24 loc) · 1.37 KB

Contributing to Atlas Commons

Thank you for contributing to Atlas Commons open-source projects.

Before you start

  1. Search existing issues for duplicates.
  2. For large changes, open an issue first to discuss approach.
  3. Read our Code of Conduct.

Developer Certificate of Origin (DCO)

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.

Pull request process

  1. Fork the repository and create a branch from main.
  2. Make focused changes with tests where applicable.
  3. Ensure CI passes locally before opening the PR.
  4. Open a pull request against main with a clear description.
  5. Address review feedback; maintainers will merge when checks are green.

Local development

See each repository's README.md for setup instructions. Most projects document install, test, and lint commands there.

Questions

Open a GitHub Discussion or issue in the relevant repository.