Skip to content

Commit f82e63e

Browse files
authored
chore: add codeowners file (#16)
* chore: add codeowners file **Description**: Add CODEOWNERS file with default line only Signed-off-by: Andrew Brandt <[email protected]> * chore: add folders to codeowners file Signed-off-by: Andrew Brandt <[email protected]> * chore: fix spacing Signed-off-by: Andrew Brandt <[email protected]> * chore: formatting Signed-off-by: Andrew Brandt <[email protected]> --------- Signed-off-by: Andrew Brandt <[email protected]>
1 parent 5479a96 commit f82e63e

File tree

2 files changed

+16
-5
lines changed

2 files changed

+16
-5
lines changed

.github/CODEOWNERS

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
###################################
2+
##### Global Protection Rule ######
3+
###################################
4+
# NOTE: This rule is overriden by the more specific rules below. This is the catch-all rule for all files not covered by the more specific rules below.
5+
* @hiero-ledger/github-maintainers
6+
#########################
7+
##### Example apps ######
8+
#########################
9+
10+
# Protection Rules for Github Configuration Files and Actions Workflows
11+
/.github/ @hiero-ledger/github-maintainers
12+
/.github/workflows/ @hiero-ledger/github-maintainers

MAINTAINERS.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,13 @@ Maintainers are assigned the following scopes in this repository:
1515
<!-- Please keep this sorted alphabetically by github -->
1616

1717
| Name | GitHub ID | Scope | LFID | Discord ID | Email | Company Affiliation |
18-
|----- | --------- | ----- | ---- | ---------- | ----- | ------------------- |
18+
| ---- | --------- | ----- | ---- | ---------- | ----- | ------------------- |
1919
| | | | | | | |
2020

21-
2221
## Emeritus Maintainers
2322

2423
| Name | GitHub ID | Scope | LFID | Discord ID | Email | Company Affiliation |
25-
|----- | --------- | ----- | ---- | ---------- | ----- | ------------------- |
24+
| ---- | --------- | ----- | ---- | ---------- | ----- | ------------------- |
2625
| | | | | | | |
2726

2827
## The Duties of a Maintainer
@@ -44,8 +43,8 @@ Maintainers are expected to perform the following duties for this repository. Th
4443
give guidance and encouragement to those wanting to contribute to the product, and those wanting to become maintainers.
4544
- Contribute to the product via GitHub Pull Requests.
4645
- Monitor requests from the LF Decentralized Trust Technical Advisory Council about the
47-
contents and management of LFDT repositories, such as branch handling,
48-
required files in repositories and so on.
46+
contents and management of LFDT repositories, such as branch handling,
47+
required files in repositories and so on.
4948
- Contribute to the LFDT Project's Quarterly Report.
5049

5150
## Becoming a Maintainer

0 commit comments

Comments
 (0)