Skip to content

Commit c55a081

Browse files
authored
Merge pull request #390 from pnp/bcameron1231-patch-1
Update issue templates
2 parents 5805249 + 00db829 commit c55a081

File tree

3 files changed

+131
-0
lines changed

3 files changed

+131
-0
lines changed

.github/ISSUE_TEMPLATE/---bug.md

Lines changed: 66 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,66 @@
1+
---
2+
name: "\U0001F41E Bug"
3+
about: Report an anomaly or unexpected behavior from this repository.
4+
title: ''
5+
labels: ''
6+
assignees: ''
7+
8+
---
9+
10+
> Please note that issues that do not follow this template will automatically be rejected.
11+
>
12+
> Use the following form to submit an issue only if it's related to samples in this repo. If you have an issue related to the SharePoint Framework or its documentation, please submit the issue at [https://github.com/SharePoint/sp-dev-docs/issues/new](https://github.com/SharePoint/sp-dev-docs/issues/new). This will help us respond to your issue faster.
13+
>
14+
> ----
15+
>
16+
> Thank you for reporting an issue. We appreciate your feedback - to help the team to understand your needs, please complete the below template to ensure we have the necessary details to assist you.
17+
>
18+
> _(DELETE THIS PARAGRAPH AFTER READING)_
19+
20+
## Category
21+
22+
- [x] Bug
23+
24+
## Describe the bug
25+
26+
#### Expected or Desired Behavior
27+
28+
> When reporting a bug, please describe the behavior you expected to occur when performing the action.
29+
>
30+
> _(DELETE THIS PARAGRAPH AFTER READING)_
31+
>
32+
33+
#### Observed Behavior
34+
35+
>When reporting a bug, please describe the behavior you are observing when performing the action.
36+
>
37+
> _(DELETE THIS PARAGRAPH AFTER READING)_
38+
>
39+
40+
#### Steps to Reproduce
41+
42+
> When reporting a bug please describe the steps to reproduce the bug in sufficient detail to allow testing. Only way to fix things properly, is to have sufficient details to reproduce it. If you are making a suggestion, you can delete this section.
43+
>
44+
> _(DELETE THIS PARAGRAPH AFTER READING)_
45+
>
46+
47+
## Environment Details (*Development & Target environment*)
48+
49+
> **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*).
50+
- **Starter kit version**: [e.g. v2 for current version, v1 for legacy solution]
51+
- **OS**: [e.g. Windows 10 | MacOS 10.15.x]
52+
- **Target Environment**:[SharePoint Server 2019 | SharePoint Online]
53+
- **Framework**: [Node.js v6/v8/v10/v12]
54+
- **Browser(s)**: [e.g. Chrome v79 | Safari v22 | FireFox v31 | IE v11 | Edge | Chromium Edge v79]
55+
- **Additional details**: *The more context you can provide, the easier it is (and therefore quicker) to help.*
56+
57+
## Guidelines for issue creator (DELETE AFTER READING)
58+
59+
> - All bug reports are welcome, please let us know what's on your mind.
60+
> - Remember that this repository is maintained by community members who volunteer their time to help. Be courteous and patient.
61+
> - If you have technical questions about the framework, we’ll be monitoring #spfx, #spfx-webparts, and #spfx-tooling on (SharePoint StackExchange)> [http://sharepoint.stackexchange.com/]. You can also alternatively submit your question to (SharePoint Developer group)> [https://techcommunity.microsoft.com/t5/sharepoint-developer/bd-p/SharePointDev] in the Microsoft Tech Community.
62+
> - Remember to include sufficient details and context.
63+
> - If you have multiple suggestions or bugs please submit them in separate bugs so we can track resolution.
64+
> _(DELETE THIS SECTION AFTER READING)_
65+
66+
Thanks for your contribution! Sharing is caring.
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
---
2+
name: "\U0001F4A1 Enhancement"
3+
about: Suggest an enhancement to this repository
4+
title: ''
5+
labels: ''
6+
assignees: ''
7+
8+
---
9+
10+
## Category
11+
12+
- [x] Feature request
13+
14+
15+
## Is your feature request related to a problem?
16+
> **DELETE THIS LINE BEFORE SUBMITTING** - Provide clear & concise description of what the problem is.
17+
18+
## Describe the solution you'd like
19+
> **DELETE THIS LINE BEFORE SUBMITTING** - Provide a clear and concise description of what you want to happen.
20+
21+
## Describe alternatives you've considered
22+
> **DELETE THIS LINE BEFORE SUBMITTING** - Provide a clear and concise description of any alternative solutions or features you've considered.
23+
24+
## Additional context
25+
> **DELETE THIS LINE BEFORE SUBMITTING** - Provide any other context or screenshots about the feature request here.
26+
27+
*Thanks for your contribution! Sharing is caring.*
Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
---
2+
name: "❓ Question"
3+
about: Ask a question regarding the PnP Starter Kit
4+
title: ''
5+
labels: ''
6+
assignees: ''
7+
8+
---
9+
10+
> Please note that issues that do not follow this template will automatically be rejected.
11+
>
12+
> Use the following form to submit ask a question related to this repo. If you have an issue related to the SharePoint Framework or its documentation, please submit the issue at [https://github.com/SharePoint/sp-dev-docs/issues/new](https://github.com/SharePoint/sp-dev-docs/issues/new). This will help us respond to your issue faster.
13+
>
14+
> ----
15+
>
16+
> Thank you for asking a question. We appreciate your feedback - to help the team to understand your needs, please complete the below template to ensure we have the necessary details to assist you.
17+
>
18+
> _(DELETE THIS PARAGRAPH AFTER READING)_
19+
## Category
20+
21+
- [x] Question
22+
23+
## Question
24+
25+
> _Provide as many details as possible to help the community answer your question._
26+
>
27+
> _(DELETE THIS PARAGRAPH AFTER READING)_
28+
29+
## Guidelines for issue creator (DELETE AFTER READING)
30+
31+
> - All questions are welcome, please let us know what's on your mind.
32+
> - Remember that this repository is maintained by community members who volunteer their time to help. Be courteous and patient.
33+
> - If you have technical questions about the framework, we’ll be monitoring #spfx, #spfx-webparts, and #spfx-tooling on (SharePoint StackExchange)> [http://sharepoint.stackexchange.com/]. You can also alternatively submit your question to (SharePoint Developer group)> [https://techcommunity.microsoft.com/t5/sharepoint-developer/bd-p/SharePointDev] in the Microsoft Tech Community.
34+
> - Remember to include sufficient details and context.
35+
> - If you have multiple suggestions or bugs please submit them in separate bugs so we can track resolution.
36+
> _(DELETE THIS SECTION AFTER READING)_
37+
38+
Thanks for your contribution! Sharing is caring.

0 commit comments

Comments
 (0)