2026-03-18 10:44:13 +01:00
|
|
|
# Contributing to RetroBIOS
|
2026-03-17 10:54:39 +01:00
|
|
|
|
2026-03-31 09:17:54 +02:00
|
|
|
## Add a BIOS file
|
2026-03-17 10:54:39 +01:00
|
|
|
|
2026-03-31 09:17:54 +02:00
|
|
|
1. Fork this repository
|
|
|
|
|
2. Place the file in `bios/Manufacturer/Console/filename`
|
|
|
|
|
3. Variants (alternate hashes): `bios/Manufacturer/Console/.variants/`
|
|
|
|
|
4. Create a Pull Request - checksums are verified automatically
|
2026-03-17 10:54:39 +01:00
|
|
|
|
2026-04-02 15:36:27 +02:00
|
|
|
## Add a new platform
|
|
|
|
|
|
|
|
|
|
1. Write a scraper in `scripts/scraper/`
|
|
|
|
|
2. Create the platform YAML in `platforms/`
|
|
|
|
|
3. Register in `platforms/_registry.yml`
|
|
|
|
|
4. Submit a Pull Request
|
|
|
|
|
|
|
|
|
|
Contributors who add platform support are credited in the README,
|
|
|
|
|
on the documentation site, and in the BIOS packs.
|
|
|
|
|
|
2026-03-31 09:17:54 +02:00
|
|
|
## File conventions
|
2026-03-17 10:54:39 +01:00
|
|
|
|
2026-03-31 09:17:54 +02:00
|
|
|
- Files >50 MB go in GitHub release assets (`large-files` release)
|
|
|
|
|
- RPG Maker and ScummVM directories are excluded from deduplication
|
|
|
|
|
- See the [documentation site](https://abdess.github.io/retrobios/) for full details
|