diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index ca46ad5496..693ffa89de 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -71,10 +71,10 @@ Prerequisites: ### Building from the source and installing packages for testing After cloning the repository, create and activate a new [virtual environment] in -the root of the repository. Once that is done all we need is to install ansible-navigator -from the source. Use the following command in workspace (root folder of navigator).This -will install package in editable/development mode, along with its additional dependencies -required for testing. +the root of the repository. Once that is done all we need is to install +ansible-navigator from the source. Use the following command in workspace (root +folder of navigator).This will install package in editable/development mode, +along with its additional dependencies required for testing. ```shell-session pip install -e .\[test] @@ -203,7 +203,8 @@ modify accordingly if needed. ### Useful Links - VS code debugging [guide]. -- Facilitate [Python Debugger] (pdb) in navigator for pure command line debugging. +- Facilitate [Python Debugger] (pdb) in navigator for pure command line + debugging. [guide]: https://code.visualstudio.com/docs/editor/debugging [python debugger]: https://www.geeksforgeeks.org/python-debugger-python-pdb/ diff --git a/.github/SECURITY.md b/.github/SECURITY.md index 0efc139bce..47e7bcef15 100644 --- a/.github/SECURITY.md +++ b/.github/SECURITY.md @@ -8,8 +8,8 @@ main branch and making the next patch release in the stream. ## Reporting a Vulnerability We encourage responsible disclosure practices for security vulnerabilities. -Please read our [policies for reporting bugs] [bug reports policy] if you want to -report a security issue that might affect Ansible. +Please read our [policies for reporting bugs] [bug reports policy] if you want +to report a security issue that might affect Ansible. [bug reports policy]: https://docs.ansible.com/ansible/devel/community/reporting_bugs_and_features.html#reporting-a-bug diff --git a/docs/installation.md b/docs/installation.md index 4eed44786f..96f13dcb37 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -184,8 +184,8 @@ sudo apt-get install podman ``` -- Follow the [Docker Desktop for Windows] installation instructions (if podman was - not installed above) +- Follow the [Docker Desktop for Windows] installation instructions (if podman + was not installed above) - Be sure to complete the [Manage Docker as a non-root user] steps.