Skip to content

Instantly share code, notes, and snippets.

@mrbobbytables
Created February 4, 2025 00:33
Show Gist options
  • Save mrbobbytables/3d9eec44cb8237f766b19701a653ff88 to your computer and use it in GitHub Desktop.
Save mrbobbytables/3d9eec44cb8237f766b19701a653ff88 to your computer and use it in GitHub Desktop.
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