1
0
mirror of https://github.com/Microsoft/sql-server-samples.git synced 2025-12-08 14:58:54 +00:00

added link to template

This commit is contained in:
Jos de Bruijn
2016-06-17 08:54:29 -07:00
committed by GitHub
parent 48ef2a0c33
commit fad29f0737

View File

@ -6,6 +6,8 @@ Note that certain features like In-Memory OLTP are edition specific for SQL Serv
## Working in GitHub
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.
Each sample should be in its own folder with a README.md file that follows the [template](README_samples_template.md). Generated files (e.g., .exe or .bacpac) and user configuration settings (e.g., .user) should not be committed to GitHub.
## License
These samples and templates are all licensed under the MIT license. See the license.txt file in the root.