Migration: fix indented lists and raw html tables

All raw directives have been removed or replaced by reStructuredText
list-tables.
This commit is contained in:
parulin 2025-08-01 02:36:56 -04:00
parent ba609d123e
commit 19cc43f286
No known key found for this signature in database
GPG key ID: BC3830B42F4BF1F5
8 changed files with 299 additions and 1546 deletions

View file

@ -61,6 +61,7 @@ How to Send Patches
If you want to :ref:`contribute code <introduction/contributing:contributing code>` to the project, there are two ways. Whichever method you choose, you must :doc:`sign your code </developer/code/code-signing>` before it can be accepted.
- **Preferred**: Use GitHubs `fork & pull requests <https://guides.github.com/activities/forking/>`__.
Opening a pull request on GitHub greatly eases the code review and tracking process. In addition, especially for bigger changes, its a good idea to send a message to the :ref:`qubes-devel mailing list <introduction/support:qubes-devel>` in order to notify people who do not receive GitHub notifications.
- Send a patch to the :ref:`qubes-devel mailing list <introduction/support:qubes-devel>` (``git format-patch``).