|
| 1 | +--- |
| 2 | +name: Bug / error report |
| 3 | +about: Submit a bug or error report. |
| 4 | +labels: ['Needs: Triage', 'type:bug-suspected'] |
| 5 | +body: |
| 6 | +- type: markdown |
| 7 | + attributes: |
| 8 | + value: | |
| 9 | + - [x] Bug |
| 10 | +
|
| 11 | + This is for SharePoint development bugs. If your submission is now about SharePoint development such as out-of-the-box capabilities, SharePoint configuration, please use refer to other support options listed on the [new issue chooser page](https://github.com/SharePoint/sp-dev-docs/issues/new/choose). Please provide as much information as possible so we can best address your submission. Thanks! |
| 12 | +
|
| 13 | + - Follow our guidance on [How To Create Good Issues](https://github.com/sharepoint/sp-dev-docs/wiki/How-to-Create-Good-Issues). |
| 14 | + - Remember to include sufficient details and context. |
| 15 | + - If you have multiple questions, suggestions, or bugs, please submit them in separate issues. |
| 16 | +- type: markdown |
| 17 | + attributes: |
| 18 | + value: | |
| 19 | + Please provide the following details about your environment. *If this section is ignored, your submission will be flagged as **incomplete** & automatically closed.* |
| 20 | +- type: dropdown |
| 21 | + id: target_environment |
| 22 | + attributes: |
| 23 | + label: Target SharePoint environment |
| 24 | + options: |
| 25 | + - SharePoint Online |
| 26 | + - SharePoint Server 2019 (on-premise) |
| 27 | + - SharePoint Server 2016 (on-premise) |
| 28 | + - other (enter in the "Additional environment details" area below) |
| 29 | + validations: |
| 30 | + required: true |
| 31 | +- type: checkbox |
| 32 | + id: tooling |
| 33 | + attributes: |
| 34 | + label: Tooling / frameworks / Microsoft libraries |
| 35 | + description: | |
| 36 | + What tooling, frameworks, SDKs, or official libraries is this related to? Please include the version details in the *"Additional environment details"* field below. |
| 37 | +
|
| 38 | + **This form is only for officially supported Microsoft products**. |
| 39 | +
|
| 40 | + *If your question is about a third-party or another library/SDK/tooling that is not officially supported by Microsoft, please submit your issue to that project's relevant forum.* |
| 41 | + options: |
| 42 | + - Visual Studio Code (include version below) |
| 43 | + - Visual Studio (include version below) |
| 44 | + - .NET (include version below) |
| 45 | + - Node.js (include version below) |
| 46 | + - SharePoint Framework (include version below) |
| 47 | + - SharePoint Add-ins |
| 48 | + - SharePoint CSOM |
| 49 | + - SharePoint REST API |
| 50 | + - not applicable |
| 51 | + - other (enter in the "Additional environment details" area below) |
| 52 | + validations: |
| 53 | + required: true |
| 54 | +- type: dropdown |
| 55 | + id: dev_environment |
| 56 | + attributes: |
| 57 | + label: Developer environment |
| 58 | + options: |
| 59 | + - Windows |
| 60 | + - macOS |
| 61 | + - Linux |
| 62 | +- type: checkbox |
| 63 | + id: client |
| 64 | + attributes: |
| 65 | + label: Browser(s) / client(s) |
| 66 | + description: Select the browser(s)/clients this submission is relevant to. Use the *"Additional environment details"* field below to provide version details (if applicable). |
| 67 | + options: |
| 68 | + - Internet Explorer (include version below) |
| 69 | + - Microsoft Edge (include version below) |
| 70 | + - Google Chrome (include version below) |
| 71 | + - FireFox (include version below) |
| 72 | + - Safari (include version below) |
| 73 | + - mobile (iOS/iPadOS) |
| 74 | + - mobile (Android) |
| 75 | + - not applicable |
| 76 | + - other (enter in the "Additional environment details" area below) |
| 77 | + validations: |
| 78 | + required: true |
| 79 | +- type: textarea |
| 80 | + id: additional_environment_detail |
| 81 | + attributes: |
| 82 | + label: Additional environment details |
| 83 | + description: Include as much detail about the environment you're targetting. This is required if "other (enter below)" is selected in the previous field. |
| 84 | +- type: markdown |
| 85 | + attributes: |
| 86 | + value: | |
| 87 | + Provide a clear & concise description of what the bug is. Please follow our guidance on [How To Create Good Issues](https://github.com/sharepoint/sp-dev-docs/wiki/How-to-Create-Good-Issues) which explains how to apply formatting, adding references & resources, screenshots, etc. **Do not attach ZIP files** of your code or compiled projects - instead, please publish your code to a public GitHub repo & post a link to it. |
| 88 | +- type: textarea |
| 89 | + label: Describe the bug / error |
| 90 | + validations: |
| 91 | + required: true |
| 92 | +- type: Steps to reproduce |
| 93 | + attributes: |
| 94 | + description: How do you reproduce this? Please provide as much step-by-step detail as possible. |
| 95 | + value: | |
| 96 | + 1. |
| 97 | + 2. |
| 98 | + 3. |
| 99 | + validations: |
| 100 | + required: true |
| 101 | +- type: Expected behavior |
| 102 | + attributes: |
| 103 | + description: What did you expect to happen when the reproduce steps are followed? |
| 104 | + validations: |
| 105 | + required: true |
| 106 | +--- |
0 commit comments