From d21593fa42683856b39ddcd854b3e26fadaa7374 Mon Sep 17 00:00:00 2001 From: taradiddles Date: Sun, 1 Apr 2018 13:29:51 +0300 Subject: [PATCH] add note about linking vs. hosting --- code/README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/code/README.md b/code/README.md index e6641fc..145ca9b 100644 --- a/code/README.md +++ b/code/README.md @@ -1,5 +1,8 @@ ### User-contributed code (scripts, programs, ...) +Note: linking to contributors' public pages (github, gitlab, plain web page, ...) is preferred over hosting (otherwise contributors have to submit PRs to update their *own* code because of the lack of granular write privileges on github - this is cumbersome and requires reviewer time to ack PRs). + + **`dom0/`** - things meant to be run in dom0 - qvm-copy-to-dom0: copy files to dom0 (moving files to dom0 is dangerous and discouraged though)