From 7c24b7f0a9e3095d175717c8418a55e5b6a7b10e Mon Sep 17 00:00:00 2001 From: Mauricio Villegas <5780272+mauvilsa@users.noreply.github.com> Date: Tue, 2 Sep 2025 06:18:50 +0200 Subject: [PATCH] Various small writing fixes in the docs. --- .github/ISSUE_TEMPLATE/1-bug.md | 9 +- .github/ISSUE_TEMPLATE/2-regression.md | 9 +- .github/ISSUE_TEMPLATE/3-documentation.md | 9 +- .github/ISSUE_TEMPLATE/4-enhancement.md | 9 +- .github/ISSUE_TEMPLATE/5-refactor.md | 9 +- .github/ISSUE_TEMPLATE/6-other.md | 9 +- .github/PULL_REQUEST_TEMPLATE.md | 9 +- CONTRIBUTING.rst | 3 +- DOCUMENTATION.rst | 233 +++++++++++----------- README.rst | 35 +++- 10 files changed, 178 insertions(+), 156 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/1-bug.md b/.github/ISSUE_TEMPLATE/1-bug.md index b8db673a..47405ebe 100644 --- a/.github/ISSUE_TEMPLATE/1-bug.md +++ b/.github/ISSUE_TEMPLATE/1-bug.md @@ -7,10 +7,11 @@ assignees: '' --- ## 🕰️ Regression report diff --git a/.github/ISSUE_TEMPLATE/3-documentation.md b/.github/ISSUE_TEMPLATE/3-documentation.md index a4683344..87a40bfd 100644 --- a/.github/ISSUE_TEMPLATE/3-documentation.md +++ b/.github/ISSUE_TEMPLATE/3-documentation.md @@ -7,10 +7,11 @@ assignees: '' --- ## 🔧 Code refactor diff --git a/.github/ISSUE_TEMPLATE/6-other.md b/.github/ISSUE_TEMPLATE/6-other.md index 60b100d8..f9fda6bd 100644 --- a/.github/ISSUE_TEMPLATE/6-other.md +++ b/.github/ISSUE_TEMPLATE/6-other.md @@ -7,10 +7,11 @@ assignees: '' --- diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 5cba89cb..8812438f 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,8 +1,9 @@