/ CONTRIBUTING.adoc
CONTRIBUTING.adoc
1 // SPDX-License-Identifier: AGPL-3.0-or-later 2 = Contributing Guide 3 4 == Getting Started 5 6 1. Fork the repository 7 2. Create a feature branch from `main` 8 3. Sign off commits (`git commit -s`) 9 4. Submit a pull request 10 11 == Commit Guidelines 12 13 * Conventional commits: `type(scope): description` 14 * Sign all commits (DCO required) 15 * Atomic, focused commits 16 17 == License 18 19 Contributions licensed under project license. 20