mirror of
https://github.com/armbian/imager.git
synced 2026-01-06 12:31:28 -08:00
Move contributing into separate file which is autoexposed in tabs
This commit is contained in:
26
CONTRIBUTING.md
Normal file
26
CONTRIBUTING.md
Normal file
@@ -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/)
|
||||
23
README.md
23
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
|
||||
|
||||
Reference in New Issue
Block a user