From 65a24d655addf8fa59222e94b35a6c01f8ace097 Mon Sep 17 00:00:00 2001 From: David P Date: Sat, 1 Aug 2020 15:12:59 -0400 Subject: Update Makefile, add AUTHORS.rst, CONTRIBUTING.rst and README.rst Signed-off-by: David P --- CONTRIBUTING.rst | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 CONTRIBUTING.rst (limited to 'CONTRIBUTING.rst') diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst new file mode 100644 index 0000000..53ee73a --- /dev/null +++ b/CONTRIBUTING.rst @@ -0,0 +1,26 @@ +============ +Contributing +============ + +These are the contribution guidelines for parabolaiso. +All contributions fall under the terms of the GPL-3.0-or-later (see `LICENSE `_). + +Editorconfig +============ + +A top-level editorconfig file is provided. Please configure your text editor to use it. + +Linting +======= + +All ash and bash scripts are linted using shellcheck: + + .. code:: bash + + make lint + +Testing +======= + +Contributors are expected to test their contributions by building the releng profile and running the resulting image +using `run_parabolaiso `_. -- cgit v1.2.2