|
| 1 | +name: "🌐 Website" |
| 2 | +description: "Report an issue, share feedback, or request improvements for the Flow PHP website." |
| 3 | +title: "[Website]: " |
| 4 | +labels: [] |
| 5 | +assignees: ["norberttech"] |
| 6 | +body: |
| 7 | + - type: markdown |
| 8 | + attributes: |
| 9 | + value: | |
| 10 | + **Thanks for helping us improve the Flow PHP website!** |
| 11 | +
|
| 12 | + This template is for everything related to https://flow-php.com — the landing page, documentation, examples, blog, playground UI, and search. |
| 13 | + For framework bugs use the **🐛 Bug Report** template, and for feature ideas use the **💡 Proposal** template. |
| 14 | +
|
| 15 | + - type: textarea |
| 16 | + id: what |
| 17 | + attributes: |
| 18 | + label: What's the issue or feedback? |
| 19 | + description: | |
| 20 | + Describe what's wrong, confusing, missing, or could be better. Concrete examples help a lot. |
| 21 | + placeholder: | |
| 22 | + e.g. "The CSV adapter docs page is missing an example for reading multi-line fields." |
| 23 | + e.g. "The playground output panel overlaps the toolbar on Safari." |
| 24 | + e.g. "I couldn't find anything about partitioning from the search." |
| 25 | + validations: |
| 26 | + required: true |
| 27 | + |
| 28 | + - type: textarea |
| 29 | + id: pages |
| 30 | + attributes: |
| 31 | + label: Affected page(s) |
| 32 | + description: | |
| 33 | + Paste one or more URLs to the page(s) that triggered this report. The more specific, the better — anchor links to a section are great. |
| 34 | + placeholder: | |
| 35 | + https://flow-php.com/documentation/components/adapters/csv |
| 36 | + https://flow-php.com/documentation/dsl/core#dsl-functions |
| 37 | + validations: |
| 38 | + required: false |
| 39 | + |
| 40 | + - type: textarea |
| 41 | + id: screenshots |
| 42 | + attributes: |
| 43 | + label: Screenshots / recordings |
| 44 | + description: | |
| 45 | + A picture is worth a thousand words. Drag-and-drop screenshots or short screen recordings here. Annotated screenshots (arrows, circles) are even better. |
| 46 | +
|
| 47 | + **Tip:** for browser-specific issues, include a screenshot from the browser you saw it in. |
| 48 | + placeholder: | |
| 49 | + Drag images or videos into this field, or paste them from clipboard. |
| 50 | + validations: |
| 51 | + required: false |
| 52 | + |
| 53 | + - type: textarea |
| 54 | + id: prior-art |
| 55 | + attributes: |
| 56 | + label: Documentation or sites that handled this well |
| 57 | + description: | |
| 58 | + Have you seen this kind of content / UX done well somewhere else? Share links — examples are the fastest way for us to understand what "better" looks like for you. |
| 59 | + placeholder: | |
| 60 | + https://example-framework.dev/docs/some-feature — explains it with a runnable example |
| 61 | + https://other-tool.io/search — search filters group by version, which is what I'd expect here |
| 62 | + validations: |
| 63 | + required: false |
| 64 | + |
| 65 | + - type: textarea |
| 66 | + id: environment |
| 67 | + attributes: |
| 68 | + label: Browser & device (only for visual / behavioral bugs) |
| 69 | + description: | |
| 70 | + Skip this if your report isn't about a visual or interaction bug. |
| 71 | + placeholder: | |
| 72 | + Chrome 132 on macOS 14 (1440×900) |
| 73 | + Safari iOS 18 on iPhone 15 |
| 74 | + validations: |
| 75 | + required: false |
0 commit comments