From f1b6ef204dee9203e2a48a98c7ff46b14f58f6de Mon Sep 17 00:00:00 2001 From: Rangi42 Date: Sun, 18 Feb 2024 14:09:37 -0500 Subject: [PATCH] Fix some reStructuredText --- CONTRIBUTING.rst | 6 +++--- README.rst | 2 +- RELEASE.rst | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index 43d1cc10..d00d839f 100644 --- a/CONTRIBUTING.rst +++ b/CONTRIBUTING.rst @@ -59,8 +59,8 @@ but doesn't know that there's someone working on it. Note that you must contribute all your changes under the MIT License. If you are just modifying a file, you don't need to do anything (maybe update the copyright -years). If you are adding new files, you need to use the correct header with the -copyright and the reference to the MIT License. +years). If you are adding new files, you need to use the ``SPDX-License-Identifier: MIT`` +header. 1. Fork this repository. @@ -80,4 +80,4 @@ copyright and the reference to the MIT License. 6. Create a pull request against the branch ``master``. 7. Be prepared to get some comments about your code and to modify it. Tip: Use - ``git rebase -i origin/master`` to modify chains of commits. + ``git rebase -i origin/master`` to modify chains of commits. diff --git a/README.rst b/README.rst index 4d930466..f2ec80e6 100644 --- a/README.rst +++ b/README.rst @@ -102,7 +102,7 @@ The RGBDS source code file structure is as follows: * ``bash_compl`` contains tab completion scripts for use with bash. Run them with ``source`` somewhere in your ``.bashrc``, and they should load every time you open a shell. -- ``include/`` - header files for the respective source files in `src`. +- ``include/`` - header files for the respective source files in ``src``. - ``man/`` - manual pages. diff --git a/RELEASE.rst b/RELEASE.rst index e71d6d23..ae987f34 100644 --- a/RELEASE.rst +++ b/RELEASE.rst @@ -65,4 +65,4 @@ GitHub. 6. Click the "Publish release" button to publish it! -7. Update the `release` branch. You can use ``git push origin release``. +7. Update the ``release`` branch. You can use ``git push origin release``.