Updated readme and sample.json

This commit is contained in:
Hugo Bernier 2021-06-02 23:14:57 -04:00
parent 169df83a12
commit 8eb87f0719
2 changed files with 13 additions and 7 deletions

View File

@ -42,8 +42,8 @@ Displays page contributors in reverse chronological order.
Solution|Author(s) Solution|Author(s)
--------|--------- --------|---------
PageContributors | Stéphane Magne ([@SPParse](https://twitter.com/SPParse)) PageContributors | [Stéphane Magne](https://github.com/SPParseError) ([@SPParse](https://twitter.com/SPParse))
PageContributors | Ari Gunawan ([@arigunawan3023](https://twitter.com/arigunawan3023)) PageContributors | [Ari Gunawan](https://github.com/AriGunawan) ([@arigunawan3023](https://twitter.com/arigunawan3023))
## Version history ## Version history
@ -80,10 +80,10 @@ This Web Part illustrates the following concepts on top of the SharePoint Framew
We do not support samples, but we do use GitHub to track issues and constantly want to improve these samples. We do not support samples, but we do use GitHub to track issues and constantly want to improve these samples.
If you encounter any issues while using this sample, [create a new issue](https://github.com/pnp/sp-dev-fx-webparts/issues/new?assignees=&labels=Needs%3A+Triage+%3Amag%3A%2Ctype%3Abug-suspected&template=bug-report.yml&sample=YOUR-SOLUTION-NAME&authors=@YOURGITHUBUSERNAME&title=YOUR-SOLUTION-NAME%20-%20). If you encounter any issues while using this sample, [create a new issue](https://github.com/pnp/sp-dev-fx-webparts/issues/new?assignees=&labels=Needs%3A+Triage+%3Amag%3A%2Ctype%3Abug-suspected&template=bug-report.yml&sample=react-pagecontributors&authors=@SPParseError%20@AriGunawan&title=react-pagecontributors%20-%20).
For questions regarding this sample, [create a new question](https://github.com/pnp/sp-dev-fx-webparts/issues/new?assignees=&labels=Needs%3A+Triage+%3Amag%3A%2Ctype%3Abug-suspected&template=question.yml&sample=YOUR-SOLUTION-NAME&authors=@YOURGITHUBUSERNAME&title=YOUR-SOLUTION-NAME%20-%20). For questions regarding this sample, [create a new question](https://github.com/pnp/sp-dev-fx-webparts/issues/new?assignees=&labels=Needs%3A+Triage+%3Amag%3A%2Ctype%3Abug-suspected&template=question.yml&sample=react-pagecontributors&authors=@SPParseError%20@AriGunawan&title=react-pagecontributors%20-%20).
Finally, if you have an idea for improvement, [make a suggestion](https://github.com/pnp/sp-dev-fx-webparts/issues/new?assignees=&labels=Needs%3A+Triage+%3Amag%3A%2Ctype%3Abug-suspected&template=suggestion.yml&sample=YOUR-SOLUTION-NAME&authors=@YOURGITHUBUSERNAME&title=YOUR-SOLUTION-NAME%20-%20). Finally, if you have an idea for improvement, [make a suggestion](https://github.com/pnp/sp-dev-fx-webparts/issues/new?assignees=&labels=Needs%3A+Triage+%3Amag%3A%2Ctype%3Abug-suspected&template=suggestion.yml&sample=react-pagecontributors&authors=@SPParseError%20@AriGunawan&title=react-pagecontributors%20-%20).
<img src="https://telemetry.sharepointpnp.com/sp-dev-fx-webparts/samples/react-pagecontributors" /> <img src="https://telemetry.sharepointpnp.com/sp-dev-fx-webparts/samples/react-pagecontributors" />

View File

@ -9,7 +9,7 @@
"Displays page contributors in reverse chronological order." "Displays page contributors in reverse chronological order."
], ],
"creationDateTime": "2017-07-27", "creationDateTime": "2017-07-27",
"updateDateTime": "2017-07-27", "updateDateTime": "2021-05-23",
"products": [ "products": [
"SharePoint", "SharePoint",
"Office" "Office"
@ -21,7 +21,7 @@
}, },
{ {
"key": "SPFX-VERSION", "key": "SPFX-VERSION",
"value": "GA" "value": "1.12.1"
} }
], ],
"thumbnails": [ "thumbnails": [
@ -45,6 +45,12 @@
"pictureUrl": "https://github.com/SPParseError.png", "pictureUrl": "https://github.com/SPParseError.png",
"name": "St\u00E9phane Magne", "name": "St\u00E9phane Magne",
"twitter": "SPParse" "twitter": "SPParse"
},
{
"gitHubAccount": "AriGunawan",
"name": "Ari Gunawan",
"company": "",
"pictureUrl": "https://github.com/AriGunawan.png"
} }
], ],
"references": [ "references": [