Skip to content

Commit

Permalink
fix: Explyt Chat interaction label
Browse files Browse the repository at this point in the history
  • Loading branch information
yaninalex2003 committed Nov 21, 2024
1 parent 63b4f4e commit 46caf7b
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 25 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/2-plugin-bug.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: "Plugin bug"
description: "Any problem in Explyt Test plugin not related to Explyt chat and not in generated tests quality"
description: "Any problem in Explyt Test plugin not related to Explyt Chat and not in generated tests quality"
title: ""
labels: test-plugin-bug
assignees: []
Expand Down
36 changes: 12 additions & 24 deletions .github/ISSUE_TEMPLATE/5-explyt-chat-bug.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: "Explyt chat bug"
description: "Any problem in Explyt Test plugin related to Explyt chat"
name: "Explyt Chat bug"
description: "Any problem in Explyt Test plugin related to Explyt Chat"
title: ""
labels: test-chat-bug
assignees: []
Expand All @@ -15,7 +15,7 @@ body:
description: "Describe the problem you faced"
placeholder: |
Example:
- Class was not added to Explyt chat attachments
- Class was not added to Explyt Chat attachments
validations:
required: false

Expand Down Expand Up @@ -48,17 +48,19 @@ body:
required: false

- type: dropdown
id: build_system
id: action
attributes:
label: Build system
description: "Build system where project was built"
label: Explyt Chat interaction
description: "Choose the action that caused the bug"
options:
- Gradle
- Maven
- IntelliJ
- Add to Chat Attachments
- Explain Code
- Analyze for Bugs
- Send custom text request
- Another
default: 0
validations:
required: true
required: false

- type: dropdown
id: llm_provider
Expand All @@ -84,20 +86,6 @@ body:
validations:
required: false

- type: dropdown
id: action
attributes:
label: LLM provider
description: "Choose the action that caused the bug"
options:
- Add to chat attachments
- Explain code
- Analyze for Bugs
- Another
default: 0
validations:
required: false

- type: textarea
id: additional_context
attributes:
Expand Down

0 comments on commit 46caf7b

Please sign in to comment.