Skip to content

Commit 5c0efb4

Browse files
committed
Add contributing guide
1 parent 3b9250e commit 5c0efb4

1 file changed

Lines changed: 20 additions & 0 deletions

File tree

CONTRIBUTING.adoc

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)