diff options
| author | Mehmet Samet Duman <yongdohyun@projecttick.org> | 2026-04-02 18:51:45 +0300 |
|---|---|---|
| committer | Mehmet Samet Duman <yongdohyun@projecttick.org> | 2026-04-02 18:51:45 +0300 |
| commit | d3261e64152397db2dca4d691a990c6bc2a6f4dd (patch) | |
| tree | fac2f7be638651181a72453d714f0f96675c2b8b /archived/projt-launcher/docs/contributing/README.md | |
| parent | 31b9a8949ed0a288143e23bf739f2eb64fdc63be (diff) | |
| download | Project-Tick-d3261e64152397db2dca4d691a990c6bc2a6f4dd.tar.gz Project-Tick-d3261e64152397db2dca4d691a990c6bc2a6f4dd.zip | |
NOISSUE add archived projects
Signed-off-by: Mehmet Samet Duman <yongdohyun@projecttick.org>
Diffstat (limited to 'archived/projt-launcher/docs/contributing/README.md')
| -rw-r--r-- | archived/projt-launcher/docs/contributing/README.md | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/archived/projt-launcher/docs/contributing/README.md b/archived/projt-launcher/docs/contributing/README.md new file mode 100644 index 0000000000..14a9f5584d --- /dev/null +++ b/archived/projt-launcher/docs/contributing/README.md @@ -0,0 +1,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/) |
