File tree Expand file tree Collapse file tree 3 files changed +81
-0
lines changed Expand file tree Collapse file tree 3 files changed +81
-0
lines changed Original file line number Diff line number Diff line change
1
+ # These are supported funding model platforms
2
+
3
+ github : codeSTACKr
4
+ patreon : # Replace with a single Patreon username
5
+ open_collective : # Replace with a single Open Collective username
6
+ ko_fi : # Replace with a single Ko-fi username
7
+ tidelift : # Replace with a single Tidelift platform-name/package-name e.g., npm/babel
8
+ community_bridge : # Replace with a single Community Bridge project-name e.g., cloud-foundry
9
+ liberapay : # Replace with a single Liberapay username
10
+ issuehunt : # Replace with a single IssueHunt username
11
+ otechie : # Replace with a single Otechie username
12
+ lfx_crowdfunding : # Replace with a single LFX Crowdfunding project-name e.g., cloud-foundry
13
+ custom : # Replace with up to 4 custom sponsorship URLs e.g., ['link1', 'link2']
Original file line number Diff line number Diff line change
1
+ name : Bug Report
2
+ description : File a bug report
3
+ title : " [Bug]: "
4
+ labels : ["bug", "triage"]
5
+ body :
6
+ - type : markdown
7
+ attributes :
8
+ value : |
9
+ Thanks for taking the time to fill out this bug report!
10
+ - type : checkboxes
11
+ id : version
12
+ attributes :
13
+ label : Version
14
+ description : Are you using the latest version of this repository?
15
+ options :
16
+ - label : " Yes"
17
+ required : true
18
+ validations :
19
+ required : true
20
+ - type : checkboxes
21
+ id : general
22
+ attributes :
23
+ label : General Question
24
+ description : Is this a general usage question? If so, visit the [discord server](https://discord.gg/A9CnsVzzkZ).
25
+ options :
26
+ - label : " No"
27
+ required : true
28
+ validations :
29
+ required : true
30
+ - type : textarea
31
+ id : what-happened
32
+ attributes :
33
+ label : What happened?
34
+ description : Also tell us, what did you expect to happen?
35
+ placeholder : Tell us what you see!
36
+ value : " A bug happened!"
37
+ validations :
38
+ required : true
39
+ - type : textarea
40
+ id : troubleshoot
41
+ attributes :
42
+ label : What have you tried?
43
+ description : What steps have you taken to find a solution?
44
+ placeholder : Tell us what you've done!
45
+ value : " I Googled and asked the community in the discord server but could not find a solution."
46
+ validations :
47
+ required : true
48
+ - type : textarea
49
+ id : logs
50
+ attributes :
51
+ label : Relevant log output
52
+ description : Please copy and paste any relevant log output. This will be automatically formatted into code, so no need for backticks.
53
+ render : shell
54
+ - type : checkboxes
55
+ id : ppi
56
+ attributes :
57
+ label : Protect your information
58
+ description : I have not included any personal information in this form.
59
+ options :
60
+ - label : " I Agree"
61
+ required : true
62
+ validations :
63
+ required : true
Original file line number Diff line number Diff line change
1
+ blank_issues_enabled : false
2
+ contact_links :
3
+ - name : NFT Community Support
4
+ url : https://discord.gg/A9CnsVzzkZ
5
+ about : Please ask and answer general, non-bug related questions here.
You can’t perform that action at this time.
0 commit comments