From f3c2c18b6c02c5afaf6a150cb6f42a3ffb911364 Mon Sep 17 00:00:00 2001 From: sjat Date: Sun, 26 Apr 2026 20:32:21 +0200 Subject: [PATCH] Moved house rules to its own doc. --- docs/makerFLOSS_house_rules.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 docs/makerFLOSS_house_rules.md diff --git a/docs/makerFLOSS_house_rules.md b/docs/makerFLOSS_house_rules.md new file mode 100644 index 0000000..3ae7f0c --- /dev/null +++ b/docs/makerFLOSS_house_rules.md @@ -0,0 +1,19 @@ +## makerFLOSS – Working Norms (v0.1) + +We aim to experiment, learn together and have fun. MakerFLOSS is not the same as the Orange Makers IT setup - but we try to help out where we can. + +We try to not have too many rules or guidelines, but here are the main ones: + +- Political + - We make mistakes - but try to mostly make them in our labs and not on our production setup. + - If you brake something - try to fix it. If you can't, tell and ask for help. + - We only use non-FLOSS if we really have to. + - We foster collaboration by being open and not gatekeep (everybody can get root access). + - Try not to do anything that will make us have to create a boring rule. + +- Technical + - Language: English for code and docs. Danish as primary for service UIs, English as secondary. + - Environments: containerized, reproducible setups. + - Hardware: all setups documented + labeled physically. + - Decisions: lightweight markdown decision logs. + - Licenses for what we build: MIT by default.