Skip to content

Commit a636955

Browse files
authored
Create bug_report.yml
1 parent 124ecb3 commit a636955

1 file changed

Lines changed: 27 additions & 0 deletions

File tree

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
- type: textarea
14+
id: steps
15+
attributes:
16+
label: Steps to Reproduce
17+
description: List the exact steps to reproduce this bug.
18+
- type: input
19+
id: env
20+
attributes:
21+
label: Environment
22+
description: PHP version and OS.
23+
- type: textarea
24+
id: logs
25+
attributes:
26+
label: Relevant logs/output
27+
description: Include any output or error logs if relevant.

0 commit comments

Comments
 (0)