Skip to content

Commit cc6283e

Browse files
authored
Merge pull request #90 from wavelog/dev
Preparing 1.1.11 Release
2 parents 7b12e31 + 352d848 commit cc6283e

File tree

10 files changed

+550
-403
lines changed

10 files changed

+550
-403
lines changed
Lines changed: 107 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,107 @@
1+
name: Report a bug ❌
2+
description: Report a bug for WavelogGate
3+
title: "Choose a descriptive title......"
4+
labels: ["bug"]
5+
body:
6+
- type: markdown
7+
attributes:
8+
value: |
9+
##
10+
### 👋 Hello and welcome
11+
Thanks for reporting a bug! To fix issues efficiently, we need complete information. Incomplete reports often make it impossible to reproduce or solve the problem.
12+
13+
⏱️ Please fill out all required fields carefully. The few minutes you invest here save hours of back-and-forth questions later.
14+
15+
---
16+
- type: checkboxes
17+
id: prerequisites
18+
attributes:
19+
label: I have checked the following
20+
options:
21+
- label: I am running the latest version of Wavelog
22+
required: true
23+
- label: I am running the latest version of WavelogGate
24+
required: true
25+
- label: This is a bug, not a setup question or feature request
26+
required: true
27+
28+
- type: textarea
29+
id: bug-description
30+
attributes:
31+
label: Bug Description
32+
description: Clear description of the bug
33+
placeholder: What went wrong?
34+
validations:
35+
required: true
36+
37+
- type: textarea
38+
id: steps
39+
attributes:
40+
label: Steps to Reproduce
41+
description: Step-by-step instructions to reproduce the issue
42+
placeholder: |
43+
1. Go to '...'
44+
2. Click on '...'
45+
3. See error
46+
validations:
47+
required: true
48+
49+
- type: textarea
50+
id: expected
51+
attributes:
52+
label: Expected Behavior
53+
description: What should happen instead?
54+
placeholder: Describe what you expected to happen
55+
validations:
56+
required: true
57+
58+
- type: input
59+
id: wavelog-version
60+
attributes:
61+
label: Wavelog Version
62+
description: Found in Admin > Debug Menu or User Menu > Version Info
63+
placeholder: e.g., 1.7.5
64+
validations:
65+
required: true
66+
67+
- type: input
68+
id: waveloggate-version
69+
attributes:
70+
label: WavelogGate Version
71+
description: Which version of WavelogGate are you using?
72+
placeholder: e.g., 1.1.10
73+
validations:
74+
required: true
75+
76+
- type: input
77+
id: browser
78+
attributes:
79+
label: Browser
80+
description: Tell us which browser you are using
81+
placeholder: e.g., Firefox, Chrome, Safari, ...
82+
validations:
83+
required: true
84+
85+
- type: dropdown
86+
id: os
87+
attributes:
88+
label: Operating System
89+
options:
90+
- Windows
91+
- macOS
92+
- Linux
93+
94+
- type: textarea
95+
id: screenshots
96+
attributes:
97+
label: Screenshots / Browser Console
98+
description: |
99+
Add screenshots or browser console output (F12)
100+
Tipp: You can paste images directly
101+
placeholder: Drag & drop images here
102+
103+
- type: textarea
104+
id: additional
105+
attributes:
106+
label: Additional Context
107+
description: Any other relevant information

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
blank_issues_enabled: false
2+
contact_links:
3+
- name: Feature Request 💡
4+
url: https://github.com/wavelog/wavelog/discussions/new?category=wl-gate
5+
about: Suggest new features or improvements
6+
- name: Setup & Usage Questions ❓💬
7+
url: https://github.com/wavelog/wavelog/discussions/new?category=wl-gate
8+
about: For setup help and general questions

0 commit comments

Comments
 (0)