File tree 4 files changed +38
-0
lines changed
4 files changed +38
-0
lines changed Original file line number Diff line number Diff line change 39
39
4.
40
40
validations :
41
41
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 29
29
description : If possible, describes possible workarounds to this feature.
30
30
validations :
31
31
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 feature request?
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