Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
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
11 changes: 7 additions & 4 deletions .github/ISSUE_TEMPLATE/--bug-report.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: Bug report
description: Create a bug report to help us improve Plane
title: "[bug]: "
type: Bug
labels: [🐛bug, plane]
assignees: [vihar, pushya22]
body:
Expand Down Expand Up @@ -55,19 +56,21 @@ body:
- Safari
- Other
- type: dropdown
id: variant
id: edition
attributes:
label: Variant
label: Edition
description: Which edition of Plane are you using?
options:
- Community
- Commercial
- Cloud
- Self-hosted
- Local
validations:
required: true
- type: input
id: version
attributes:
label: Version
description: Which version of Plane are you using? If Cloud, mention it as latest
placeholder: v0.17.0-dev
validations:
required: true
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/--feature-request.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: Feature request
description: Suggest a feature to improve Plane
title: "[feature]: "
type: Feature
labels: [✨feature, plane]
assignees: [vihar, pushya22]
body:
Expand Down
Loading