Update 00-task-issue-template.yaml

This commit is contained in:
kuaashish 2023-08-31 11:02:09 +05:30 committed by GitHub
parent fdc1207a40
commit 15c8e4b087
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -40,17 +40,16 @@ body:
label: Programming Language and version (e.g. C++, Python, Java) label: Programming Language and version (e.g. C++, Python, Java)
validations: validations:
required: true required: true
- type: markdown - type: input
id: current_model id: current_model
attributes: attributes:
label: Describe the actual behavior label: Describe the actual behavior
validations: validations:
required: true required: true
- type: textarea - type: input
id: expected_model id: expected_model
attributes: attributes:
label: Describe the expected behaviour label: Describe the expected behaviour
render: shell
validations: validations:
required: true required: true
- type: textarea - type: textarea