Skip to content

Commit

Permalink
Merge pull request Significant-Gravitas#2408 from cryptidv/template-u…
Browse files Browse the repository at this point in the history
…pdates

Hotfix bugs template
  • Loading branch information
Swiftyos authored Apr 18, 2023
2 parents 6cb5509 + 357f8b7 commit ec0d8c1
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/ISSUE_TEMPLATE/1.bug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ body:
[#tech-support]: https://discord.com/channels/1092243196446249134/1092275629602394184
[existing issues]: https://github.com/Significant-Gravitas/Auto-GPT/issues?q=is%3Aissue
- type: checkboxes
label: ⚠️ Search for existing issues first ⚠️
attributes:
label: '### ⚠️ Search for existing issues first!'
description: >
Please [search the history](https://github.com/Torantulino/Auto-GPT/issues)
to see if an issue already exists for the same problem.
Expand Down Expand Up @@ -55,6 +55,8 @@ body:
- Devcontainer / Codespace
- Windows Subsystem for Linux (WSL)
- Other (Please specify in your problem)
validations:
required: true
- type: dropdown
attributes:
label: GPT-3 or GPT-4?
Expand All @@ -64,6 +66,8 @@ body:
options:
- GPT-3.5
- GPT-4
validations:
required: true
- type: textarea
attributes:
label: Steps to reproduce 🕹
Expand Down

0 comments on commit ec0d8c1

Please sign in to comment.