WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
File tree Expand file tree Collapse file tree 3 files changed +97
-0
lines changed
Expand file tree Collapse file tree 3 files changed +97
-0
lines changed Original file line number Diff line number Diff line change 1+ name : Bug Report
2+ description : Report a bug in ezBookkeeping
3+ labels : bug
4+ body :
5+ - type : checkboxes
6+ id : checkboxes
7+ attributes :
8+ label : Before You Submit
9+ description : Please check whether the following items have been completed.
10+ options :
11+ - label : I've already checked this bug hasn't been raised in [issues](https://github.com/mayswind/ezbookkeeping/issues)
12+ required : true
13+
14+ - type : textarea
15+ id : description
16+ attributes :
17+ label : Description
18+ description : Please provide a brief description of this bug.
19+ validations :
20+ required : true
21+
22+ - type : textarea
23+ id : reproduction-steps
24+ attributes :
25+ label : Steps to reproduce
26+ description : Please describe the steps to reproduce this bug.
27+ placeholder : |
28+ 1.
29+ 2.
30+ 3.
31+ validations :
32+ required : true
33+
34+ - type : input
35+ id : ezbookkeeping-version
36+ attributes :
37+ label : ezBookkeeping Version
38+ description : ezBookkeeping version and commit hash of your instance, e.g. "v1.0.0 (20e2444)"
39+ validations :
40+ required : true
41+
42+ - type : input
43+ id : server-os
44+ attributes :
45+ label : Server Operating System
46+ description : The operating system information you are using to deploy ezBookkeeping, e.g "Debian GNU/Linux 11 amd64"
47+
48+ - type : input
49+ id : server-database
50+ attributes :
51+ label : Database
52+ description : The database system you are using, e.g. "MariaDB v11.7.2"
53+
54+ - type : dropdown
55+ id : reproduce-on-demo-site
56+ attributes :
57+ label : Can you reproduce this bug on the ezBookkeeping demo site?
58+ description : |
59+ ezBookkeeping demo site: https://ezbookkeeping-demo.mayswind.net/
60+ options :
61+ - " No"
62+ - " Yes"
63+ validations :
64+ required : true
65+
66+ - type : textarea
67+ id : additional-context
68+ attributes :
69+ label : Additional information
70+ description : If you can, provide any related screenshots or logs here.
Original file line number Diff line number Diff line change 1+ blank_issues_enabled : false
Original file line number Diff line number Diff line change 1+ name : Feature Request
2+ description : Request a feature or enhancement for ezBookkeeping
3+ labels : enhancement
4+ body :
5+ - type : checkboxes
6+ id : checkboxes
7+ attributes :
8+ label : Before You Submit
9+ description : Please check whether the following items have been completed.
10+ options :
11+ - label : I've already checked this request hasn't been raised in [issues](https://github.com/mayswind/ezbookkeeping/issues)
12+ required : true
13+
14+ - type : textarea
15+ id : description
16+ attributes :
17+ label : Feature Description
18+ description : Please describe your feature request.
19+ validations :
20+ required : true
21+
22+ - type : textarea
23+ id : additional-context
24+ attributes :
25+ label : Additional information
26+ description : If you can, provide any other context or screenshots about this feature request here.
You can’t perform that action at this time.
0 commit comments