Skip to content

Commit 65bc7f5

Browse files
committed
Issue and pull request templates. Added also links to tutorial videos.
1 parent d048218 commit 65bc7f5

8 files changed

+53
-1
lines changed

.github/ISSUE_TEMPLATE.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
Thank you for reporting an issue or suggesting an enhancement. 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.
2+
3+
#### Category
4+
[ ] Question
5+
[ ] Typo
6+
[ ] Mistake
7+
[ ] Additional article idea
8+
9+
#### Expected or Desired Behavior
10+
_If you are reporting a bug, please describe the expected behavior. If you are suggesting an enhancement please describe thoroughly the enhancement, how it can be achieved, and expected benefit._
11+
12+
#### Observed Behavior
13+
_If you are reporting a bug, please describe the behavior you expected to occur when performing the action. If you are making a suggestion, you can delete this section._
14+
15+
#### Steps to Reproduce
16+
_If you are 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._
17+
18+
#### Submission Guidelines
19+
_Delete this section after reading_
20+
- All suggestions or bugs are welcome, please let us know what's on your mind.
21+
- If you are reporting an issue around any of the documents or articles, please ensure that you have clear reference on the specific file or URL, which should be fixed.
22+
- 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://network.office.com/t5/SharePoint-Developer/bd-p/SharePointDev] at Office Network.
23+
- Remember to include sufficient details and context.
24+
- If you have multiple suggestions or bugs please submit them in separate bugs so we can track resolution.
25+
26+
Thanks for your contribution! Sharing is caring.

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
| Q | A
2+
| --------------- | ---
3+
| content fix? | no - yes?
4+
| New article? | no - yes?
5+
| Related issues? | fixes #X, partially #Y, mentioned in #Z
6+
7+
#### What's in this Pull Request?
8+
9+
Please describe the changes in this PR. Sample description or details around bugs which are being fixed.
10+
11+
12+
#### Guidance
13+
*You can delete this section when you are submitting the pull request.*
14+
* *Please update this PR information accordingly. We'll use this as part of our release notes in monthly communications.*
15+
* *Please target your PR to 'staging' branch.*

docs/spfx/web-parts/get-started/add-jqueryui-accordion-to-web-part.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ This article describes how to add the jQueryUI Accordion to your web part projec
66

77
![Screenshot of a web part that includes a jQuery Accordion](../../../../images/jquery-accordion-wb.png)
88

9+
>**Note:** You can find recorded video of this tutorial from [SharePoint PnP YouTube Channel](https://www.youtube.com/watch?v=YcECe5JbAnA&list=PLR9nK3mnD-OXvSWvS2zglCzz4iplhVrKq).
10+
911
## Prerequisites
1012
Complete the following steps before you start:
1113

docs/spfx/web-parts/get-started/build-a-hello-world-web-part.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,9 @@ Client-side web parts support:
1010
* Both SharePoint online and on-premises environments.
1111

1212
>**Note:** Before following the steps in this article, be sure to [Set up your development environment](../../set-up-your-development-environment).
13-
13+
14+
>**Note:** You can find recorded video of this tutorial from [SharePoint PnP YouTube Channel](https://www.youtube.com/watch?v=ralspfOBgic&list=PLR9nK3mnD-OXvSWvS2zglCzz4iplhVrKq).
15+
1416
## Create a new web part project
1517
Create a new project directory in your favorite ___location.
1618

docs/spfx/web-parts/get-started/connect-to-sharepoint.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
55
Connect your web part to SharePoint to access functionality and data in SharePoint and provide a more integrated experience for end users. This article continues building the hello world web part built in the previous article [Build your first web part](./build-a-hello-world-web-part).
66

7+
>**Note:** You can find recorded video of this tutorial from [SharePoint PnP YouTube Channel](https://www.youtube.com/watch?v=rokWJlXoFWk&list=PLR9nK3mnD-OXvSWvS2zglCzz4iplhVrKq).
78
89
## Run gulp serve
910

docs/spfx/web-parts/get-started/deploy-web-part-to-cdn.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55

66
In this article, you will deploy the **HelloWorld** assets to a remote CDN instead of using the local environment. You'll use an Azure Storage account integrated with a CDN to deploy your assets. SharePoint Framework build tools provide out-of-the-box support for deploying to an Azure Storage account; however, you can also manually upload the files to your favorite CDN provider or to SharePoint.
77

8+
**Note:** You can find recorded video of this tutorial from [SharePoint PnP YouTube Channel](https://www.youtube.com/watch?v=xMQMNtsHDhk&list=PLR9nK3mnD-OXvSWvS2zglCzz4iplhVrKq).
9+
810
## Prerequisites
911

1012
Make sure that you have completed the following tasks before you begin:

docs/spfx/web-parts/get-started/serve-your-web-part-in-a-sharepoint-page.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ Be sure you have completed the procedures in the following articles before you s
99
* [Build your first SharePoint client-side web part](./build-a-hello-world-web-part)
1010
* [Connect your client-side web part to SharePoint](./connect-to-sharepoint)
1111

12+
>**Note:** You can find recorded video of this tutorial from [SharePoint PnP YouTube Channel](https://www.youtube.com/watch?v=G9JB1HuNs7Q&list=PLR9nK3mnD-OXvSWvS2zglCzz4iplhVrKq).
13+
1214
## Package the HelloWorld web part
1315

1416
In the console window, go to the web part project directory created in [Build your first SharePoint client-side web part](./build-a-hello-world-web-part).

docs/spfx/web-parts/get-started/use-fabric-react-components.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
55
This article describes how to build a simple web part that uses the DocumentCard component of [Office UI Fabric](https://github.com/OfficeDev/office-ui-fabric-react). Office UI Fabric React is the front-end framework for building experiences for Office and Office 365. Fabric React includes a robust collection of responsive, mobile-first components that make it easy for you to create web experiences using the Office Design Language.
66

7+
>**Note:** You can find recorded video of this tutorial from [SharePoint PnP YouTube Channel](https://www.youtube.com/watch?v=P8WmNhcSWHU&list=PLR9nK3mnD-OXvSWvS2zglCzz4iplhVrKq).
8+
79
>**Note:** Office UI Fabric React components are in *a pre-v1 state*. For information about the v1 release and roadmap, see [Roadmap](https://github.com/OfficeDev/office-ui-fabric-react/blob/master/ghdocs/ROADMAP.md) in the Office UI Fabric React repo in GitHub.
810
911
The following image shows a DocumentCard component created with Office UI Fabric React.

0 commit comments

Comments
 (0)