From 6c2fb1aa174a6d0c6971c62faaca48b56782fd27 Mon Sep 17 00:00:00 2001 From: Vesa Juvonen Date: Thu, 6 Oct 2016 17:45:16 +0300 Subject: [PATCH] Updates on templates and other wording fixes --- .github/ISSUE_TEMPLATE.md | 6 +++--- .github/PULL_REQUEST_TEMPLATE.md | 2 +- samples/jquery-photopile/README.md | 7 +++++-- 3 files changed, 9 insertions(+), 6 deletions(-) diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index 1973738ef..59946dda3 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -1,9 +1,9 @@ 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. #### Category -[ ] Question -[ ] Bug -[ ] Enhancement +- [ ] Question +- [ ] Bug +- [ ] Enhancement #### Expected or Desired Behavior _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._ diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 4132cb5ad..0495d23bf 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -13,6 +13,6 @@ Please describe the changes in this PR. Sample description or details around bug #### Guidance *You can delete this section when you are submitting the pull request.* * *Please update this PR information accordingly. We'll use this as part of our release notes in monthly communications.* -* *Please target your PR to Dev branch.* +* *Please target your PR to 'dev' branch.* Thanks for your contribution! Sharing is caring. \ No newline at end of file diff --git a/samples/jquery-photopile/README.md b/samples/jquery-photopile/README.md index 37e6da6d9..39b8767a4 100644 --- a/samples/jquery-photopile/README.md +++ b/samples/jquery-photopile/README.md @@ -9,7 +9,7 @@ With it, you can display the photos contained in a SharePoint Pictures Library a simulates a pile of photos scattered about on a surface. Thumbnail clicks remove photos from the pile, (enlarging them as if being picked up by the user), and once in view a secondary click returns the photo to the pile. -![Photpile Web Part displayed in SharePoint Workbench](./assets/photopileoverview.gif) +![Photopile Web Part displayed in SharePoint Workbench](./assets/photopileoverview.gif) ## Applies to @@ -37,7 +37,7 @@ Version|Date|Comments - clone this repo - in the command line run: - - `npm i` + - `npm install` - `tsd install` - `gulp serve` @@ -61,3 +61,6 @@ This Web Part illustrates the following concepts on top of the SharePoint Framew * Include Office UI Fabric controls in your project * Render content with React * Etc. + + + \ No newline at end of file