blob: 14a9f5584db87da94b420f9e8c99b46a71008bde (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# Contributing Guide
Documentation for developers who want to contribute to ProjT Launcher.
## Getting Started
- [Getting Started](./GETTING_STARTED.md) - Environment setup
- [Code Style](./CODE_STYLE.md) - Formatting and conventions
- [Workflow](./WORKFLOW.md) - Git workflow and DCO
## Reference
- [Architecture](./ARCHITECTURE.md) - Code organization
- [Project Structure](./PROJECT_STRUCTURE.md) - Directory layout
- [Testing](./TESTING.md) - Test standards
---
See also: [Developer Handbook](../handbook/)
|