Skip to content

Commit f0900ba

Browse files
committed
readme for initial project
1 parent 17b4ec5 commit f0900ba

1 file changed

Lines changed: 53 additions & 5 deletions

File tree

README.md

Lines changed: 53 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,62 @@
1-
# SQL Server Samples Repository
2-
This GitHub repository contains code samples that demonstrate how to use Microsoft's SQL products including SQL Server, Azure SQL Database, and Azure SQL Data Warehouse.
1+
# <<Sample title>>
2+
This GitHub repository contains a code sample that demonstrate how to...
33

4-
## Working in GitHub
5-
To work in GitHub, go to https://github.com/microsoft/sql-server-samples and fork the repository. Work in your own fork and when you are ready to submit to make a change or publish your sample for the first time, submit a pull request into the master branch of sql-server-samples. One of the approvers will review your request and accept or reject the pull request.
4+
## Contents
5+
6+
[About this sample](#about-this-sample)<br/>
7+
[Before you begin](#before-you-begin)<br/>
8+
[Run this sample](#run-this-sample)<br/>
9+
[Sample details](#sample-details)<br/>
10+
[Disclaimers](#disclaimers)<br/>
11+
[Related links](#related-links)<br/>
12+
13+
<a name=about-this-sample></a>
14+
15+
## About this sample
16+
17+
- **Applies to:**
18+
- **Key features:**
19+
- **Programming Language:**
20+
- **Authors:**
21+
22+
<a name=before-you-begin></a>
23+
24+
## Before you begin
25+
26+
To run this sample, you need the following prerequisites.
27+
1.
28+
2.
29+
30+
<a name=run-this-sample></a>
31+
32+
## Run this sample
33+
34+
### Setup
35+
1.
36+
2.
37+
38+
### Build and run
39+
1.
40+
2.
41+
42+
<a name=sample-details></a>
43+
44+
## Sample details
45+
46+
<a name=disclaimers></a>
47+
48+
## Disclaimers
49+
The code included in this sample is not intended demonstrate some general guidance and architectural patterns for ...
50+
51+
<a name=related-links></a>
52+
53+
## Related Links
654

755
## Code of Conduct
856
This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/). For more information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or contact [opencode@microsoft.com](mailto:opencode@microsoft.com) with any additional questions or comments.
957

1058
## License
11-
These samples and templates are all licensed under the MIT license. See the license.txt file in the root.
59+
These samples and templates are all licensed under the MIT license. See the [license.txt](license.txt) file in the root.
1260

1361
## Questions
1462
Email questions to: sqlserversamples@microsoft.com.

0 commit comments

Comments
 (0)