From ce4dc4b708b7fb52a9083fd7bcde2b8f46b5edfe Mon Sep 17 00:00:00 2001 From: JGBSouza Date: Sun, 5 Oct 2025 19:26:32 -0300 Subject: [PATCH 1/3] docs: contributing: fix remove unexistent sections This commit remove two unnexistent sections in the contribution.md file, `Coding Style` and `Communication`. Signed-off-by: JGBSouza --- CONTRIBUTING.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 5d7ea29..dbdcf21 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -7,11 +7,9 @@ Thank you for your interest in contributing to `patch-hub`! This document outlin 1. [Code of Conduct](#code-of-conduct) 2. [Getting Started](#getting-started) 3. [Development Workflow](#development-workflow) -4. [Coding Style](#coding-style) -5. [Commit Guidelines](#commit-guidelines) -6. [Pull Request Guidelines](#pull-request-guidelines) -7. [Issue Reporting](#issue-reporting) -8. [Communication](#communication) +4. [Commit Guidelines](#commit-guidelines) +5. [Pull Request Guidelines](#pull-request-guidelines) +6. [Issue Reporting](#issue-reporting) ## Code of Conduct From 808e9c5df9473941f71eab86a650f8b5a1216052 Mon Sep 17 00:00:00 2001 From: JGBSouza Date: Sun, 5 Oct 2025 19:28:51 -0300 Subject: [PATCH 2/3] docs: contributing: fix development cycle and branches section mention In the contributing.md file, there was a section `Development Workflow` pointing to a subsection and not to the section. In this sense, fix the mention so it points correctly to the section `Development Cycle and Branches`. Signed-off-by: JGBSouza --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index dbdcf21..e418837 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -6,7 +6,7 @@ Thank you for your interest in contributing to `patch-hub`! This document outlin 1. [Code of Conduct](#code-of-conduct) 2. [Getting Started](#getting-started) -3. [Development Workflow](#development-workflow) +3. [Development Cycle and Branches](#development-cycle-and-branches) 4. [Commit Guidelines](#commit-guidelines) 5. [Pull Request Guidelines](#pull-request-guidelines) 6. [Issue Reporting](#issue-reporting) From a95a2211a46650431c3b6d72842927296b226063 Mon Sep 17 00:00:00 2001 From: JGBSouza Date: Sun, 5 Oct 2025 19:29:44 -0300 Subject: [PATCH 3/3] docs: contributing: add License section mention In the contributing.md there was a missing section mention `License`. This commit add the missing section. Signed-off-by: JGBSouza --- CONTRIBUTING.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index e418837..1985e9e 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -10,6 +10,7 @@ Thank you for your interest in contributing to `patch-hub`! This document outlin 4. [Commit Guidelines](#commit-guidelines) 5. [Pull Request Guidelines](#pull-request-guidelines) 6. [Issue Reporting](#issue-reporting) +7. [License](#license) ## Code of Conduct