|
| 1 | +name: "\U0001F41E Bug report" |
| 2 | +description: Report an issue |
| 3 | +labels: ['Status: Review Needed'] |
| 4 | +body: |
| 5 | + - type: markdown |
| 6 | + attributes: |
| 7 | + value: | |
| 8 | + Thanks for taking the time to fill out this bug report! |
| 9 | + - type: textarea |
| 10 | + id: bug-description |
| 11 | + attributes: |
| 12 | + label: Reporting a bug? |
| 13 | + description: A clear and concise description of what the bug is. If you intend to submit a PR for this issue, tell us in the description. Thanks! |
| 14 | + placeholder: Bug description |
| 15 | + validations: |
| 16 | + required: true |
| 17 | + - type: textarea |
| 18 | + id: expected-behavior |
| 19 | + attributes: |
| 20 | + label: Expected behavior |
| 21 | + description: A clear and concise description of what you expected to happen. |
| 22 | + placeholder: Expected behavior |
| 23 | + validations: |
| 24 | + required: true |
| 25 | + - type: textarea |
| 26 | + id: reproduction |
| 27 | + attributes: |
| 28 | + label: Reproduction |
| 29 | + description: | |
| 30 | + Please provide a link to a repo that can reproduce the problem you ran into. A reproduction is required unless you are absolutely sure that the issue is obvious and the provided information is enough to understand the problem. If a report is vague (e.g. just a generic error message) and has no reproduction, it will receive a "Status: Need More Info" label. If no reproduction is provided after 5 days, it will be closed. |
| 31 | + placeholder: Reproduction |
| 32 | + validations: |
| 33 | + required: true |
| 34 | + - type: textarea |
| 35 | + id: system-info |
| 36 | + attributes: |
| 37 | + label: System Info |
| 38 | + description: Output of `npx envinfo --system --npmPackages webpack,vue,vue-i18n,@intlify/vue-i18n-loader --binaries --browsers` |
| 39 | + render: shell |
| 40 | + placeholder: System, Binaries, Browsers |
| 41 | + validations: |
| 42 | + required: true |
| 43 | + - type: textarea |
| 44 | + id: screenshot |
| 45 | + attributes: |
| 46 | + label: Screenshot |
| 47 | + description: If applicable, add screenshots to help explain your problem |
| 48 | + placeholder: screnshot |
| 49 | + - type: textarea |
| 50 | + id: additional-context |
| 51 | + attributes: |
| 52 | + label: Additional context |
| 53 | + description: Add any other context about the problem here |
| 54 | + placeholder: more context here |
| 55 | + - type: checkboxes |
| 56 | + id: checkboxes |
| 57 | + attributes: |
| 58 | + label: Validations |
| 59 | + description: Before submitting the issue, please make sure you do the following |
| 60 | + options: |
| 61 | + - label: Read the [Contributing Guidelines](https://github.com/intlify/vue-i18n-loader/blob/v1.x/.github/contributing.md). |
| 62 | + required: true |
| 63 | + - label: Read the README |
| 64 | + required: true |
| 65 | + - label: Check that there isn't already an issue that reports the same bug to avoid creating a duplicate. |
| 66 | + required: true |
| 67 | + - label: Check that this is a concrete bug. For Q&A open a [GitHub Discussion](https://github.com/intlify/bundle-tools/discussions). |
| 68 | + required: true |
0 commit comments