forked from microsoftgraph/microsoft-graph-comms-samples
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Create Public Samples root directory. (microsoftgraph#300)
* Create Public Samples root directory. * Update and rename README.md to Sample_README_Template.md * Update Sample_README_Template.md * Update Sample_README_Template.md Addressed comments.
- Loading branch information
1 parent
18f54fb
commit 270523a
Showing
1 changed file
with
28 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
Please use content below as template in your Sample's READM.md file. | ||
==================================================================== | ||
|
||
> **Note:** | ||
> Public Samples are provided by developers from the Microsoft Graph community. | ||
> Public Samples are not official Microsoft Communication samples, and not supported by the Microsoft Communication engineering team. It is recommended that you contact the sample owner before using code from Public Samples in production systems. | ||
--- | ||
Title: "Your Sample Name in PascalCase" | ||
Description: "Short description of this sample." | ||
author: "Github username of the author, for contact" | ||
--- | ||
|
||
# Introduction | ||
|
||
## Getting Started (required) | ||
|
||
This section walks you through the process of deploying and testing the sample bot. | ||
|
||
### Bot Registration (required) | ||
|
||
### Prerequisites (required) | ||
|
||
### Deploy (One of Deploy and Local Run is required) | ||
|
||
### Local Run (One of Deploy and Local Run is required) | ||
|
||
### Test (required) |