summaryrefslogtreecommitdiff
path: root/CONTRIBUTING.rst
diff options
context:
space:
mode:
authorChad Smith <chad.smith@canonical.com>2022-03-28 07:55:57 -0600
committerGitHub <noreply@github.com>2022-03-28 08:55:57 -0500
commit93435390fe9d725e7f921b87a88022c7b0d49c50 (patch)
treea16ea8e33a67d8f5c1a0ec6bb0534e8490c7fd85 /CONTRIBUTING.rst
parent4ee6dcbb8b65a8b8b3df374a08bb938f22e765f0 (diff)
downloadcloud-init-git-93435390fe9d725e7f921b87a88022c7b0d49c50.tar.gz
schema: add json defs for modules K-L (#1321)
schema: add JSON defs for modules K-L Includes: - cc_keyboard: migrated legacy scheme to cloud-init-schema.json - cc_keys_to_console: - cc_landscape: added schema defs for most frequent client keys - cc_locale - cc_lxd Dropping duplicates docs as schema examples now cover them - doc/examples/cloud-config-landscape.txt - doc/examples/cloud-config-lxd.txt LP: #1858899, #1858900, #1858901, #1858902
Diffstat (limited to 'CONTRIBUTING.rst')
-rw-r--r--CONTRIBUTING.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst
index 73122d79..2c14ebc7 100644
--- a/CONTRIBUTING.rst
+++ b/CONTRIBUTING.rst
@@ -136,7 +136,7 @@ Do these things for each feature or bug
* Apply black and isort formatting rules with `tox`_::
- tox -e format
+ tox -e do_format
* Run unit tests and lint/formatting checks with `tox`_::