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 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'] 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/