-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update contribution instructions, 1st cut at readme templates
- Loading branch information
Bob German
authored and
Bob German
committed
Oct 4, 2024
1 parent
86c22e2
commit 9b37e5e
Showing
9 changed files
with
901 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,67 @@ | ||
# title of the sample | ||
|
||
_Thank you for using this template. Please edit the file as needed, following the structure as much as possible so the samples are consistent._ | ||
|
||
_Notes to the submitter (you) are in italics; please delete them before submitting._ | ||
|
||
_Thanks! Sharing is caring!_ | ||
|
||
## Summary | ||
|
||
Short summary on functionality and used technologies. | ||
|
||
![picture of the app in action](#) | ||
|
||
## Frameworks | ||
|
||
_If you use the Bot framework SDK, please replace x.y in the URL below to indicate the version_ | ||
|
||
![drop](https://img.shields.io/badge/Bot Framework-x.y-green.svg) | ||
|
||
_If you use any other frameworks or platforms, please add badges for them here. If there are spaces in the framwork name, use  ._ | ||
|
||
![drop](https://img.shields.io/badge/.NET Core-x.y-green.svg) | ||
|
||
## Prerequisites | ||
|
||
* [Office 365 tenant](https://dev.office.com/sharepoint/docs/spfx/set-up-your-development-environment) | ||
* [Whatever](#) | ||
|
||
_Please list any portions of the toolchain required to build and use the sample, along with download links_ | ||
|
||
## Version history | ||
|
||
Version|Date|Author|Comments | ||
-------|----|----|-------- | ||
1.0|August 29, 2025|Parker PnP|Initial release | ||
|
||
## Disclaimer | ||
|
||
**THIS CODE IS PROVIDED *AS IS* WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING ANY IMPLIED WARRANTIES OF FITNESS FOR A PARTICULAR PURPOSE, MERCHANTABILITY, OR NON-INFRINGEMENT.** | ||
|
||
--- | ||
|
||
## Minimal Path to Awesome | ||
|
||
_Include consise instructions to set up and run the sample. These are just an example!_ | ||
|
||
* Clone this repository | ||
* Start ngrok? Note the URL and update it where? | ||
* Register a bot or Azure AD application? (how?) | ||
* Update the manifest (how?) and upload to Teams | ||
* in the command line run: | ||
* `somepackagemanager installcommand` | ||
* `sometaskrunner command` | ||
|
||
## Features | ||
|
||
Description of the web part with possible additional details than in short summary. | ||
This Web Part illustrates the following concepts on top of the SharePoint Framework: | ||
|
||
* topic 1 | ||
* topic 2 | ||
* topic 3 | ||
|
||
_Below there is a clear image used for telemetry. Please change "readme-template" to your sample name._ | ||
|
||
<img src="https://m365-visitor-stats.azurewebsites.net/sp-dev-fx-webparts/samples/readme-template" /> |
Oops, something went wrong.