Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update the governance review template to match the new checklists #749

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 12 additions & 11 deletions .github/ISSUE_TEMPLATE/governance-review-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,18 +73,10 @@ body:
validations:
required: true

- type: textarea
attributes:
label: Are there any sub-projects, plugins, and related?
description: |
If your project includes the sub-projects, plugins, and other notable divisions, please write them here.
validations:
required: true

- type: markdown
attributes:
value: |
## Governance information
## Governance Information

- type: textarea
attributes:
Expand All @@ -94,6 +86,14 @@ body:
If not, please write a short description of your governance model.
validations:
required: true

- type: textarea
attributes:
label: Link to Incubating/Graduation/Sandbox Application
description: |
If your project is in the process of moving levels or being accepted into the CNCF please link to the Issue or PR for that event. If for Incubation or Graduation, please fill out all items in the appropriate sections of that application (Governance and Contributing) before applying for a governance review.
validations:
required: true

- type: textarea
attributes:
Expand All @@ -112,8 +112,9 @@ body:
- Who owns what code and docs

These documents do NOT need to be separate documents. Single document or a few documents that explain everything above is good for us to read, understand and evaluate your project governance.

**NOTE**: Make sure you provide links to these documents as snapshots with commit hashes and use the same commit for all links from the same repository. Example: `https://github.com/FOO/BAR/blob/<commitHash>/path/to/doc.md`

If these documents are already linked from an Incubation or Graduation application, you may simply
refer to that document by linking it here, and fill in only the documents not listed there.
validations:
required: true

Expand Down
Loading