Skip to content

Commit 57cb209

Browse files
authored
Update bug.yml
1 parent bbaa7c2 commit 57cb209

File tree

1 file changed

+21
-6
lines changed

1 file changed

+21
-6
lines changed

.github/ISSUE_TEMPLATE/bug.yml

Lines changed: 21 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,20 @@
11
name: Bug Report
2-
description: Report an Issue or Bug with the Package
2+
description: Report an Issue or Bug in NativePHP
33
title: "[Bug]: "
44
labels: ["bug"]
55
body:
66
- type: markdown
77
attributes:
88
value: |
9-
We're sorry to hear you have a problem. Can you help us solve it by providing the following details.
9+
We're sorry to hear you have a problem. Please help us solve it by providing the following details.
10+
- type: textarea
11+
id: what-doing
12+
attributes:
13+
label: What were you trying to do?
14+
description: Some context about what you were trying to achieve
15+
placeholder: Trying to build my app for production
16+
validations:
17+
required: true
1018
- type: textarea
1119
id: what-happened
1220
attributes:
@@ -26,9 +34,8 @@ body:
2634
- type: input
2735
id: package-version
2836
attributes:
29-
label: Package Version
30-
description: What version of our Package are you running? Please be as specific as possible
31-
placeholder: 2.0.0
37+
label: Package Versions
38+
description: What versions of the NativePHP packages are you running? Output of `composer show nativephp/* --format=json`
3239
validations:
3340
required: true
3441
- type: input
@@ -58,13 +65,21 @@ body:
5865
- type: dropdown
5966
id: operating-systems
6067
attributes:
61-
label: Which operating systems does with happen with?
68+
label: Which operating systems have you seen this occur on?
6269
description: You may select more than one.
6370
multiple: true
6471
options:
6572
- macOS
6673
- Windows
6774
- Linux
75+
- type: input
76+
id: os-version
77+
attributes:
78+
label: OS version
79+
description: Which version of these OSes are you using?
80+
placeholder: 'win11 (23H2), macos14.1 (23B74)'
81+
validations:
82+
required: true
6883
- type: textarea
6984
id: notes
7085
attributes:

0 commit comments

Comments
 (0)