mirror of
https://github.com/TheAlgorithms/Python.git
synced 2024-11-24 13:31:07 +00:00
20 lines
543 B
YAML
20 lines
543 B
YAML
|
name: Other
|
||
|
description: Use this for any other issues. PLEASE do not create blank issues
|
||
|
labels: ["awaiting triage"]
|
||
|
body:
|
||
|
- type: textarea
|
||
|
id: issuedescription
|
||
|
attributes:
|
||
|
label: What would you like to share?
|
||
|
description: Provide a clear and concise explanation of your issue.
|
||
|
validations:
|
||
|
required: true
|
||
|
|
||
|
- type: textarea
|
||
|
id: extrainfo
|
||
|
attributes:
|
||
|
label: Additional information
|
||
|
description: Is there anything else we should know about this issue?
|
||
|
validations:
|
||
|
required: false
|