Skip to content

Commit 14655ee

Browse files
authored
Merge pull request #59 from ghostbsd/Issue#162
Issue #162 - CODEOWENERS
2 parents 33aca47 + b3f3cff commit 14655ee

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

.github/CODEOWNERS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55
# @global-owner1 and @global-owner2 will be requested for
66
# review when someone opens a pull request.
77
# * @global-owner1 @global-owner2
8-
* @ghostbsd/developers
8+
* @ghostbsd/contributors @ghostbsd/new-contributors @ghostbsd/core-contributors @ghostbsd/project-leader

.github/FUNDING.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,4 @@ community_bridge: # Replace with a single Community Bridge project-name e.g., cl
99
liberapay: # Replace with a single Liberapay username
1010
issuehunt: # Replace with a single IssueHunt username
1111
otechie: # Replace with a single Otechie username
12-
custom: # Replace with up to 4 custom sponsorship URLs e.g., ['link1', 'link2']
13-
custom: ['https://www.ghostbsd.org/donate']
12+
custom: ['https://www.ghostbsd.org/donate'] # Replace with up to 4 custom sponsorship URLs e.g., ['link1', 'link2']

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,5 @@
11
build/*
22

3+
# Editor directories and files
4+
.vscode/
5+
.idea/

0 commit comments

Comments
 (0)