From 713aa974f28c028593d97d69945142944094c3f9 Mon Sep 17 00:00:00 2001 From: Edu_Amr Date: Thu, 4 Jul 2024 21:24:03 -0300 Subject: [PATCH 1/3] Updated groups in CODEOWNERS --- .github/CODEOWNERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 17679bd..4c6474a 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -5,4 +5,4 @@ # @global-owner1 and @global-owner2 will be requested for # review when someone opens a pull request. # * @global-owner1 @global-owner2 -* @ghostbsd/developers +* @ghostbsd/contributors @ghostbsd/new-contributors @ghostbsd/core-contributors @ghostbsd/project-leader From 0821a4cf14409b669e64ad11179b9db33625ac90 Mon Sep 17 00:00:00 2001 From: Edu_Amr Date: Thu, 4 Jul 2024 21:24:37 -0300 Subject: [PATCH 2/3] Added editor specific directories to .gitignore --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index da63913..ac5dbad 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,5 @@ build/* +# Editor directories and files +.vscode/ +.idea/ From b3f3cff88402b34cd1721ab23a4cbf38cdf47935 Mon Sep 17 00:00:00 2001 From: Edu_Amr Date: Thu, 4 Jul 2024 21:34:08 -0300 Subject: [PATCH 3/3] Addressed the issue of duplicated key 'custom' --- .github/FUNDING.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml index 4d1b47c..6952794 100644 --- a/.github/FUNDING.yml +++ b/.github/FUNDING.yml @@ -9,5 +9,4 @@ community_bridge: # Replace with a single Community Bridge project-name e.g., cl liberapay: # Replace with a single Liberapay username issuehunt: # Replace with a single IssueHunt username otechie: # Replace with a single Otechie username -custom: # Replace with up to 4 custom sponsorship URLs e.g., ['link1', 'link2'] -custom: ['https://www.ghostbsd.org/donate'] +custom: ['https://www.ghostbsd.org/donate'] # Replace with up to 4 custom sponsorship URLs e.g., ['link1', 'link2']