|
| 1 | +name: 🐛 Bug Report |
| 2 | +description: Create a report to help improve this plugin |
| 3 | +title: "[Bug]: " |
| 4 | +labels: ["bug"] |
| 5 | +body: |
| 6 | + - type: markdown |
| 7 | + attributes: |
| 8 | + value: | |
| 9 | + Hello 👋 Thank you for submitting an issue. |
| 10 | +
|
| 11 | + - type: dropdown |
| 12 | + id: addon |
| 13 | + attributes: |
| 14 | + label: Addon |
| 15 | + description: Please select the addon related to this issue |
| 16 | + options: |
| 17 | + - No specific addon – This bug report is related to Webtools Core |
| 18 | + - Webtools Core: Sitemap Addon |
| 19 | + - Webtools Pro: Redirects Addon |
| 20 | + - Webtools Pro: Links Addon |
| 21 | + validations: |
| 22 | + required: true |
| 23 | + |
| 24 | + - type: textarea |
| 25 | + id: bug-description |
| 26 | + attributes: |
| 27 | + label: Describe the bug |
| 28 | + description: A clear and concise description of what the bug is. |
| 29 | + placeholder: Tell us what happened |
| 30 | + validations: |
| 31 | + required: true |
| 32 | + |
| 33 | + - type: textarea |
| 34 | + id: reproduction-steps |
| 35 | + attributes: |
| 36 | + label: Steps to reproduce the behavior |
| 37 | + description: Please provide detailed steps to reproduce the issue |
| 38 | + placeholder: | |
| 39 | + 1. Go to '...' |
| 40 | + 2. Click on '....' |
| 41 | + 3. Scroll down to '....' |
| 42 | + 4. See error |
| 43 | + validations: |
| 44 | + required: true |
| 45 | + |
| 46 | + - type: textarea |
| 47 | + id: expected-behavior |
| 48 | + attributes: |
| 49 | + label: Expected behavior |
| 50 | + description: A clear and concise description of what you expected to happen. |
| 51 | + placeholder: What should have happened instead? |
| 52 | + validations: |
| 53 | + required: true |
| 54 | + |
| 55 | + - type: textarea |
| 56 | + id: screenshots |
| 57 | + attributes: |
| 58 | + label: Screenshots |
| 59 | + description: If applicable, add screenshots to help explain your problem. |
| 60 | + placeholder: Drag and drop screenshots here or paste image URLs |
| 61 | + |
| 62 | + - type: textarea |
| 63 | + id: code-snippets |
| 64 | + attributes: |
| 65 | + label: Code snippets |
| 66 | + description: If applicable, add code samples to help explain your problem. |
| 67 | + render: javascript |
| 68 | + placeholder: Add your code here |
| 69 | + |
| 70 | + - type: input |
| 71 | + id: nodejs-version |
| 72 | + attributes: |
| 73 | + label: Node.js version |
| 74 | + description: Please ensure you are using the Node LTS version |
| 75 | + placeholder: e.g., v18.17.0 |
| 76 | + validations: |
| 77 | + required: true |
| 78 | + |
| 79 | + - type: input |
| 80 | + id: npm-version |
| 81 | + attributes: |
| 82 | + label: NPM version |
| 83 | + placeholder: e.g., 9.6.7 |
| 84 | + validations: |
| 85 | + required: true |
| 86 | + |
| 87 | + - type: input |
| 88 | + id: strapi-version |
| 89 | + attributes: |
| 90 | + label: Strapi version |
| 91 | + placeholder: e.g., 4.15.5 |
| 92 | + validations: |
| 93 | + required: true |
| 94 | + |
| 95 | + - type: input |
| 96 | + id: plugin-version |
| 97 | + attributes: |
| 98 | + label: Plugin version |
| 99 | + placeholder: e.g., 1.2.3 |
| 100 | + validations: |
| 101 | + required: true |
| 102 | + |
| 103 | + - type: input |
| 104 | + id: database |
| 105 | + attributes: |
| 106 | + label: Database |
| 107 | + placeholder: e.g., PostgreSQL, MySQL, SQLite |
| 108 | + validations: |
| 109 | + required: true |
| 110 | + |
| 111 | + - type: input |
| 112 | + id: operating-system |
| 113 | + attributes: |
| 114 | + label: Operating system |
| 115 | + placeholder: e.g., macOS 13.6, Windows 11, Ubuntu 22.04 |
| 116 | + validations: |
| 117 | + required: true |
| 118 | + |
| 119 | + - type: textarea |
| 120 | + id: additional-context |
| 121 | + attributes: |
| 122 | + label: Additional context |
| 123 | + description: Add any other context about the problem here. |
| 124 | + placeholder: Any additional information that might be helpful |
0 commit comments