|
| 1 | +name: ⚠️ Report a problem |
| 2 | +description: Report an error, technical issue, UX problem, or request clarification |
| 3 | +title: "Issue: " |
| 4 | +labels: ["documentation", "bug"] |
| 5 | +body: |
| 6 | + - type: markdown |
| 7 | + attributes: |
| 8 | + value: | |
| 9 | + Thanks for helping us improve the quality of our documentation! |
| 10 | +
|
| 11 | + **For technical support**, please use [Clever Cloud Support](https://console.clever-cloud.com/ticket-center-choice) instead. |
| 12 | + **For general questions**, consider our [Community Discussions](https://github.com/CleverCloud/Community/discussions) first. |
| 13 | +
|
| 14 | + - type: dropdown |
| 15 | + id: problem-type |
| 16 | + attributes: |
| 17 | + label: "Type of problem" |
| 18 | + description: "What kind of problem are you encountering?" |
| 19 | + options: |
| 20 | + - Clarification request (unclear or incomplete information) |
| 21 | + - Documentation error (incorrect information, broken link, etc.) |
| 22 | + - Technical site issue (Hugo build, shortcodes, functionality) |
| 23 | + - UX/design problem (accessibility, navigation, responsive) |
| 24 | + - Other problem |
| 25 | + validations: |
| 26 | + required: true |
| 27 | + |
| 28 | + - type: textarea |
| 29 | + id: page-urls |
| 30 | + attributes: |
| 31 | + label: "Affected page(s)" |
| 32 | + description: "URLs of the documentation pages with the problem (one per line)" |
| 33 | + placeholder: | |
| 34 | + https://www.clever.cloud/developers/... |
| 35 | + https://www.clever.cloud/developers/... |
| 36 | + validations: |
| 37 | + required: true |
| 38 | + |
| 39 | + - type: textarea |
| 40 | + id: problem-description |
| 41 | + attributes: |
| 42 | + label: "Problem description" |
| 43 | + description: "Describe clearly the problem you encountered" |
| 44 | + placeholder: "When I try to... / It's difficult to... / The page doesn't... / The information says... but..." |
| 45 | + validations: |
| 46 | + required: true |
| 47 | + |
| 48 | + - type: textarea |
| 49 | + id: current-content |
| 50 | + attributes: |
| 51 | + label: "Current problematic content (if applicable)" |
| 52 | + description: "Copy the exact text, code, or section that has the issue" |
| 53 | + placeholder: "Current text that is incorrect or problematic..." |
| 54 | + |
| 55 | + - type: textarea |
| 56 | + id: expected-solution |
| 57 | + attributes: |
| 58 | + label: "Expected solution or corrected content" |
| 59 | + description: "How should this be fixed? What should the information say?" |
| 60 | + placeholder: "The correct information should be... / This could be improved by... / The layout should..." |
| 61 | + |
| 62 | + - type: textarea |
| 63 | + id: reproduction-steps |
| 64 | + attributes: |
| 65 | + label: "Steps to reproduce (if applicable)" |
| 66 | + description: "For technical issues: how to reproduce the problem" |
| 67 | + placeholder: | |
| 68 | + 1. Run `hugo server` |
| 69 | + 2. Navigate to... |
| 70 | + 3. See error |
| 71 | +
|
| 72 | + - type: textarea |
| 73 | + id: additional-context |
| 74 | + attributes: |
| 75 | + label: "Additional context" |
| 76 | + description: "Screenshots, error messages, browser, device, etc." |
| 77 | + placeholder: "Browser: Chrome on mobile, console errors, screenshots, etc." |
0 commit comments