mirror of
https://github.com/TheAlgorithms/Python.git
synced 2024-12-18 01:00:15 +00:00
docs: add the other/miscellaneous form (#8163)
Co-authored-by: Christian Clauss <cclauss@me.com> Co-authored-by: Dhruv Manilawala <dhruvmanila@gmail.com>
This commit is contained in:
parent
9701e459e8
commit
47b3c72982
19
.github/ISSUE_TEMPLATE/other.yml
vendored
Normal file
19
.github/ISSUE_TEMPLATE/other.yml
vendored
Normal file
|
@ -0,0 +1,19 @@
|
||||||
|
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
|
Loading…
Reference in New Issue
Block a user