Thank you for contributing!
Please note that this is currently a one-person venture, so reviews and replies may take some time. Sorry for any delays, and thank you for your patience.
We use AI tools to speed up development and code review. Because of that, you may see many comments from tools such as Greptile, CodeRabbit, or similar reviewers.
You do not need to fix every AI-generated comment. Sometimes these tools miss the project context or are not aligned with the project vision. Please use your judgment, but try to review at least the comments marked as high priority - P1, critical, major etc.
You may also find helpful this short note about our technical philosophy:
https://gomodel.enterpilot.io/docs/about/technical-philosophy
Please use Conventional Commits for commit subjects and PR titles:
type(scope): short summary
Allowed types are feat, fix, perf, docs, refactor, test, build, ci, chore, and revert.
The admin dashboard is a Svelte 5 single-page app in web/dashboard/. The
built assets are committed under internal/admin/dashboard/static/dist/ and
embedded into the Go binary, so plain go build works without Node.
Dashboard translations are welcome; see the translation guide.
When you change dashboard sources:
make frontend # npm ci + vite build (requires Node 22+)
make test-dashboard # frontend unit testsCommit the regenerated static/dist output together with your source change —
CI verifies the committed build matches the sources. For live-reload
development, run the gateway on :8080 and npm run dev in web/dashboard/
(the Vite dev server proxies /admin and /v1 API calls to the gateway).
For questions, ideas, or general discussion, please use GitHub Discussions:
https://github.com/ENTERPILOT/GoModel/discussions
You can also reach out on Discord. If something is urgent, feel free to ping me: SantiagoDePL.
The project is currently licensed under the MIT License.
If you want to understand our perspective on the future of the license, please read:
https://gomodel.enterpilot.io/docs/about/license
By submitting a contribution, you confirm that you have the right to submit it.
You also grant the project maintainers permission to use, sublicense, and relicense your contribution as part of the project under the current or future project licenses.