Skip to content

Commit

Permalink
Fix issue templates (#1087)
Browse files Browse the repository at this point in the history
* Fixed bug report

* Converted feature request template to YAML

* Minor updates to issue templates
  • Loading branch information
marip8 authored Dec 16, 2024
1 parent 0898dc0 commit 6aabd9f
Show file tree
Hide file tree
Showing 3 changed files with 44 additions and 32 deletions.
24 changes: 12 additions & 12 deletions .github/ISSUE_TEMPLATE/bug-report.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
name: Bug report
about: Create a report to help us improve
title: ''
labels: ''
assignees: ''

name: Bug Report
description: Create a report to help us improve
body:
- type: input
attributes:
Expand All @@ -26,8 +22,8 @@ body:
- Windows (MSVC 2019)
- Windows (MSVC 2022)
- Other (please specify in the bug description)
validations:
required: True
validations:
required: True

- type: textarea
attributes:
Expand All @@ -40,18 +36,22 @@ body:
- type: textarea
attributes:
label: To Reproduce
placeholder: |
placeholder: |
Describe the steps to reproduce the behavior
validations:
required: True

- type: textarea
attributes:
label: Expected behavior
value: |
placeholder: |
A clear and concise description of what you expected to happen.
validations:
required: True

- type: textarea
attributes:
label: Relevant log output
placeholder: |
Paste log output here
render: bash
Paste any relevant log output here (will be rendered as shell text)
render: shell
32 changes: 32 additions & 0 deletions .github/ISSUE_TEMPLATE/feature-request.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
name: Feature Request
description: Suggest an idea for this project
body:
- type: textarea
attributes:
label: Is your feature request related to a problem? Please describe.
placeholder: |
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
validations:
required: True

- type: textarea
attributes:
label: Describe the solution you'd like
placeholder: |
A clear and concise description of what you want to happen.
validations:
required: True

- type: textarea
attributes:
label: Describe alternatives you've considered
placeholder: |
A clear and concise description of any alternative solutions or features you've considered.
validations:
required: True

- type: textarea
attributes:
label: Additional context
placeholder: |
Add any other context or screenshots about the feature request here.
20 changes: 0 additions & 20 deletions .github/ISSUE_TEMPLATE/feature_request.md

This file was deleted.

0 comments on commit 6aabd9f

Please sign in to comment.