Skip to content

Commit

Permalink
docs: add contributing doc to root and add tsc (#2706)
Browse files Browse the repository at this point in the history
Signed-off-by: Xander Grzywinski <[email protected]>
Signed-off-by: Austin Abro <[email protected]>
  • Loading branch information
salaxander authored and AustinAbro321 committed Jul 23, 2024
1 parent 0b09521 commit e1b84e7
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 2 deletions.
28 changes: 27 additions & 1 deletion .github/CONTRIBUTING.md → CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

First off, thanks so much for wanting to help out! :tada:

This document describes the steps and requirements for contributing a bug fix or feature in a Pull Request to Zarf! If you have any questions about the process or the pull request you are working on feel free to reach out in the [Zarf Dev Kubernetes Slack Channel](https://kubernetes.slack.com/archives/C03BP9Z3CMA).
This document describes the steps and requirements for contributing a bug fix or feature in a Pull Request to Zarf! If you have any questions about the process or the pull request you are working on feel free to reach out in the [Zarf Dev Kubernetes Slack Channel](https://kubernetes.slack.com/archives/C03BP9Z3CMA). The doc also details a bit about the governance structure of the project.

## Developer Experience

Expand Down Expand Up @@ -83,3 +83,29 @@ adr new -l "15:Amends:Amended by" Use store-bought butter for all waffle making
# Get full help docs. There are all sorts of other helpful commands that help manage the decision log.
adr help
```

## Governance

### Technical Steering Committee
The Technical Steering Committee (the “TSC”) will be responsible for all technical oversight of the project. The TSC may elect a TSC Chair, who will preside over meetings of the TSC and will serve until their resignation or replacement by the TSC. Current members of the TSC include:

#### Austin Abro
Affiliation: Defense Unicorns
GitHub: @AustinAbro321

#### Danny Gershman
Affiliation: Radius Method
GitHub: @dgershman

#### Jeff McCoy (TSC Chair)
Affiliation: Defense Unicorns
GitHub: @jeff-mccoy

#### Sarah Christoff
Affiliation: Defense Unicorns
GitHub: @schristoff-du

#### Wayne Starr
Affiliation: Defense Unicorns
GitHub: @Racer159

2 changes: 1 addition & 1 deletion site/src/content/docs/contribute/contributor-guide.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ tableOfContents: false
---

import StripH1 from "@components/StripH1.astro";
import Contributing from "../../../../../.github/CONTRIBUTING.md";
import Contributing from "../../../../../CONTRIBUTING.md";

<StripH1>
<Contributing />
Expand Down

0 comments on commit e1b84e7

Please sign in to comment.