Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 359 Bytes

CONTRIBUTING.md

File metadata and controls

18 lines (13 loc) · 359 Bytes

Contributing

Deploy the charm:

charmcraft pack
juju deploy ./tmate-ssh-server-operator_ubuntu-22.04-amd64.charm \
    --constraints="virt-type=virtual-machine"

Generating src docs for every commit

Run the following command:

echo -e "tox -e src-docs\ngit add src-docs\n" > .git/hooks/pre-commit
chmod +x .git/hooks/pre-commit