archboot/CONTRIBUTE
2023-10-13 16:24:31 +02:00

19 lines
365 B
Text

Coding style:
- bash syntax
- variables,arrays are named _BIG
- functions are named _small
Use:
- bash
- curl for downloading files
- systemd
- shellcheck
Don't use:
- fuse, perl, python
Kernel Modules / Kernel Firmware:
- only modules that are needed to access filesystems, input, network
video and virtualization
- only network modules for max. 1 Gigabit.