mirror of
https://github.com/sunnypilot/sunnypilot.git
synced 2026-08-06 15:25:43 +08:00
28 lines
778 B
Markdown
28 lines
778 B
Markdown
---
|
|
title: Contributing
|
|
---
|
|
|
|
# Contributing to sunnypilot
|
|
|
|
We welcome contributions from the community! Here's how you can help.
|
|
|
|
## Ways to Contribute
|
|
|
|
- **Report bugs** — See [Reporting a Bug](reporting-a-bug.md)
|
|
- **Submit code** — Follow the [Workflow](workflow.md) guide
|
|
- **Improve documentation** — Submit PRs to the `docs` branch
|
|
- **Help others** — Join the [sunnypilot community forum](https://community.sunnypilot.ai)
|
|
|
|
## Code of Conduct
|
|
|
|
Be respectful, constructive, and helpful. We're all here to make driving safer and more enjoyable.
|
|
|
|
## Getting Started
|
|
|
|
1. Fork the [sunnypilot repository](https://github.com/sunnypilot/sunnypilot)
|
|
2. Create a feature branch
|
|
3. Make your changes
|
|
4. Submit a pull request
|
|
|
|
See [Workflow](workflow.md) for detailed steps.
|