|
1 | 1 | name: Bug Report |
2 | 2 | description: | |
3 | | - Found a bug in NativePHP? You're in the right place! |
| 3 | + Found a bug in NativePHP for Desktop? You're in the right place! |
4 | 4 | labels: ["bug"] |
5 | 5 | body: |
6 | | - - type: markdown |
7 | | - attributes: |
8 | | - value: | |
9 | | - We're sorry to hear you have a problem. |
| 6 | + - type: markdown |
| 7 | + attributes: |
| 8 | + value: | |
| 9 | + We're sorry to hear you have a problem. |
10 | 10 |
|
11 | | - Before submitting your report, please make sure you've been through the section "[Debugging](https://nativephp.com/docs/getting-started/debugging)" in the docs. |
| 11 | + Before submitting your report, please make sure you've been through the section "[Debugging](https://nativephp.com/docs/getting-started/debugging)" in the docs. |
12 | 12 |
|
13 | | - Please also ensure that you have the latest version of NativePHP packages installed, and are using [supported versions](https://nativephp.com/docs/desktop/1/getting-started/support-policy) of PHP and Laravel. |
| 13 | + Please also ensure that you have the latest version of NativePHP packages installed, and are using [supported versions](https://nativephp.com/docs/desktop/1/getting-started/support-policy) of PHP and Laravel. |
14 | 14 |
|
15 | | - If nothing here has helped you, please provide as much useful context as you can here to help us solve help you. |
| 15 | + If nothing here has helped you, please provide as much useful context as you can here to help us solve help you. |
16 | 16 |
|
17 | | - Note that reams and reams of logs isn't helpful - please share only relevant errors. |
| 17 | + Note that reams and reams of logs isn't helpful - please share only relevant errors. |
18 | 18 |
|
19 | | - If possible, please prepare a reproduction repo and link to it in the Notes field. |
20 | | - - type: textarea |
21 | | - id: what-doing |
22 | | - attributes: |
23 | | - label: What were you trying to do? |
24 | | - description: Some context about what you were trying to achieve |
25 | | - placeholder: Trying to build my app for production |
26 | | - validations: |
27 | | - required: true |
| 19 | + If possible, please prepare a reproduction repo and link to it in the Notes field. |
| 20 | + - type: textarea |
| 21 | + id: what-doing |
| 22 | + attributes: |
| 23 | + label: What were you trying to do? |
| 24 | + description: Some context about what you were trying to achieve |
| 25 | + placeholder: Trying to build my app for production |
| 26 | + validations: |
| 27 | + required: true |
28 | 28 |
|
29 | | - - type: textarea |
30 | | - id: what-happened |
31 | | - attributes: |
32 | | - label: What happened? |
33 | | - description: What did you expect to happen? |
34 | | - placeholder: I cannot currently do X thing because when I do, it breaks X thing. |
35 | | - validations: |
36 | | - required: true |
| 29 | + - type: textarea |
| 30 | + id: what-happened |
| 31 | + attributes: |
| 32 | + label: What happened? |
| 33 | + description: What did you expect to happen? |
| 34 | + placeholder: I cannot currently do X thing because when I do, it breaks X thing. |
| 35 | + validations: |
| 36 | + required: true |
37 | 37 |
|
38 | | - - type: textarea |
39 | | - id: how-to-reproduce |
40 | | - attributes: |
41 | | - label: How to reproduce the bug |
42 | | - description: How did this occur, please add any config values used and provide a set of reliable steps if possible. |
43 | | - placeholder: When I do X I see Y. |
44 | | - validations: |
45 | | - required: true |
| 38 | + - type: textarea |
| 39 | + id: how-to-reproduce |
| 40 | + attributes: |
| 41 | + label: How to reproduce the bug |
| 42 | + description: How did this occur, please add any config values used and provide a set of reliable steps if possible. |
| 43 | + placeholder: When I do X I see Y. |
| 44 | + validations: |
| 45 | + required: true |
46 | 46 |
|
47 | | - - type: textarea |
48 | | - id: debug |
49 | | - attributes: |
50 | | - label: Debug Output |
51 | | - description: Please provide output from the NativePHP Debug command. This will help us understand your environment and the issue you're facing. (`php artisan native:debug`) |
52 | | - validations: |
53 | | - required: true |
| 47 | + - type: textarea |
| 48 | + id: debug |
| 49 | + attributes: |
| 50 | + label: Debug Output |
| 51 | + description: Please provide output from the NativePHP Debug command. This will help us understand your environment and the issue you're facing. (`php artisan native:debug`) |
| 52 | + validations: |
| 53 | + required: true |
54 | 54 |
|
55 | | - - type: dropdown |
56 | | - id: operating-systems |
57 | | - attributes: |
58 | | - label: Which operating systems have you seen this occur on? |
59 | | - description: You may select more than one. |
60 | | - multiple: true |
61 | | - options: |
| 55 | + - type: dropdown |
| 56 | + id: operating-systems |
| 57 | + attributes: |
| 58 | + label: Which operating systems have you seen this occur on? |
| 59 | + description: You may select more than one. |
| 60 | + multiple: true |
| 61 | + options: |
62 | 62 | - macOS |
63 | 63 | - Windows |
64 | 64 | - Linux |
65 | 65 |
|
66 | | - - type: textarea |
67 | | - id: notes |
68 | | - attributes: |
69 | | - label: Notes |
70 | | - description: Use this field to provide any other notes that you feel might be relevant to the issue. Include links to any reproduction repos you've created here. |
71 | | - validations: |
72 | | - required: false |
| 66 | + - type: textarea |
| 67 | + id: notes |
| 68 | + attributes: |
| 69 | + label: Notes |
| 70 | + description: Use this field to provide any other notes that you feel might be relevant to the issue. Include links to any reproduction repos you've created here. |
| 71 | + validations: |
| 72 | + required: false |
0 commit comments