We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0f670f commit a88ebf4Copy full SHA for a88ebf4
CONTRIBUTING.adoc
@@ -0,0 +1,20 @@
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
0 commit comments