diff --git a/.github/ISSUE_TEMPLATE/2-plugin-bug.yml b/.github/ISSUE_TEMPLATE/2-plugin-bug.yml index 3811d76..5d01a66 100644 --- a/.github/ISSUE_TEMPLATE/2-plugin-bug.yml +++ b/.github/ISSUE_TEMPLATE/2-plugin-bug.yml @@ -1,6 +1,6 @@ name: "Plugin bug" description: "Any problem in Explyt Test plugin not related to Explyt Chat and not in generated tests quality" -title: "[BUG] " +title: "" labels: test-plugin-bug assignees: [] body: diff --git a/.github/ISSUE_TEMPLATE/3-quality-complaint.yml b/.github/ISSUE_TEMPLATE/3-quality-complaint.yml index 4a38464..9b10a15 100644 --- a/.github/ISSUE_TEMPLATE/3-quality-complaint.yml +++ b/.github/ISSUE_TEMPLATE/3-quality-complaint.yml @@ -1,6 +1,6 @@ name: "Quality complaint" description: "Poor quality of generated with Explyt Test code, related to its semantics" -title: "[Quality complaint] " +title: "" labels: test-quality assignees: [] body: diff --git a/.github/ISSUE_TEMPLATE/4-compilation-error.yml b/.github/ISSUE_TEMPLATE/4-compilation-error.yml index 380916f..336bc57 100644 --- a/.github/ISSUE_TEMPLATE/4-compilation-error.yml +++ b/.github/ISSUE_TEMPLATE/4-compilation-error.yml @@ -1,6 +1,6 @@ name: "Compilation error" description: "Compilation errors in code, generated with Explyt Test plugin" -title: "[Compilation error] " +title: "" labels: test-ce assignees: [] body: diff --git a/.github/ISSUE_TEMPLATE/5-explyt-chat-bug.yml b/.github/ISSUE_TEMPLATE/5-explyt-chat-bug.yml index 34f7ea2..ca78016 100644 --- a/.github/ISSUE_TEMPLATE/5-explyt-chat-bug.yml +++ b/.github/ISSUE_TEMPLATE/5-explyt-chat-bug.yml @@ -1,6 +1,6 @@ name: "Explyt Chat bug" description: "Any problem in Explyt Test plugin related to Explyt Chat" -title: "[BUG] " +title: "" labels: test-chat-bug assignees: [] body: @@ -93,4 +93,4 @@ body: description: 'Example: context size, source language, etc.' placeholder: "Any other information that can help us" validations: - required: false \ No newline at end of file + required: false