mirror of
https://github.com/warpdotdev/Warp.git
synced 2024-11-29 10:14:36 +03:00
19 lines
493 B
YAML
19 lines
493 B
YAML
name: Warp Team Template
|
|
description: Primarily used for creating new issues based on a comment in another issue.
|
|
title: "[Warp Staff Template]"
|
|
body:
|
|
- type: input
|
|
id: "github_username"
|
|
attributes:
|
|
label: "GitHub username"
|
|
placeholder: username
|
|
validations:
|
|
required: false
|
|
- type: input
|
|
attributes:
|
|
placeholder: URL
|
|
label: URL
|
|
- type: textarea
|
|
attributes:
|
|
placeholder: Description of new issue
|
|
label: Description of issue |