Skip to content

Commit bbeb9a5

Browse files
committed
update issue template: bug report
1 parent 8dedae8 commit bbeb9a5

File tree

3 files changed

+103
-25
lines changed

3 files changed

+103
-25
lines changed

.github/ISSUE_TEMPLATE/buf_report.md

Lines changed: 59 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,59 @@
1+
---
2+
name: Bug / error report
3+
about: Submit a bug or error report.
4+
title: ''
5+
labels: 'Needs: Triage'
6+
assignees: ''
7+
8+
---
9+
10+
## Category
11+
12+
- [x] Bug
13+
14+
## Describe the bug
15+
16+
> **DELETE THIS LINE BEFORE SUBMITTING** - 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.
17+
18+
## Steps to reproduce
19+
20+
> **DELETE THIS LINE BEFORE SUBMITTING** - Provide steps to reproduce the behavior:
21+
22+
1. Go to '...'
23+
1. Click on '....'
24+
1. Scroll down to '....'
25+
1. See error
26+
27+
## Expected behavior
28+
29+
> **DELETE THIS LINE BEFORE SUBMITTING** - Provide clear & concise description of what you expected to happen.
30+
31+
## Environment details (*development & target environment*)
32+
33+
> **DELETE THIS LINE BEFORE SUBMITTING** - Complete the following (*if ignored you'll be prompted for it before we can address your issue... save the time and provide it in your initial submission*).
34+
35+
- **Your Developer Environment**: [e.g. Windows 10 | MacOS 10.15.x]
36+
- **Target Environment**: [e.g. SharePoint Server 2016 | SharePoint Server 2019 | SharePoint Online]
37+
- **Framework**: [e.g. .NET Framework v3.x | .NET Core v3.x | Node.js v6/v8/v10/v12]
38+
- **Browser(s)**: [e.g. Chrome v79 | Safari v22 | FireFox v31 | IE v11 | Edge | Chromium Edge v79]
39+
- **Tooling**: [e.g. VS Code | SPFx v1.10.0 | Visual Studio 2019]
40+
- **Additional details**: *The more context you can provide, the easier it is (and therefore quicker) to help.*
41+
42+
### Additional context
43+
44+
> **DELETE THIS LINE BEFORE SUBMITTING** - Provide any other context about the problem.
45+
46+
*Thanks for your contribution! Sharing is caring.*
47+
48+
## Submission guidelines
49+
50+
> - **!!IMPORTANT!!** - All submissions must complete the baseline sections included in this template. Ignoring or deleting this template may result in closing the issue with the label **type:incomplete-submission**.
51+
> - Follow our guidance on [How To Create Good Issues](https://github.com/sharepoint/sp-dev-docs/wiki/How-to-Create-Good-Issues).
52+
> - If you are reporting an issue around any of the documents or articles, please ensure that you have referenced the specific file or URL of the related document.
53+
> - If you have technical questions about the framework, we monitor the tags #spfx, #spfx-webparts, and #spfx-tooling on [SharePoint StackExchange](http://sharepoint.stackexchange.com).
54+
> - Remember to include sufficient details and context.
55+
> - If you have multiple questions, suggestions, or bugs, please submit them in separate issues.
56+
>
57+
> **DELETE THIS SECTION BEFORE SUBMITTING**
58+
>
59+
> *Thanks for your contribution! Sharing is caring.*

.github/ISSUE_TEMPLATE/bug-report.yml

Lines changed: 1 addition & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Bug / error report
1+
name: DO NOT USE (WIP)
22
description: Submit a bug or error report.
33
labels: ['Needs: Triage', 'type:bug-suspected']
44

@@ -30,27 +30,3 @@ body:
3030
- other (enter in the "Additional environment details" area below)
3131
validations:
3232
required: true
33-
34-
- type: checkbox
35-
id: tooling
36-
attributes:
37-
label: Tooling / frameworks / Microsoft libraries
38-
description: |
39-
What tooling, frameworks, SDKs, or official libraries is this related to? Please include the version details in the *"Additional environment details"* field below.
40-
41-
**This form is only for officially supported Microsoft products**.
42-
43-
*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.*
44-
options:
45-
- label: Visual Studio Code (*include version in the **Additional environment details** area below*)
46-
- label: Visual Studio (*include version in the **Additional environment details** area below*)
47-
- label: .NET (*include version in the **Additional environment details** area below*)
48-
- label: Node.js (*include version in the **Additional environment details** area below*)
49-
- label: SharePoint Framework (*include version in the **Additional environment details** area below*)
50-
- label: SharePoint Add-ins
51-
- label: SharePoint CSOM
52-
- label: SharePoint REST API
53-
- label: not applicable
54-
- label: other (*enter in the **Additional environment details** area below*)
55-
validations:
56-
required: true

.github/ISSUE_TEMPLATE/custom.md

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
---
2+
name: Question or generic issue (not a bug or feature request)
3+
about: Do you have a question that isn't a bug or feature request, or something else that doesn't fit one of our provided templates? Select this option.
4+
title: ''
5+
labels: 'Needs: Triage'
6+
assignees: ''
7+
8+
---
9+
10+
## Category
11+
12+
- [ ] Question
13+
- [ ] Typo
14+
- [ ] Additional article idea
15+
- [x] Checked items have no spaces between the <kbd>[</kbd><kbd>]</kbd> (*delete this line*)
16+
17+
## Question
18+
19+
> **DELETE THIS LINE BEFORE SUBMITTING** | *If you are reporting a bug, please use our [bug issue template](new?assignees=&labels=Needs%3A+Triage&template=bug_report.md&title=). If you are suggesting an enhancement please describe thoroughly the enhancement, how it can be achieved, and the expected benefit.*
20+
21+
## Environment details (*development & target environment*)
22+
23+
> **DELETE THIS LINE BEFORE SUBMITTING** | *Complete the following (if ignored you'll be prompted for it before we can address your issue... save the time and provide it in your initial submission).*
24+
25+
- **Your Developer Environment**: [e.g. Windows 10 | MacOS 10.15.x]
26+
- **Target Environment**: [e.g. SharePoint Server 2016 | SharePoint Server 2019 | SharePoint Online]
27+
- **Framework**: [e.g. .NET Framework v3.x | .NET Core v3.x | Node.js v6/v8/v10/v12]
28+
- **Browser(s)**: [e.g. Chrome v79 | Safari v22 | Firefox v31 | IE v11 | Edge | Chromium Edge v79]
29+
- **Tooling**: [e.g. VS Code | SPFx v1.10.0 | Visual Studio 2019]
30+
- **Additional details**: *The more context you can provide, the easier it is (and therefore quicker) to help.*
31+
32+
## Submission guidelines
33+
34+
> - **!!IMPORTANT!!** - All submissions must complete the baseline sections included in this template. Ignoring or deleting this template may result in closing the issue with the label **type:incomplete-submission**.
35+
> - Follow our guidance on [How To Create Good Issues](https://github.com/sharepoint/sp-dev-docs/wiki/How-to-Create-Good-Issues).
36+
> - If you are reporting an issue around any of the documents or articles, please ensure that you have referenced the specific file or URL of the related document.
37+
> - If you have technical questions about the framework, we monitor the tags #spfx, #spfx-webparts, and #spfx-tooling on [SharePoint StackExchange](http://sharepoint.stackexchange.com).
38+
> - Remember to include sufficient details and context.
39+
> - If you have multiple questions, suggestions, or bugs, please submit them in separate issues.
40+
>
41+
> **DELETE THIS SECTION BEFORE SUBMITTING**
42+
>
43+
> *Thanks for your contribution! Sharing is caring.*

0 commit comments

Comments
 (0)