diff options
-rw-r--r-- | README.Python | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/README.Python b/README.Python index 0a1282dea..153cd8ea1 100644 --- a/README.Python +++ b/README.Python @@ -6,3 +6,16 @@ interconnection between them. Once done, the newly Python sources will be shaped into modules and subcommands properly. + +--- + +Some notes on coding style: + + * live-build commands should be *prefixed* with the stage: + chroot-includes, not includes-chroot; -> tab-completion + + * directories/files in the config directory should be *suffixed* with the stage: + includes.chroot, not chroot.includes; -> sort-order + + * cli arguments should be *suffixed* with the stage: + --mirror-bootstrap, not --bootstrap-mirror; -> tab-completion |