Created
February 4, 2025 00:33
-
-
Save mrbobbytables/3d9eec44cb8237f766b19701a653ff88 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
name: Governance Review | |
description: Governance review request | |
title: '[Gov. Review]:' | |
labels: | |
- kind/initiative | |
- kind/gov-review | |
body: | |
- type: input | |
id: name | |
attributes: | |
label: Project name | |
placeholder: Name of initiative | |
validations: | |
required: true | |
- type: input | |
id: project-link | |
attributes: | |
label: Project link | |
placeholder: Link to project GitHub org or repo | |
validations: | |
required: true | |
- type: input | |
id: dd-link | |
attributes: | |
label: Due dillegence link | |
placeholder: Link to due dillegence tracking issue | |
- type: textarea | |
id: project-contact | |
attributes: | |
label: Project contact information | |
value: >- | |
list of emails, GitHub, or slack handles etc that the reviewers can | |
reach out to | |
validations: | |
required: true | |
- type: textarea | |
id: additional-information | |
attributes: | |
label: Additional information | |
value: >- | |
Please provide any additional information that may help with the | |
governance review (e.g. links to governance docs) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment