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
Skip to content

Commit 9589dd2

Browse files
committed
add github issue template
1 parent 3d5b887 commit 9589dd2

File tree

3 files changed

+97
-0
lines changed

3 files changed

+97
-0
lines changed
Lines changed: 70 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,70 @@
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.

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
blank_issues_enabled: false
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
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.

0 commit comments

Comments
 (0)