Skip to content

Commit

Permalink
Update issue templates
Browse files Browse the repository at this point in the history
  • Loading branch information
liang2kl committed Apr 13, 2023
1 parent d3190ba commit 28924c2
Show file tree
Hide file tree
Showing 4 changed files with 121 additions and 52 deletions.
32 changes: 0 additions & 32 deletions .github/ISSUE_TEMPLATE/bug_report.md

This file was deleted.

75 changes: 75 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,75 @@
name: Bug Report
description: File a bug report
title: "[BUG] "
labels: ["bug"]

body:
- type: markdown
attributes:
value: |
Thanks for taking the time to fill out this bug report!
- type: textarea
id: what-happened
attributes:
label: What happened?
description: Please describe the bug.
placeholder: A clear and concise description of what the bug is.
render: markdown
validations:
required: true
- type: textarea
id: expected
attributes:
label: What should have happened? (optional)
description: Please describe the expected behaviour.
placeholder: A clear and concise description of what you expected to happen.
render: markdown
- type: textarea
id: reproduce
attributes:
label: How to reproduce the bug?
description: Please describe the expected behaviour.
placeholder: |
Steps to reproduce the behavior:
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error
render: markdown
validations:
required: true
- type: input
id: plugin-version
attributes:
label: Plugin version
description: What version of the plugin are you running?
placeholder: v2.2.5
validations:
required: true
- type: input
id: python-version
attributes:
label: Python version
description: What version of Python are you running the plugin on?
placeholder: "3.9"
validations:
required: true
- type: textarea
id: other-env
attributes:
label: Additional environment information (optional)
description: Additional information about your environment, e.g. OS version.
placeholder: "- **OS**: Ubuntu 22.04"
render: markdown
- type: textarea
id: context
attributes:
label: Additional context (optional)
description: Add any other context about the problem here.
render: markdown
- type: textarea
id: logs
attributes:
label: Relevant log output (optional)
description: Please copy and paste any relevant log output. This will be automatically formatted into code, so no need for backticks.
render: shell
20 changes: 0 additions & 20 deletions .github/ISSUE_TEMPLATE/feature_request.md

This file was deleted.

46 changes: 46 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
name: Feature request
description: Suggest an idea for this project
title: "[FEATURE] "

body:
- type: markdown
attributes:
value: |
Thanks for taking the time to fill out this request!
- type: textarea
id: problem
attributes:
label: Is your feature request related to a problem? (optional)
description: A clear and concise description of what the problem is.
placeholder: I'm always frustrated when ...
render: markdown
- type: textarea
id: expected
attributes:
label: What is your suggestion?
description: Describe the solution you'd like.
placeholder: A clear and concise description of what you want to happen.
render: markdown
validations:
required: true
- type: textarea
id: reproduce
attributes:
label: Any other idea?
description: Describe alternatives you've considered.
placeholder: A clear and concise description of any alternative solutions or features you've considered.
render: markdown
- type: input
id: plugin-version
attributes:
label: Plugin version
description: What version of the plugin are you running?
placeholder: v2.2.5
validations:
required: true
- type: textarea
id: context
attributes:
label: Additional context (optional)
description: Add any other context about the problem here.
render: markdown

0 comments on commit 28924c2

Please sign in to comment.