|
| 1 | +name: 🐛 Bug report |
| 2 | +description: Something isn't working as expected? |
| 3 | +labels: ["bug"] |
| 4 | +body: |
| 5 | + - type: markdown |
| 6 | + attributes: |
| 7 | + value: | |
| 8 | + Thanks for taking the time to report a bug! Please fill out the following sections to help us understand the issue. |
| 9 | + - type: textarea |
| 10 | + attributes: |
| 11 | + label: Description |
| 12 | + description: "Please provide a minimal way to reproduce the problem and describe what the expected vs actual behavior is." |
| 13 | + value: | |
| 14 | + ## Description |
| 15 | + <!-- Please provide a clear and concise description of the bug. --> |
| 16 | +
|
| 17 | + ## Steps to Reproduce |
| 18 | + 1. <!-- Step 1 --> |
| 19 | + 2. <!-- Step 2 --> |
| 20 | + 3. <!-- Step 3 --> |
| 21 | +
|
| 22 | + ## Example |
| 23 | +
|
| 24 | + **Extension Code:** |
| 25 | + ```rs |
| 26 | + ``` |
| 27 | +
|
| 28 | + **PHP Code:** |
| 29 | + ```php |
| 30 | + <?php |
| 31 | + ``` |
| 32 | +
|
| 33 | + ### Actual Behavior |
| 34 | + ``` |
| 35 | + ``` |
| 36 | +
|
| 37 | + ### Expected Behavior |
| 38 | + ``` |
| 39 | + ``` |
| 40 | + validations: |
| 41 | + required: true |
| 42 | + - type: textarea |
| 43 | + attributes: |
| 44 | + label: Log Output |
| 45 | + description: | |
| 46 | + If applicable please provide the full output of the error message or log that you encountered. |
| 47 | + If the output is too long, consider uploading it to a pastebin service and linking it here. |
| 48 | + render: shell |
| 49 | + - type: checkboxes |
| 50 | + attributes: |
| 51 | + label: Affected Components |
| 52 | + description: "Please select all components that are affected by this bug. If you are unsure, leave ALL unchecked." |
| 53 | + options: |
| 54 | + - label: "ext-php-rs" |
| 55 | + - label: "macros" |
| 56 | + - label: "cli (cargo-php)" |
| 57 | + - type: textarea |
| 58 | + attributes: |
| 59 | + label: PHP Version |
| 60 | + description: | |
| 61 | + Please run `php -v` and provide the full output of that command. |
| 62 | + placeholder: | |
| 63 | + PHP 8.4.8 (cli) (built: Jun 3 2025 16:29:26) (NTS) |
| 64 | + Copyright (c) The PHP Group |
| 65 | + Zend Engine v4.4.8, Copyright (c) Zend Technologies |
| 66 | + with Zend OPcache v8.4.8, Copyright (c), by Zend Technologies |
| 67 | + with Xdebug v3.4.4, Copyright (c) 2002-2025, by Derick Rethans |
| 68 | + render: plain |
| 69 | + validations: |
| 70 | + required: true |
| 71 | + - type: input |
| 72 | + attributes: |
| 73 | + label: "`ext-php-rs` Version" |
| 74 | + description: "Please provide the exact version of the extension you are using." |
| 75 | + placeholder: "0.1.2 or git commit hash" |
| 76 | + validations: |
| 77 | + required: true |
| 78 | + - type: input |
| 79 | + attributes: |
| 80 | + label: Operating System |
| 81 | + description: "The used operating system, if relevant." |
| 82 | + placeholder: "Ubuntu 25.04" |
0 commit comments