-
Notifications
You must be signed in to change notification settings - Fork 703
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' into fix/list-projects
- Loading branch information
Showing
6 changed files
with
271 additions
and
219 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
--- | ||
name: Organization Maintainer Request | ||
about: Request to become a maintianer in LitmusChaos Org | ||
title: "REQUEST: Promote <your-GH-handle> to maintainer for LitmusChaos" | ||
labels: type/maintainer-request | ||
assignees: "" | ||
--- | ||
|
||
### GitHub Username | ||
|
||
@<your-GH-handle> | ||
|
||
### Requirements | ||
|
||
- [ ] I have reviewed [the community role guidelines](/community-roles.md) | ||
- [ ] I have [enabled 2FA on my GitHub account](https://github.com/settings/security) | ||
- [ ] I am an active member of 1 or more LitmusChaos subprojects for atleast the last 6 months. | ||
- [ ] I am an active participant in issue/PR reviews for atleast 2 subprojects and for the past 6 months. | ||
- [ ] I have been involved in technical and project discussions with other maintainers. | ||
- [ ] I have atleast one sponsor that meet the sponsor requirements listed in the community role guidelines | ||
- [ ] I have spoken to my sponsor ahead of this application, and they have agreed to sponsor my application | ||
- [ ] I understand that I can [make my membership public](https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-personal-account-on-github/managing-your-membership-in-organizations/publicizing-or-hiding-organization-membership) if I'd like to once I am invited to the organization | ||
|
||
### Sponsors | ||
|
||
- @<sponsor-1> | ||
- @<sponsor-2> | ||
|
||
### List of contributions to the LitmusChaos project | ||
|
||
- PRs reviewed / authored | ||
- Issues responded to | ||
- Projects I am involved with |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
--- | ||
name: Organization Member Request | ||
about: Request membership in LitmusChaos Org | ||
title: "REQUEST: New member request for <your-GH-handle>" | ||
labels: type/member-request | ||
assignees: "" | ||
--- | ||
|
||
### GitHub Username | ||
|
||
@<your-GH-handle> | ||
|
||
### Requirements | ||
|
||
- [ ] I have reviewed [the community role guidelines](/community-roles.md) | ||
- [ ] I have [enabled 2FA on my GitHub account](https://github.com/settings/security) | ||
- [ ] I am actively contributing to 1 or more LitmusChaos subprojects | ||
- [ ] I have atleast one sponsor that meet the sponsor requirements listed in the community role guidelines | ||
- [ ] I have spoken to my sponsor ahead of this application, and they have agreed to sponsor my application | ||
- [ ] I understand that I can [make my membership public](https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-personal-account-on-github/managing-your-membership-in-organizations/publicizing-or-hiding-organization-membership) if I'd like to once I am invited to the organization | ||
|
||
### Sponsors | ||
|
||
- @<sponsor-1> | ||
- @<sponsor-2> | ||
|
||
### List of contributions to the LitmusChaos project | ||
|
||
- PRs reviewed / authored | ||
- Issues responded to | ||
- Projects I am involved with |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
--- | ||
name: Organization Reviewer Request | ||
about: Request reviewer membership in LitmusChaos Org | ||
title: "REQUEST: Promote <your-GH-handle> to reviewer for LitmusChaos" | ||
labels: type/reviewer-request | ||
assignees: "" | ||
--- | ||
|
||
### GitHub Username | ||
|
||
@<your-GH-handle> | ||
|
||
### Requirements | ||
|
||
- [ ] I have reviewed [the community role guidelines](/community-roles.md) | ||
- [ ] I have [enabled 2FA on my GitHub account](https://github.com/settings/security) | ||
- [ ] I am an active member of 1 or more LitmusChaos subprojects for atleast the last 3 months. | ||
- [ ] I am an active participant in issue/PR reviews for atleast 1 month. | ||
- [ ] I have reviewed or authored atleast 5 significant PRs. | ||
- [ ] I have atleast one sponsor that meet the sponsor requirements listed in the community role guidelines | ||
- [ ] I have spoken to my sponsor ahead of this application, and they have agreed to sponsor my application | ||
- [ ] I understand that I can [make my membership public](https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-personal-account-on-github/managing-your-membership-in-organizations/publicizing-or-hiding-organization-membership) if I'd like to once I am invited to the organization | ||
|
||
### Sponsors | ||
|
||
- @<sponsor-1> | ||
- @<sponsor-2> | ||
|
||
### List of contributions to the LitmusChaos project | ||
|
||
- PRs reviewed / authored | ||
- Issues responded to | ||
- Projects I am involved with |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,8 @@ | ||
# LitmusChaos Maintainers | ||
|
||
- [GOVERNANCE.md](./GOVERNANCE.md) describes the LitmusChaos governance. | ||
- [community-roles.md](./community-roles.md) describes the responsibilities and requirements on the project roles. | ||
|
||
### Component-Wise Code Owners & Primary Reviewers | ||
|
||
Area |Components |Source |Maintainers |Reviewers| | ||
|
@@ -14,7 +19,8 @@ integrations |CI/CD plugins, wrappers |chaos-ci-lib, gitlab-templat | |
helm-charts |control-plane, agent, experiments|litmus-helm |@Jasstkn, @ispeakc0de, @imrajdas, @Jonsy13 |@ksatchit, @uditgaurav | | ||
documentation |platform-docs, experiment-docs |litmus-docs, mkdocs |@neelanjan00, @umamukkara, @ispeakc0de |@ksatchit, @ajeshbaby, @amityt, @uditgaurav |websites |project website, chaoshub, documentation |litmus-website, charthub, litmus-docs |@umamukkara, @arkajyotiMukherjee, @S-ayanide |@SahilKr24, @hrishavjha, @ajeshbaby | | ||
websites |project website, chaoshub, documentation |litmus-website, charthub, litmus-docs |@SahilKr24, @hrishavjha, @ajeshbaby |@umamukkara, @S-ayanide | | ||
### Consolidated Maintainers List | ||
|
||
### Consolidated Maintainers List | ||
|
||
``` | ||
"Amit Kumar Das",@amityt,[email protected] | ||
|
@@ -60,4 +66,4 @@ websites |project website, chaoshub, documentation |litmus-website, cha | |
"Amit Bhatt",@amitbhatt818,[email protected],MayaData | ||
"Ishan Gupta",@ishangupta-ds,[email protected],ChaosNative | ||
"Rahul M Chheda",@rahulchheda,[email protected],Independent | ||
``` | ||
``` |
Oops, something went wrong.