|
| 1 | +name: Bug report 🐛 |
| 2 | +description: |
| 3 | + Something isn't working as expected? Here is the right place to report. |
| 4 | +title: '[YOUR TITLE]: Brief description' |
| 5 | +assignees: |
| 6 | + - jeffchew,ljcarot,oliviaflory |
| 7 | +labels: ['bug'] |
| 8 | +body: |
| 9 | + - type: markdown |
| 10 | + attributes: |
| 11 | + value: '## Bug report 🐛' |
| 12 | + - type: markdown |
| 13 | + attributes: |
| 14 | + value: 'Use the form below to report any bugs you find. Feel free to leave blank any sections that aren’t relevant but try to include as much detail as possible. The more details we have, the faster we can respond.' |
| 15 | + - type: textarea |
| 16 | + id: description |
| 17 | + attributes: |
| 18 | + label: Description |
| 19 | + description: "What did you expect to happen? What happened instead?" |
| 20 | + validations: |
| 21 | + required: true |
| 22 | + - type: textarea |
| 23 | + id: components |
| 24 | + attributes: |
| 25 | + label: Component(s) impacted |
| 26 | + description: "Component(s) impacted? Please include screenshots, or code and relevant URLs." |
| 27 | + validations: |
| 28 | + required: true |
| 29 | + - type: dropdown |
| 30 | + id: browser |
| 31 | + attributes: |
| 32 | + label: Browser |
| 33 | + description: "What browser(s) are you working in?" |
| 34 | + multiple: true |
| 35 | + options: |
| 36 | + - Chrome |
| 37 | + - Safari |
| 38 | + - Firefox |
| 39 | + - Microsoft Edge |
| 40 | + - type: input |
| 41 | + id: version |
| 42 | + attributes: |
| 43 | + label: Carbon for IBM.com version |
| 44 | + description: "What version of Carbon for IBM.com are you using?" |
| 45 | + placeholder: e.g. v1.24.0 |
| 46 | + validations: |
| 47 | + required: true |
| 48 | + - type: dropdown |
| 49 | + id: severity |
| 50 | + attributes: |
| 51 | + label: Severity |
| 52 | + options: |
| 53 | + - 'Severity 1 = The design is broken in a critical way that blocks users from completing tasks or damages the brand. Affects major functionality, no workaround.' |
| 54 | + - 'Severity 2 = Aspects of design is broken, and impedes users in a significant way, but there is a way to complete their tasks. Affects major functionality, has a workaround.' |
| 55 | + - 'Severity 3 = The problem is visible or noticeable to users but does not impede the usability or functionality. Affects minor functionality, has a workaround.' |
| 56 | + - 'Severity 4 = The problem is not visible to or noticeable to an average user. Affects minor functionality, no workaround needed.' |
| 57 | + validations: |
| 58 | + required: true |
| 59 | + - type: input |
| 60 | + id: application |
| 61 | + attributes: |
| 62 | + label: Application/website |
| 63 | + description: "What application/website do you work on?" |
| 64 | + validations: |
| 65 | + required: true |
| 66 | + - type: dropdown |
| 67 | + id: package |
| 68 | + attributes: |
| 69 | + label: Package |
| 70 | + description: Which package(s) are you using? |
| 71 | + multiple: true |
| 72 | + options: |
| 73 | + - '@carbon/ibmdotcom-react' |
| 74 | + - '@carbon/ibmdotcom-web-components' |
| 75 | + - '@carbon/ibmdotcom-styles' |
| 76 | + - '@carbon/ibmdotcom-services' |
| 77 | + - '@carbon/ibmdotcom-utilities' |
| 78 | + validations: |
| 79 | + required: true |
| 80 | + - type: input |
| 81 | + id: example-url |
| 82 | + attributes: |
| 83 | + label: CodeSandbox example |
| 84 | + description: |
| 85 | + 'Our |
| 86 | + [Web Components](https://www.ibm.com/standards/carbon/web-components) |
| 87 | + and [React](https://www.ibm.com/standards/carbon/react) Storybook documentation includes links to |
| 88 | + codesandboxes for each component. Use those to help re-create the issue.' |
| 89 | + validations: |
| 90 | + required: true |
| 91 | + - type: textarea |
| 92 | + id: reproduce |
| 93 | + attributes: |
| 94 | + label: "Steps to reproduce the issue (if applicable)" |
| 95 | + - type: textarea |
| 96 | + id: release-date |
| 97 | + attributes: |
| 98 | + label: "Release date (if applicable)" |
| 99 | + validations: |
| 100 | + required: false |
| 101 | + - type: checkboxes |
| 102 | + id: terms |
| 103 | + attributes: |
| 104 | + label: Code of Conduct |
| 105 | + description: Please confirm the following |
| 106 | + options: |
| 107 | + - label: |
| 108 | + I agree to follow this project's [Code of |
| 109 | + Conduct](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/blob/main/.github/CODE_OF_CONDUCT.md) |
| 110 | + required: true |
| 111 | + - label: |
| 112 | + I checked the [current |
| 113 | + issues](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/issues) for |
| 114 | + duplicate issues |
0 commit comments