From 3c273236c6e87fcb497c6195339a727b54daac87 Mon Sep 17 00:00:00 2001 From: Tobias Powalowski Date: Tue, 5 Sep 2023 11:27:01 +0200 Subject: [PATCH] add CONTRIBUTE --- CONTRIBUTE | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 CONTRIBUTE diff --git a/CONTRIBUTE b/CONTRIBUTE new file mode 100644 index 000000000..9a23842d8 --- /dev/null +++ b/CONTRIBUTE @@ -0,0 +1,20 @@ +Coding style: +- bash syntax +- variables are named _BIG, only exception is /etc/archboot/*.conf + mkinitcpio only understands HOOKS etc. +- functions are named _small + +Use: +- bash +- curl for downloading files +- systemd +- shellcheck + +Don't use: +- fuse, perl, python + +Kernel Modules: +- only modules that are needed to access filesystems, input, network + video and virtualization +- only network modules for max. 1 Gigabit. +