Skip to content

Commit

Permalink
chore: update issue forms (#60)
Browse files Browse the repository at this point in the history
Updated issue forms to auto-assign new issues to a project, removing the need for the GitHub Action.

Signed-off-by: Ryan Johnson <johnsonryan@vmware.com>
  • Loading branch information
Ryan Johnson authored Sep 12, 2023
1 parent 6f15355 commit 1b71530
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 33 deletions.
13 changes: 7 additions & 6 deletions .github/ISSUE_TEMPLATE/bug.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
---
name: Bug Report
description: Is something not working as expected? Submit a bug.
labels:
- bug
title: 'Please add a short decsription.'
labels: ["bug", "needs-triage"]
projects: ["vmware/22"]
body:
- type: markdown
attributes:
Expand All @@ -29,7 +30,7 @@ body:
attributes:
label: VMware Cloud Foundation
description: Please provide the VMware Cloud Foundation version.
placeholder: '5.0'
placeholder: x.y.z
validations:
required: true
- type: input
Expand All @@ -51,7 +52,7 @@ body:
Please provide the VMware PowerCLI version.
Results of `Get-InstalledModule VMware.PowerCLI`
placeholder: '13.0.0'
placeholder: x.y.z
validations:
required: true
- type: input
Expand All @@ -62,7 +63,7 @@ body:
Please provide the PowerShell module version.
Results of: `Get-InstalledModule VMware.CloudFoundation.PowerManagement`
placeholder: '1.1.0'
placeholder: x.y.z
validations:
required: true
- type: input
Expand All @@ -73,7 +74,7 @@ body:
Please provide the PowerVCF version.
Results of `Get-InstalledModule PowerVCF`
placeholder: '2.3.0'
placeholder: x.y.z
validations:
required: true
- type: input
Expand Down
6 changes: 3 additions & 3 deletions .github/ISSUE_TEMPLATE/docs.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
---
name: Documentation
description: Found a typo or something that needs clarification?
title: '[DOCS] REPLACE WITH SHORT DESCRIPTION'
labels:
- documentation
title: 'Please add a short decsription.'
labels: ["documentation", "needs-review"]
projects: ["vmware/22"]
body:
- type: markdown
attributes:
Expand Down
5 changes: 3 additions & 2 deletions .github/ISSUE_TEMPLATE/enhancement.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
---
name: Enhancement Request
description: Is something critical missing? Suggest an enhancement.
labels:
- enhancement
title: 'Please add a short decsription.'
labels: ["enhancement", "needs-review"]
projects: ["vmware/22"]
body:
- type: markdown
attributes:
Expand Down
22 changes: 0 additions & 22 deletions .github/workflows/project.yml

This file was deleted.

0 comments on commit 1b71530

Please sign in to comment.