Skip to content

Commit

Permalink
GitHub: Override VMware issue templates
Browse files Browse the repository at this point in the history
They are way too verbose and use icons that don't look professional.
  • Loading branch information
dumbbell committed Aug 9, 2023
1 parent 1217cbd commit 5a1ddbf
Show file tree
Hide file tree
Showing 3 changed files with 44 additions and 0 deletions.
25 changes: 25 additions & 0 deletions .github/ISSUE_TEMPLATE/bug-report.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
name: Bug report
description: Create a report to help us improve
labels: bug

body:
- type: textarea
id: describe-problem
attributes:
label: What does not work?
validations:
required: true

- type: textarea
id: expected-behavior
attributes:
label: Expected behavior
validations:
required: true

- type: textarea
id: reproduction-steps
attributes:
label: How to reproduce
validations:
required: false
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
blank_issues_enabled: true
18 changes: 18 additions & 0 deletions .github/ISSUE_TEMPLATE/feature-request.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: Feature request
description: Suggest an idea for this project
labels: enhancement

body:
- type: textarea
id: describe-problem
attributes:
label: Why
validations:
required: true

- type: textarea
id: describe-solution
attributes:
label: How
validations:
required: true

0 comments on commit 5a1ddbf

Please sign in to comment.