|
| 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: Please provide a clear and detailed description of what the bug is. This helps us understand the issue quickly and look for potential fixes. |
| 21 | + placeholder: Explain the bug in as much detail as possible... |
| 22 | + validations: |
| 23 | + required: true |
| 24 | + |
| 25 | + - type: textarea |
| 26 | + id: regression |
| 27 | + attributes: |
| 28 | + label: Is this a regression? |
| 29 | + description: | |
| 30 | + Was this functionality working in a previous version? |
| 31 | + If yes, please mention the last version in which it worked properly. |
| 32 | + Understanding regressions helps prioritize fixes. |
| 33 | + placeholder: Yes or No, and details about the last working version... |
| 34 | + validations: |
| 35 | + required: false |
| 36 | + |
| 37 | + - type: textarea |
| 38 | + id: steps-to-reproduce |
| 39 | + attributes: |
| 40 | + label: To Reproduce |
| 41 | + description: | |
| 42 | + 'Please provide step-by-step instructions that reproduce the issue: |
| 43 | + 1. Use x argument / navigate to... |
| 44 | + 2. Fill this information... |
| 45 | + 3. Go to... |
| 46 | + 4. See error |
| 47 | + placeholder: Detailed steps to reproduce the bug... |
| 48 | + validations: |
| 49 | + required: true |
| 50 | + |
| 51 | + - type: textarea |
| 52 | + id: expected-behaviour |
| 53 | + attributes: |
| 54 | + label: Expected behaviour |
| 55 | + description: | |
| 56 | + Describe what you expected to happen. |
| 57 | + Clear expectations help understand the gap between current and desired states. |
| 58 | + placeholder: What did you expect to happen instead of the bug? |
| 59 | + validations: |
| 60 | + required: true |
| 61 | + |
| 62 | + - type: textarea |
| 63 | + id: media |
| 64 | + attributes: |
| 65 | + label: Media prove |
| 66 | + description: If applicable, add screenshots or videos to better illustrate the issue. Visual aids can significantly aid in diagnosing problems quicker. |
| 67 | + placeholder: Upload files or paste links here... |
| 68 | + validations: |
| 69 | + required: false |
| 70 | + |
| 71 | + - type: textarea |
| 72 | + id: environment |
| 73 | + attributes: |
| 74 | + label: Your environment |
| 75 | + description: | |
| 76 | + Provide detailed information about your environment to help us replicate the issue: |
| 77 | + * OS: [e.g. Ubuntu] |
| 78 | + * PHP version: [e.g. 8.2.2] |
| 79 | + * Package version: [e.g. 1.0.0] |
| 80 | + * Any relevant environment details |
| 81 | + placeholder: List your environment details here... |
| 82 | + validations: |
| 83 | + required: false |
| 84 | + |
| 85 | + - type: textarea |
| 86 | + id: additional-context |
| 87 | + attributes: |
| 88 | + label: Additional context |
| 89 | + description: Include any other context about the problem here, such as unusual system configurations, previous issues, or possible causes. |
| 90 | + placeholder: Any additional information that could help us resolve the issue... |
| 91 | + validations: |
| 92 | + required: false |
| 93 | + |
| 94 | + - type: markdown |
| 95 | + attributes: |
| 96 | + value: | |
| 97 | + 📛 To ensure a smooth issue processing, please check if a similar bug report has already been submitted before creating a new one. |
| 98 | + We highly value your contributions, so please make sure to familiarize yourself with our repository's guidelines: |
| 99 | + - [Code of Conduct](https://github.com/wayofdev/laravel-cycle-orm-adapter/blob/master/.github/CODE_OF_CONDUCT.md) |
| 100 | + - [Contribution Guidelines](https://laravel-cycle-orm-adapter.wayof.dev/contributing) |
| 101 | +
|
| 102 | + Additionally, consider joining our discussions on: |
| 103 | + - [WayOfDev Discord Community](https://discord.gg/CE3TcCC5vr) |
| 104 | +
|
| 105 | +... |
0 commit comments