mirror of
https://github.com/MCCTeam/Minecraft-Console-Client
synced 2026-08-15 13:04:36 +00:00
Co-authored-by: milutinke <441903+milutinke@users.noreply.github.com> Agent-Logs-Url: https://github.com/MCCTeam/Minecraft-Console-Client/sessions/3040312a-cbdf-43fe-918b-133ef19fc30f
33 lines
1.5 KiB
Markdown
33 lines
1.5 KiB
Markdown
---
|
|
title: Contributing
|
|
---
|
|
|
|
# Contributing
|
|
|
|
This page is still being filled in. For now, use the sections below as the current contributor entry points for code, docs, and translation work.
|
|
|
|
If you are doing maintainer-style work with coding agents, start with [AI-Assisted Development](ai-assisted-development.md). It covers the shell setup, local server loop, and the skills in `.skills/`.
|
|
|
|
You can also use the guide in the [GitHub repository wiki](https://github.com/MCCTeam/Minecraft-Console-Client/wiki/Update-console-client-to-new-version) written by [ReinforceZwei](https://github.com/ReinforceZwei).
|
|
|
|
For now, the project has three main contribution paths:
|
|
|
|
- code and bot work in the main MCC client
|
|
- documentation updates in `docs/`
|
|
- translations through Crowdin
|
|
|
|
## Translations
|
|
|
|
To improve translations for MCC, please visit: [Crowdin - Minecraft Console Client](https://crwd.in/minecraft-console-client).
|
|
|
|
**It is recommended to translate `MCC in-app text` first.**
|
|
|
|
If you cannot find the language you want to translate into, contact us on GitHub or Discord and we can add it.
|
|
|
|
GitHub: <a href="https://github.com/MCCTeam/Minecraft-Console-Client" rel="nofollow noopener" target="_blank">https://github.com/MCCTeam/Minecraft-Console-Client</a>
|
|
|
|
Discord: <a href="https://discord.gg/9HPr2EE4C4" rel="nofollow noopener" target="_blank">https://discord.gg/9HPr2EE4C4</a>
|
|
|
|
## Contributors
|
|
|
|
[Check out our contributors on GitHub](https://github.com/MCCTeam/Minecraft-Console-Client/graphs/contributors).
|