mirror of
https://github.com/armbian/imager.git
synced 2026-01-06 12:31:28 -08:00
1.1 KiB
1.1 KiB
Contributing to Armbian imager
We welcome contributions!
- Bug reports — Open an issue
- 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
- Fork the repository
- Create a feature branch (
git checkout -b feature/amazing-feature) - Commit your changes (
git commit -m 'Add amazing feature') - Push to the branch (
git push origin feature/amazing-feature) - Open a Pull Request