diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 0000000..8c4d59b --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,26 @@ +# 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/) diff --git a/README.md b/README.md index 11f7336..c92762e 100644 --- a/README.md +++ b/README.md @@ -185,29 +185,6 @@ armbian-imager/ | MOTD Tips | [raw.githubusercontent.com/armbian/os/main/motd.json](https://raw.githubusercontent.com/armbian/os/main/motd.json) | | Log Upload | [paste.armbian.com](https://paste.armbian.com) | - -## Contributing - -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 - -## License - -GPLv2 — Part of the [Armbian](https://www.armbian.com) ecosystem. - ## Acknowledgments - [Raspberry Pi Imager](https://github.com/raspberrypi/rpi-imager) — The inspiration for this project