|
| 1 | +name: "🐞 Report a bug" |
| 2 | +title: "🐞[BUG] - <TITLE_OF_ISSUE>" |
| 3 | +description: Create new report! |
| 4 | +labels: [bug] |
| 5 | +body: |
| 6 | + - type: markdown |
| 7 | + attributes: |
| 8 | + value: | |
| 9 | + Thank you for taking the time to report a bug to BetterNPM repo! 🙏 |
| 10 | +
|
| 11 | + If you have a question about how to achieve something and are struggling, please post a question |
| 12 | + inside of either of the following places: |
| 13 | + - BetterNPM's 💬[Discussion's tab](https://github.com/INeedJobToStartWork/BetterNPM/discussions) |
| 14 | +
|
| 15 | + Before submitting a new bug/issue, please check the links below to see if there is a solution or question posted there already: |
| 16 | + - BetterNPM's [Issue's tab](https://github.com/INeedJobToStartWork/BetterNPM/issues) |
| 17 | + - BetterNPM's [closed issues tab](https://github.com/INeedJobToStartWork/BetterNPM/issues?q=is%3Aissue+is%3Aclosed) |
| 18 | + - BetterNPM's [Discussions tab](https://github.com/INeedJobToStartWork/BetterNPM/discussions) |
| 19 | +
|
| 20 | +
|
| 21 | + Please fill in as much of the template below as you're able. If you don't know the answer to a question, that's okay, but please try to fill in as much as you can. |
| 22 | + It'll help us to triage your issue as quickly as possible. |
| 23 | + - type: input |
| 24 | + id: description |
| 25 | + attributes: |
| 26 | + label: Issue Description |
| 27 | + description: Please give a short description of the issue |
| 28 | + placeholder: Description title |
| 29 | + validations: |
| 30 | + required: true |
| 31 | + - type: input |
| 32 | + id: BetterNPM_version |
| 33 | + attributes: |
| 34 | + label: BetterNPM Version |
| 35 | + description: Which BetterNPM version are you using? |
| 36 | + placeholder: e.g. v0.5.0 |
| 37 | + validations: |
| 38 | + required: true |
| 39 | + - type: checkboxes |
| 40 | + id: BetterNPM_latest |
| 41 | + attributes: |
| 42 | + label: Tested on Latest Version |
| 43 | + description: Check if this issue is reproducible with the latest version - it could be fixed. |
| 44 | + options: |
| 45 | + - label: "Yes" |
| 46 | + - type: input |
| 47 | + id: reproductionLink |
| 48 | + attributes: |
| 49 | + label: Reproduction |
| 50 | + description: Please provide a link to a reproduction on Github, CodeSandbox or StackBlitz. |
| 51 | + placeholder: | |
| 52 | + e.g. https://github.com/INeedJobToStartWork/xxx |
| 53 | + - type: textarea |
| 54 | + id: reproductionProcess |
| 55 | + attributes: |
| 56 | + label: Process to Reproduce bug |
| 57 | + description: Please provide steps to reproduce the bug. |
| 58 | + placeholder: | |
| 59 | + e.g. |
| 60 | + 1. Go to '...' |
| 61 | + 2. Click on '....' |
| 62 | + 3. Scroll down to '....' |
| 63 | + 4. See error |
| 64 | + - type: textarea |
| 65 | + id: reproductionImages |
| 66 | + attributes: |
| 67 | + label: Photo/Images Showing Bug |
| 68 | + description: | |
| 69 | + If applicable, please provide screenshots or photos showing the bug. |
| 70 | + More about github attachments limits: https://docs.github.com/en/github/writing-on-github/working-with-advanced-formatting/attaching-files. |
| 71 | + - type: textarea |
| 72 | + id: reproductionLogs |
| 73 | + attributes: |
| 74 | + label: Logs |
| 75 | + description: If applicable, please provide logs showing the bug (if exists). |
| 76 | + - type: textarea |
| 77 | + id: expectedBehavior |
| 78 | + attributes: |
| 79 | + label: What we got - What we expected |
| 80 | + description: What did you expect to happen? What happened instead? |
| 81 | + - type: textarea |
| 82 | + id: additionalContext |
| 83 | + attributes: |
| 84 | + label: Additional Context |
| 85 | + description: What did you wanted to do? Please provide any additional information here. |
| 86 | + - type: textarea |
| 87 | + id: triedFix |
| 88 | + attributes: |
| 89 | + label: What did you try to fix it? |
| 90 | + description: What did you try to fix it? Every information is useful. |
| 91 | + - type: textarea |
| 92 | + id: howSolved |
| 93 | + attributes: |
| 94 | + label: How did you solve it? |
| 95 | + description: How did you solve it? It's okay if you didn't solve it yet. |
| 96 | + - type: textarea |
| 97 | + id: possibleSolution |
| 98 | + attributes: |
| 99 | + label: How problem can be solved? |
| 100 | + description: If you have any idea, please share it with us. |
0 commit comments