Skip to content

Commit

Permalink
Merge pull request #54 from blepdoge/main
Browse files Browse the repository at this point in the history
Typo fix in contributors page
  • Loading branch information
Dramelac authored Aug 17, 2024
2 parents bbec1a4 + 9a7aa84 commit 1d6b559
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions source/community/contributors.rst
Original file line number Diff line number Diff line change
Expand Up @@ -102,9 +102,9 @@ Install standards

When installing a tool, depending on how it gets installed, here are the rules.

* Most tools have their virtual environment, in order to avoid dependencies conflicts. Python virtual environments must have access to the system site-packages, to avoid redunduncy on already install common dependencies.
* Most tools have their virtual environment, in order to avoid dependencies conflicts. Python virtual environments must have access to the system site-packages, to avoid redundancy on already install common dependencies.
* Most tools are installed either in their own directory in ``/opt/tools/`` or have the binary (or a symlink) in ``/opt/tools/bin/``.
* Disk space being limited, we're not pull every code source around. When possible, add the ``--depth 1`` option to your usual ``git clone`` command.
* Disk space being limited, we're not pulling every code source around. When possible, add the ``--depth 1`` option to your usual ``git clone`` command.

.. tabs::

Expand Down Expand Up @@ -565,4 +565,4 @@ While **SSH (+ FIDO2)** is preferred since it offers better multi-factor signing
.. hint::

The contributor's GitHub account can be configured to mark unsigned commits as unverified or partially verified. While it's not mandatory regarding contributions to Exegol since the requirement is managed on Exegol repositories directly, it's a nice thing to do. See GitHub's documentation on `Vigilante mode <https://docs.github.com/en/authentication/managing-commit-signature-verification/displaying-verification-statuses-for-all-of-your-commits>`_.
The contributor's GitHub account can be configured to mark unsigned commits as unverified or partially verified. While it's not mandatory regarding contributions to Exegol since the requirement is managed on Exegol repositories directly, it's a nice thing to do. See GitHub's documentation on `Vigilante mode <https://docs.github.com/en/authentication/managing-commit-signature-verification/displaying-verification-statuses-for-all-of-your-commits>`_.

0 comments on commit 1d6b559

Please sign in to comment.