Skip to content

Commit

Permalink
Move environments to the top in issue templates
Browse files Browse the repository at this point in the history
  • Loading branch information
liang2kl committed Apr 13, 2023
1 parent 8934ae6 commit 3a290a6
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 32 deletions.
50 changes: 27 additions & 23 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,33 @@ body:
attributes:
value: |
Thanks for taking the time to fill out this bug report!
- type: input
id: plugin-version
attributes:
label: Plugin version
description: What version of the plugin are you running?
placeholder: e.g. 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: "e.g. 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: |
e.g.
- **OS**: Ubuntu 22.04
render: markdown

- type: textarea
id: what-happened
attributes:
Expand Down Expand Up @@ -38,29 +65,6 @@ body:
render: markdown
validations:
required: true
- type: input
id: plugin-version
attributes:
label: Plugin version
description: What version of the plugin are you running?
placeholder: e.g. 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: "e.g. 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:
Expand Down
20 changes: 11 additions & 9 deletions .github/ISSUE_TEMPLATE/feature_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,16 @@ body:
attributes:
value: |
Thanks for taking the time to fill out this request!
- type: input
id: plugin-version
attributes:
label: Plugin version
description: What version of the plugin are you running?
placeholder: e.g. v2.2.5
validations:
required: true

- type: textarea
id: problem
attributes:
Expand All @@ -24,20 +34,12 @@ body:
validations:
required: true
- type: textarea
id: reproduce
id: alternatives
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: e.g. v2.2.5
validations:
required: true
- type: textarea
id: context
attributes:
Expand Down

0 comments on commit 3a290a6

Please sign in to comment.