Files
imager/CONTRIBUTING.md

1.1 KiB

Contributing to Armbian imager

We welcome contributions!

  • Bug reportsOpen 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

  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