Skip to content

Commit

Permalink
update issue template
Browse files Browse the repository at this point in the history
  • Loading branch information
Jun Feng committed May 13, 2024
1 parent c80ac38 commit 14d280f
Show file tree
Hide file tree
Showing 4 changed files with 101 additions and 52 deletions.
32 changes: 0 additions & 32 deletions .github/ISSUE_TEMPLATE/bug_report.md

This file was deleted.

57 changes: 57 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,57 @@
name: Bug Report
description: File a bug report.
title: "[Bug]: "
labels: ["bug"]
assignees:
- 6fj
- qxzhou1010
body:
- type: markdown
attributes:
value: |
Thanks for taking the time to fill out this bug report!
- type: textarea
attributes:
label: Describe the bug
description: A clear and concise description of what the bug is.
placeholder: |
Tell us what you see!
validations:
required: true
- type: textarea
attributes:
label: Steps To Reproduce
description: Steps to reproduce the behavior.
placeholder: |
1. In this environment...
1. With this config...
1. Run '...'
1. See error...
validations:
required: true
- type: textarea
attributes:
label: Expected behavior
description: A clear and concise description of what you expected to happen.
placeholder: |
I expect the output to be...
validations:
required: true
- type: input
attributes:
label: Version
placeholder: eg. 0.4.0.dev240424
validations:
required: true
- type: input
attributes:
label: Operating system
placeholder: eg. CentOS 7 x64
validations:
required: true
- type: input
attributes:
label: Hardware Resources
placeholder: eg. 8c16g
validations:
required: true
20 changes: 0 additions & 20 deletions .github/ISSUE_TEMPLATE/feature_request.md

This file was deleted.

44 changes: 44 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
name: Feature request
description: Suggest an idea for this project
title: "[Feature]: "
labels: ["enhancement"]
assignees:
- 6fj
- qxzhou1010
body:
- type: markdown
attributes:
value: |
Thanks for taking the time to fill out this fature request!
- type: textarea
attributes:
label: Related problem
description: 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: Solution
description: 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: Alternatives
description: 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
description: Additional context you would like to provide.
placeholder: |
Add any other context or screenshots about the feature request here.
validations:
required: true

0 comments on commit 14d280f

Please sign in to comment.