mirror of
https://github.com/armbian/imager.git
synced 2026-01-06 12:31:28 -08:00
27 lines
1.1 KiB
Markdown
27 lines
1.1 KiB
Markdown
# Contributing to Armbian imager
|
|
|
|
We welcome contributions!
|
|
|
|
- **Bug reports** — [Open an issue](https://github.com/armbian/imager/issues)
|
|
- **Feature requests** — Let's discuss it
|
|
- **Pull requests** — Code improvements are always welcome
|
|
- **Translations** — Add or improve in `src/locales/`
|
|
- **Documentation** — Help others get started
|
|
|
|
### Development Workflow
|
|
|
|
1. Fork the repository
|
|
2. Create a feature branch (`git checkout -b feature/amazing-feature`)
|
|
3. Commit your changes (`git commit -m 'Add amazing feature'`)
|
|
4. Push to the branch (`git push origin feature/amazing-feature`)
|
|
5. Open a Pull Request
|
|
|
|
|
|
## Other ways to contribute
|
|
|
|
* [Become a new board maintainer](https://docs.armbian.com/Board_Maintainers_Procedures_and_Guidelines/)
|
|
* [Apply for one of the position](https://forum.armbian.com/staffapplications/)
|
|
* [Help us covering costs](https://forum.armbian.com/subscriptions/)
|
|
* [Help community members in the Forum](https://forum.armbian.com/)
|
|
* [Check forum announcements section for any requests for help from the community](https://forum.armbian.com/forum/37-announcements/)
|