Skip to content

Commit

Permalink
Fix issue form (#238)
Browse files Browse the repository at this point in the history
  • Loading branch information
parroty authored Sep 15, 2022
1 parent 7fd0e52 commit a0b037b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
5 changes: 2 additions & 3 deletions .github/ISSUE_TEMPLATE/bugReportForm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ title: 'Bug: '
labels: ['bug', 'triage']
assignees: '@Azure/aks-atlanta'
body:
- type: input
- type: textarea
id: What-happened
attributes:
label: What happened?
Expand All @@ -27,11 +27,10 @@ body:
placeholder: Mention the runner info (self-hosted, operating system)
validations:
required: true
- type: input
- type: textarea
id: Logs
attributes:
label: Relevant log output
description: Run in debug mode for the most verbose logs. Please feel free to attach a screenshot of the logs
render: shell
validations:
required: true
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/featureRequestForm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ title: 'Feature Request: '
labels: ['Feature']
assignees: '@Azure/aks-atlanta'
body:
- type: input
id: Feature request
- type: textarea
id: Feature_request
attributes:
label: Feature request
description: Provide example functionality and links to relevant docs
Expand Down

0 comments on commit a0b037b

Please sign in to comment.