Skip to content

Commit

Permalink
chore: fix templates
Browse files Browse the repository at this point in the history
  • Loading branch information
transitive-bullshit committed Dec 19, 2022
1 parent 3d49da0 commit c4991c8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/ISSUE_TEMPLATE/1.bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ body:
attributes:
value: |
Thanks for taking the time to fill out this bug report!
- type: checkboxes
- type: checkboxes
attributes:
label: Verify latest release
description: '`chatgpt@latest` is the latest version of `chatgpt`. Some issues may already be fixed in the latest version, so please verify that your issue reproduces before opening a new issue.'
Expand All @@ -20,13 +20,13 @@ body:
options:
- label: I verify that the ChatGPT webapp is working properly for this account.
required: true
- type: textarea
- type: textarea
attributes:
label: Environment details
description: Please enter Node.js version, browser version, OS, and OS version.
validations:
required: true
- type: textarea
- type: textarea
attributes:
label: Describe the Bug
description: A clear and concise description of what the bug is and as much detail as possible on how to reproduce it.
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/2.feature_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ body:
attributes:
value: |
Thanks for taking the time to fill out this feature request.
- type: textarea
- type: textarea
attributes:
label: Describe the feature
description: What would you like to see added / supported?
Expand Down

0 comments on commit c4991c8

Please sign in to comment.