We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 124ecb3 commit a636955Copy full SHA for a636955
1 file changed
.github/ISSUE_TEMPLATE/bug_report.yml
@@ -0,0 +1,27 @@
1
+name: Bug Report 🐞
2
+description: Report a bug or issue with GetAnyMessage.
3
+title: "[Bug] "
4
+labels: [bug]
5
+body:
6
+ - type: textarea
7
+ id: bug
8
+ attributes:
9
+ label: What happened?
10
+ description: Clearly describe the problem and what you expected to happen.
11
+ validations:
12
+ required: true
13
14
+ id: steps
15
16
+ label: Steps to Reproduce
17
+ description: List the exact steps to reproduce this bug.
18
+ - type: input
19
+ id: env
20
21
+ label: Environment
22
+ description: PHP version and OS.
23
24
+ id: logs
25
26
+ label: Relevant logs/output
27
+ description: Include any output or error logs if relevant.
0 commit comments