|
| 1 | +name: 🐛 Bug Report |
| 2 | +description: Report any issues you encounter to make hugoplate even more efficient. |
| 3 | + |
| 4 | +body: |
| 5 | + - type: input |
| 6 | + id: hugo-version |
| 7 | + attributes: |
| 8 | + label: What is your Hugo Extended Version |
| 9 | + description: Check the [README](https://github.com/zeon-studio/hugoplate?tab=readme-ov-file#user-content-️-prerequisites) for the required version. Use "hugo version" in your terminal to see your Hugo version. |
| 10 | + validations: |
| 11 | + required: true |
| 12 | + |
| 13 | + - type: input |
| 14 | + id: go-version |
| 15 | + attributes: |
| 16 | + label: What is your Go Version |
| 17 | + description: Check the [README](https://github.com/zeon-studio/hugoplate?tab=readme-ov-file#user-content-️-prerequisites) for the required version. Use "go version" in your terminal to see your Go version. |
| 18 | + validations: |
| 19 | + required: true |
| 20 | + |
| 21 | + - type: input |
| 22 | + id: node-version |
| 23 | + attributes: |
| 24 | + label: What is your Node.js Version |
| 25 | + description: Check the [README](https://github.com/zeon-studio/hugoplate?tab=readme-ov-file#user-content-️-prerequisites) for the required version. Use "node -v" in your terminal to see your Node.js version. |
| 26 | + validations: |
| 27 | + required: true |
| 28 | + |
| 29 | + - type: input |
| 30 | + id: operating-system |
| 31 | + attributes: |
| 32 | + label: What is your Operating System |
| 33 | + validations: |
| 34 | + required: false |
| 35 | + |
| 36 | + - type: checkboxes |
| 37 | + id: make-sure |
| 38 | + attributes: |
| 39 | + label: Check for Existing Issues |
| 40 | + description: | |
| 41 | + Before reporting a problem, please confirm that you've searched thoroughly for any existing reports on the same issue. If no relevant issues are found, proceed with the report. |
| 42 | + options: |
| 43 | + - label: I have searched and found no relevant issues. |
| 44 | + required: true |
| 45 | + |
| 46 | + - type: textarea |
| 47 | + id: expected-behavior |
| 48 | + attributes: |
| 49 | + label: Expected Behavior |
| 50 | + description: A clear description of what you expected to happen. |
| 51 | + validations: |
| 52 | + required: true |
| 53 | + |
| 54 | + - type: textarea |
| 55 | + id: steps-to-reproduce |
| 56 | + attributes: |
| 57 | + label: Steps to Reproduce |
| 58 | + description: | |
| 59 | + Please explain the steps required to duplicate this issue. Include detailed commands and expected outcomes. |
| 60 | + placeholder: | |
| 61 | + 1. |
| 62 | + 2. |
| 63 | + 3. |
| 64 | + validations: |
| 65 | + required: true |
| 66 | + |
| 67 | + - type: input |
| 68 | + id: reproduction-url |
| 69 | + attributes: |
| 70 | + label: Code Reproduction URL |
| 71 | + description: Please reproduce this issue and provide a link to the repository. |
| 72 | + placeholder: github.com/yourusername/repo |
| 73 | + |
| 74 | + - type: textarea |
| 75 | + id: additional-information |
| 76 | + attributes: |
| 77 | + label: Additional Information |
| 78 | + description: | |
| 79 | + List any other information that is relevant to your issue. You can use Markdown for formatting, including code blocks, links, etc. |
0 commit comments