|
| 1 | +name: Accessibility issue |
| 2 | +description: Create a report to help us improve the accessibility experience. |
| 3 | +labels: |
| 4 | + - area-accessibility |
| 5 | + - bug |
| 6 | + - customer-reported |
| 7 | + - Bot Services |
| 8 | +body: |
| 9 | + - type: markdown |
| 10 | + attributes: |
| 11 | + value: | |
| 12 | + > Please view our [accessibility guide](https://github.com/microsoft/BotFramework-WebChat/tree/main/docs/ACCESSIBILITY.md) before filing a new issue. |
| 13 | + > |
| 14 | + > Be sure to remove or obscure personally identifiable information from your code and screenshots. |
| 15 | + - type: dropdown |
| 16 | + attributes: |
| 17 | + label: Is it an issue related to Adaptive Cards? |
| 18 | + description: If yes, please verify if this issue repro on [Adaptive Cards Designer](https://adaptivecards.io/designer/). If it repro on their designer, please [file an issue to their repository](https://github.com/microsoft/AdaptiveCards/issues/new/choose). |
| 19 | + options: |
| 20 | + - "" |
| 21 | + - Yes, this is related to Adaptive Card. However, it does not repro on Adaptive Cards Designer. |
| 22 | + - "No." |
| 23 | + validations: |
| 24 | + required: true |
| 25 | + - type: textarea |
| 26 | + id: impact |
| 27 | + attributes: |
| 28 | + label: What is the PWD impact? |
| 29 | + description: Please describe how it impact people with disabilities. |
| 30 | + - type: dropdown |
| 31 | + id: test-environment |
| 32 | + attributes: |
| 33 | + label: What browsers and screen readers do this issue affect? |
| 34 | + description: Please make sure the issue continued to repro on latest version of the browser and screen reader. If you choose "Others", please provide us information in the additional context section. |
| 35 | + multiple: true |
| 36 | + options: |
| 37 | + - "Windows: Edge with Windows Narrator" |
| 38 | + - "Windows: Chrome with NVDA" |
| 39 | + - "Windows: Chrome/Firefox with JAWS" |
| 40 | + - "macOS: Safari with VoiceOver" |
| 41 | + - "iOS/iPadOS: Safari with VoiceOver" |
| 42 | + - "Android: Chrome with TalkBack" |
| 43 | + - "Others" |
| 44 | + - type: dropdown |
| 45 | + attributes: |
| 46 | + label: Are there any code-based customization done to Web Chat? |
| 47 | + description: | |
| 48 | + If customization is done solely using `styleOptions`, please answer "No". |
| 49 | +
|
| 50 | + Code-based customization might affect how Web Chat works with screen readers. Please verify if this issue continue to repro without any code-based customization. |
| 51 | + options: |
| 52 | + - No, I am using Web Chat without any customizations except "styleOptions". |
| 53 | + - Yes, however, this also repro when customizations are not in use. |
| 54 | + validations: |
| 55 | + required: true |
| 56 | + - type: dropdown |
| 57 | + id: version |
| 58 | + attributes: |
| 59 | + label: What version of Web Chat are you using? |
| 60 | + description: | |
| 61 | + To determine what version of Web Chat you are running, open your browser's development tools, and paste the following line of code into the console. |
| 62 | +
|
| 63 | + `[].map.call(document.head.querySelectorAll('meta[name^="botframework-"]'), function (meta) { return meta.outerHTML; }).join('\n')` |
| 64 | +
|
| 65 | + The latest version number of Web Chat can be found in the [Releases section](https://github.com/microsoft/BotFramework-WebChat/releases/latest). |
| 66 | +
|
| 67 | + If you are not using latest version of Web Chat, please upgrade to the latest version as the issue may had resolved. |
| 68 | + options: |
| 69 | + - Latest production |
| 70 | + - Development build |
| 71 | + - I am not using latest |
| 72 | + - Unrelated |
| 73 | + validations: |
| 74 | + required: true |
| 75 | + - type: dropdown |
| 76 | + id: area |
| 77 | + attributes: |
| 78 | + label: Which area does this issue affect? |
| 79 | + multiple: true |
| 80 | + options: |
| 81 | + - ARIA roles |
| 82 | + - Contrast ratio |
| 83 | + - Focus management |
| 84 | + - Forced colors (high contrast mode) |
| 85 | + - Keyboard focus indicator |
| 86 | + - Keyboard navigation |
| 87 | + - Live region |
| 88 | + - Send box |
| 89 | + - Suggested action |
| 90 | + - Transcript navigation |
| 91 | + - Others or unrelated |
| 92 | + validations: |
| 93 | + required: true |
| 94 | + - type: input |
| 95 | + id: url |
| 96 | + attributes: |
| 97 | + label: What is the public URL for the website? |
| 98 | + description: If the bot is not intended for public use, please leave this blank. It will be helpful if we can test the bot to understand the issue. |
| 99 | + placeholder: "https://" |
| 100 | + - type: textarea |
| 101 | + id: repro-steps |
| 102 | + attributes: |
| 103 | + label: How to reproduce the issue? |
| 104 | + value: | |
| 105 | + 1. Navigate to ... |
| 106 | + 2. Type "..." in the send box |
| 107 | + 3. Press <kbd>TAB</kbd> to ... |
| 108 | + validations: |
| 109 | + required: true |
| 110 | + - type: textarea |
| 111 | + id: expected-result |
| 112 | + attributes: |
| 113 | + label: What do you expect? |
| 114 | + description: Give a clear and concise description of what you expect to happen. |
| 115 | + validations: |
| 116 | + required: true |
| 117 | + - type: textarea |
| 118 | + id: actual-result |
| 119 | + attributes: |
| 120 | + label: What actually happened? |
| 121 | + description: Give a clear and concise description of what actually happened. |
| 122 | + validations: |
| 123 | + required: true |
| 124 | + - type: textarea |
| 125 | + id: screenshots |
| 126 | + attributes: |
| 127 | + label: Do you have any screenshots or recordings to repro the issue? |
| 128 | + description: Be sure to remove or obscure personally identifiable information from your code and screenshots. |
| 129 | + - type: textarea |
| 130 | + id: dom-element |
| 131 | + attributes: |
| 132 | + label: Did you find any DOM elements that might have caused the issue? |
| 133 | + description: If yes, please paste a screenshot or its code below. Knowing the suspected DOM element could greatly reduce our time on investigating and resolving the issue. |
| 134 | + - type: input |
| 135 | + id: mas-reference |
| 136 | + attributes: |
| 137 | + label: MAS reference |
| 138 | + description: For internal use only. Please link to MAS documentation, if any. |
| 139 | + placeholder: https://microsoft.sharepoint.com/:w:/r/sites/accessibility/ |
| 140 | + - type: input |
| 141 | + id: wcag-reference |
| 142 | + attributes: |
| 143 | + label: WCAG reference |
| 144 | + description: Please link to related criterion from the [Understanding WCAG](https://www.w3.org/WAI/WCAG21/Understanding/) article. |
| 145 | + placeholder: https://www.w3.org/WAI/WCAG21/Understanding/ |
| 146 | + - type: input |
| 147 | + id: wai-aria-reference |
| 148 | + attributes: |
| 149 | + label: WAI-ARIA reference |
| 150 | + description: For roles, state, and properties issues, please link to their related section from the [Accessible Rich Internet Applications (WAI-ARIA)](https://www.w3.org/TR/wai-aria/) article. |
| 151 | + placeholder: https://www.w3.org/TR/wai-aria/ |
| 152 | + - type: textarea |
| 153 | + id: adaptive-card-json |
| 154 | + attributes: |
| 155 | + label: Adaptive Card JSON |
| 156 | + description: | |
| 157 | + If this issue is related to Adaptive Cards, please paste the JSON of the card below. |
| 158 | +
|
| 159 | + Please verify if this issue repro on [Adaptive Cards Designer](https://adaptivecards.io/designer/). If it repro on their designer, please [file an issue to their repository](https://github.com/microsoft/AdaptiveCards/issues/new/choose). |
| 160 | + placeholder: | |
| 161 | + { |
| 162 | + "type": "AdaptiveCard", |
| 163 | + "body": [] |
| 164 | + "$schema": "http://adaptivecards.io/schemas/adaptive-card.json", |
| 165 | + "version": "1.5" |
| 166 | + } |
| 167 | + render: json |
| 168 | + - type: textarea |
| 169 | + id: additional-context |
| 170 | + attributes: |
| 171 | + label: Additional context |
| 172 | + description: Add any other context about the problem here. If you have any screenshots or recordings, please include it here. |
0 commit comments