Skip to content

Commit 0337ec8

Browse files
authored
Merge pull request #489 from wayofdev/feat/tpl-updates
2 parents 83f8a76 + 7e587b2 commit 0337ec8

File tree

1 file changed

+94
-0
lines changed

1 file changed

+94
-0
lines changed
Lines changed: 94 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,94 @@
1+
---
2+
3+
name: '🐞 Bug Report'
4+
description: 'Report an issue to help the project improve.'
5+
title: '[Bug] '
6+
labels: ['type: bug']
7+
8+
assignees:
9+
- lotyp
10+
11+
body:
12+
- type: markdown
13+
attributes:
14+
value: '🐞 Bug Report'
15+
16+
- type: textarea
17+
id: bug-description
18+
attributes:
19+
label: 'Describe the bug'
20+
description: 'A clear and concise description of what the bug is.'
21+
placeholder: 'Type here...'
22+
validations:
23+
required: true
24+
25+
- type: textarea
26+
id: regression
27+
attributes:
28+
label: 'Is this a regression?'
29+
description: |
30+
'Did this behaviour use to work in the previous version?
31+
Yes, the last version in which this bug was not present was: ...'
32+
placeholder: 'Yes or No and details...'
33+
validations:
34+
required: false
35+
36+
- type: textarea
37+
id: steps-to-reproduce
38+
attributes:
39+
label: 'To Reproduce'
40+
description: |
41+
'Steps to reproduce the error:
42+
1. Use x argument / navigate to...
43+
2. Fill this information...
44+
3. Go to...
45+
4. See error'
46+
placeholder: 'Describe the steps...'
47+
validations:
48+
required: true
49+
50+
- type: textarea
51+
id: expected-behaviour
52+
attributes:
53+
label: 'Expected behaviour'
54+
description: 'A clear and concise description of what you expected to happen.'
55+
placeholder: 'Type here...'
56+
validations:
57+
required: true
58+
59+
- type: textarea
60+
id: media
61+
attributes:
62+
label: 'Media prove'
63+
description: 'If applicable, add screenshots or videos to help explain your problem.'
64+
placeholder: 'Upload files or leave a link here...'
65+
validations:
66+
required: false
67+
68+
- type: textarea
69+
id: environment
70+
attributes:
71+
label: 'Your environment'
72+
description: |
73+
'Please provide information about your environment.
74+
* OS: [e.g. Ubuntu]
75+
* PHP version: [e.g. 8.2.2]
76+
* Package version: [e.g. 1.0.0]
77+
placeholder: 'Fill out all applicable fields...'
78+
validations:
79+
required: false
80+
81+
- type: textarea
82+
id: additional-context
83+
attributes:
84+
label: 'Additional context'
85+
description: 'Add any other context or additional information about the problem here.'
86+
placeholder: 'Type here...'
87+
validations:
88+
required: false
89+
90+
- type: markdown
91+
attributes:
92+
value: |
93+
📛 To expedite issue processing, please search open and closed issues before submitting a new one.
94+
Please read our Rules of Conduct at this repository's `.github/CODE_OF_CONDUCT.md` and the Contribution Guidelines at `.github/CONTRIBUTING.md` 📛

0 commit comments

Comments
 (0)