You've already forked ReleaseNotifiableRepo
43 lines
869 B
YAML
43 lines
869 B
YAML
name: 🆕 New Repository Request
|
|
title: 'New Repo Request'
|
|
description: Request creation of a new standardized repository
|
|
labels: ["repo-creation-request"]
|
|
body:
|
|
- type: dropdown
|
|
id: org_name
|
|
attributes:
|
|
label: Organization
|
|
options:
|
|
- Entacc
|
|
- Patio
|
|
- Expat
|
|
- EXT-CHG
|
|
validations:
|
|
required: true
|
|
|
|
- type: dropdown
|
|
id: program_name
|
|
attributes:
|
|
label: Program Name
|
|
options:
|
|
- Vegas
|
|
- MJ
|
|
- Yosemite
|
|
validations:
|
|
required: true
|
|
|
|
- type: input
|
|
id: design_name
|
|
attributes:
|
|
label: Design Name
|
|
placeholder: e.g. motor-ctrl
|
|
validations:
|
|
required: true
|
|
|
|
- type: textarea
|
|
id: description
|
|
attributes:
|
|
label: Description
|
|
placeholder: Brief description of the repository
|
|
validations:
|
|
required: true |