Skip to content
This repository was archived by the owner on May 23, 2026. It is now read-only.

Latest commit

 

History

History
executable file
·
32 lines (20 loc) · 1.17 KB

File metadata and controls

executable file
·
32 lines (20 loc) · 1.17 KB

Contributing to Atlas Commons

Thank you for contributing to this Atlas Commons project.

Developer Certificate of Origin (DCO)

By contributing to this repository, you agree to the Developer Certificate of Origin (DCO).

Every commit must include a sign-off line. Use:

git commit -s -m "Your commit message"

This adds a Signed-off-by trailer in the form:

Signed-off-by: Your Name <your.email@example.com>

The sign-off certifies that you have the right to submit the work under the project's license and that you agree to the DCO.

Corporate disclaimer

This project is part of Atlas Commons, managed and financed by Atlas Tech Solutions Ltd. See CORPORATE-LIABILITY-DISCLAIMER.md for the corporate liability disclaimer.

Pull requests

  1. Fork the repository and create a branch from the default branch.
  2. Make your changes with clear, focused commits (each signed off with -s).
  3. Open a pull request describing what changed and why.
  4. Ensure your changes comply with the project license and any applicable platform rules (for example, Steam Workshop or Bohemia Interactive guidelines for Arma 3 mods).