|
| 1 | +--- |
| 2 | +name: Apache NetBeans VSCode bug report |
| 3 | +description: Problems and issues with Apache NetBeans VSCode |
| 4 | +labels: ["kind:bug", "needs:triage"] |
| 5 | +body: |
| 6 | + - type: markdown |
| 7 | + attributes: |
| 8 | + # yamllint disable rule:line-length |
| 9 | + value: " |
| 10 | + <img src='https://raw.githubusercontent.com/apache/netbeans/master/nb/ide.branding/release/netbeans.png' align='left' width='64' height='64'> |
| 11 | + Thank you for finding the time to report the problem! |
| 12 | +
|
| 13 | + We really appreciate community efforts to improve Apache NetBeans VSCode. |
| 14 | +
|
| 15 | + Note, that you do not need to create an issue if you have a change ready to submit! |
| 16 | + |
| 17 | + You can open a [Pull Request](https://github.com/apache/netbeans-vscode/pulls) immediately instead. |
| 18 | + <br clear='left'/>" |
| 19 | + # yamllint enable rule:line-length |
| 20 | + - type: dropdown |
| 21 | + attributes: |
| 22 | + label: Apache NetBeans VSCode version |
| 23 | + description: > |
| 24 | + Which Apache NetBeans VSCode version are you using? Only the latest release, latest |
| 25 | + release candidate (if available), and latest daily build are supported for bugs. |
| 26 | + If using an older version, please verify the bug is still valid before reporting. |
| 27 | + multiple: false |
| 28 | + options: |
| 29 | + - "Apache NetBeans VSCode 26" |
| 30 | + - "Apache NetBeans VSCode 27 latest release candidate" |
| 31 | + - "Apache NetBeans VSCode 28 latest daily build" |
| 32 | + validations: |
| 33 | + required: true |
| 34 | + - type: textarea |
| 35 | + attributes: |
| 36 | + label: What happened |
| 37 | + description: Describe what happened, what you expected to happen, and what went wrong. |
| 38 | + placeholder: > |
| 39 | + Please provide the context in which the problem occurred and explain what happened. |
| 40 | + Explain why you think the behaviour is erroneous. It is extremely helpful if you attach the messages.log file or copy&paste |
| 41 | + the fragment of logs showing the exact error messages or wrong behaviour and screenshots for |
| 42 | + UI problems or YouTube link to a video of you demonstrating the problem. You can include files by |
| 43 | + dragging and dropping them here. |
| 44 | + validations: |
| 45 | + required: true |
| 46 | + - type: input |
| 47 | + attributes: |
| 48 | + label: Language / Project Type / NetBeans Component |
| 49 | + description: > |
| 50 | + Narrow down the specific area, examples: 'Java Maven Web application project'. |
| 51 | + placeholder: "Java Maven Project using Java Modules (JPMS)" |
| 52 | + - type: textarea |
| 53 | + attributes: |
| 54 | + label: How to reproduce |
| 55 | + description: > |
| 56 | + What should we do to reproduce the problem? If you are not able to provide a reproducible case, |
| 57 | + please open a [Discussion](https://github.com/apache/netbeans-vscode/discussions) instead. |
| 58 | + placeholder: > |
| 59 | + Please make sure you provide a reproducible step-by-step case of how to reproduce the problem |
| 60 | + as minimally and precisely as possible. Remember that non-reproducible issues may be closed or |
| 61 | + converted into discussions. If we cannot reproduce an issue we cannot fix it! |
| 62 | + validations: |
| 63 | + required: true |
| 64 | + - type: dropdown |
| 65 | + attributes: |
| 66 | + label: Did this work correctly in an earlier version? |
| 67 | + description: > |
| 68 | + It's important to know whether bugs have been introduced by recent changes. If this used |
| 69 | + to work, select the last version that worked correctly from the list. Older versions can be |
| 70 | + specified in the description. |
| 71 | + multiple: false |
| 72 | + options: |
| 73 | + - "No / Don't know" |
| 74 | + - "Apache NetBeans VSCode 27" |
| 75 | + - "Apache NetBeans VSCode 26" |
| 76 | + - "Apache NetBeans VSCode 25" |
| 77 | + - "Apache NetBeans VSCode 24" |
| 78 | + - "Apache NetBeans VSCode 23 or earlier" |
| 79 | + validations: |
| 80 | + required: true |
| 81 | + - type: input |
| 82 | + attributes: |
| 83 | + label: Operating System |
| 84 | + description: What Operating System are you using? |
| 85 | + placeholder: "Please be as specific as you can - version, distribution, architecture, etc." |
| 86 | + validations: |
| 87 | + required: true |
| 88 | + - type: input |
| 89 | + attributes: |
| 90 | + label: JDK |
| 91 | + description: Which JDK are you using? |
| 92 | + placeholder: "Please be as specific as you can - version, distribution, architecture, etc." |
| 93 | + validations: |
| 94 | + required: true |
| 95 | + - type: textarea |
| 96 | + attributes: |
| 97 | + label: Anything else |
| 98 | + description: Anything else we need to know? |
| 99 | + placeholder: > |
| 100 | + How often does this problem occur? (Once? Every time? Only when certain conditions are met?) |
| 101 | + Any relevant logs to include? Put them here inside fenced |
| 102 | + ``` ``` blocks or inside a foldable details tag if it's long: |
| 103 | + <details><summary>x.log</summary> lots of stuff </details> |
| 104 | + |
| 105 | + Tip: You can attach images or log files by clicking this area to highlight it and then dragging files in. |
| 106 | + - type: dropdown |
| 107 | + attributes: |
| 108 | + label: Are you willing to submit a pull request? |
| 109 | + description: > |
| 110 | + This is absolutely not required, but we are happy to guide you in the contribution process, |
| 111 | + especially if you already have a good understanding of how to implement the fix. <br> |
| 112 | + Apache NetBeans VSCode is a community-managed project and we love to bring new contributors in. |
| 113 | + options: |
| 114 | + - "No" |
| 115 | + - "Yes" |
| 116 | + validations: |
| 117 | + required: true |
| 118 | +# - type: dropdown |
| 119 | +# attributes: |
| 120 | +# label: Code of Conduct |
| 121 | +# description: > |
| 122 | +# The Code of Conduct helps create a safe space for everyone. |
| 123 | +# I agree to follow the Apache Software Foundation's |
| 124 | +# [Code of Conduct](https://www.apache.org/foundation/policies/conduct.html) |
| 125 | +# options: |
| 126 | +# - "Yes" |
| 127 | +# validations: |
| 128 | +# required: true |
| 129 | +# - type: markdown |
| 130 | +# attributes: |
| 131 | +# value: "Thank you for completing our form!" |
| 132 | + - type: markdown |
| 133 | + attributes: |
| 134 | + value: "**By submitting this form you agree to follow the Apache Software Foundation's |
| 135 | + [Code of Conduct](https://www.apache.org/foundation/policies/conduct.html)**. |
| 136 | + |
| 137 | + The Code of Conduct helps create a safe space for everyone. |
| 138 | + |
| 139 | + |
| 140 | + Thank you for completing our form!" |
0 commit comments