mirror of
https://github.com/qodo-ai/pr-agent.git
synced 2025-12-12 02:45:18 +00:00
Merge pull request #1495 from qodo-ai/of/issue_template
fix: remove shell rendering from issue templates
This commit is contained in:
commit
456d5aa233
2 changed files with 0 additions and 4 deletions
2
.github/ISSUE_TEMPLATE/bug-report.yml
vendored
2
.github/ISSUE_TEMPLATE/bug-report.yml
vendored
|
|
@ -24,7 +24,6 @@ body:
|
||||||
attributes:
|
attributes:
|
||||||
label: System Info
|
label: System Info
|
||||||
description: Please share your system info with us.
|
description: Please share your system info with us.
|
||||||
render: shell
|
|
||||||
placeholder: model used, deployment type (action/app/cli/...), etc...
|
placeholder: model used, deployment type (action/app/cli/...), etc...
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
|
|
@ -34,7 +33,6 @@ body:
|
||||||
attributes:
|
attributes:
|
||||||
label: Bug details
|
label: Bug details
|
||||||
description: Please describe the problem.
|
description: Please describe the problem.
|
||||||
render: shell
|
|
||||||
placeholder: Describe the problem
|
placeholder: Describe the problem
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
|
|
|
||||||
2
.github/ISSUE_TEMPLATE/miscellaneous.yml
vendored
2
.github/ISSUE_TEMPLATE/miscellaneous.yml
vendored
|
|
@ -22,7 +22,6 @@ body:
|
||||||
attributes:
|
attributes:
|
||||||
label: System Info
|
label: System Info
|
||||||
description: Please share your system info with us.
|
description: Please share your system info with us.
|
||||||
render: shell
|
|
||||||
placeholder: model used, deployment type (action/app/cli/...), etc...
|
placeholder: model used, deployment type (action/app/cli/...), etc...
|
||||||
validations:
|
validations:
|
||||||
required: false
|
required: false
|
||||||
|
|
@ -32,7 +31,6 @@ body:
|
||||||
attributes:
|
attributes:
|
||||||
label: Issues details
|
label: Issues details
|
||||||
description: Please share the issues details.
|
description: Please share the issues details.
|
||||||
render: shell
|
|
||||||
placeholder: Describe the issue
|
placeholder: Describe the issue
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue