File tree Expand file tree Collapse file tree 4 files changed +38
-0
lines changed Expand file tree Collapse file tree 4 files changed +38
-0
lines changed Original file line number Diff line number Diff line change 3939 4.
4040 validations :
4141 required : false
42+ - type : textarea
43+ id : extra_information
44+ attributes :
45+ label : Additional information
46+ description : Is there anything else we should know about this bug report?
47+ validations :
48+ required : false
Original file line number Diff line number Diff line change 1+ blank_issues_enabled : false
2+ contact_links :
3+ - name : Discord community
4+ url : https://the-algorithms.com/discord/
5+ about : Have any questions or found any bugs? Contact us via our Discord community.
Original file line number Diff line number Diff line change 2929 description : If possible, describes possible workarounds to this feature.
3030 validations :
3131 required : false
32+ - type : textarea
33+ id : extra_information
34+ attributes :
35+ label : Additional information
36+ description : Is there anything else we should know about this bug report?
37+ validations :
38+ required : false
Original file line number Diff line number Diff line change 1+ name : Other issue
2+ description : Use this for any other issues. Do NOT create blank issues
3+ title : " [OTHER]: "
4+ labels : ["awaiting triage"]
5+ body :
6+ - type : textarea
7+ id : description
8+ attributes :
9+ label : What would you like to share?
10+ description : Provide a clear and concise explanation of your issue.
11+ validations :
12+ required : true
13+ - type : textarea
14+ id : extrainfo
15+ attributes :
16+ label : Additional information
17+ description : Is there anything else we should know about this issue?
18+ validations :
19+ required : false
You can’t perform that action at this time.
0 commit comments