From bb87655ace25a94f347a89030262722505be16b6 Mon Sep 17 00:00:00 2001 From: "Jovan Popovic (MSFT)" Date: Mon, 20 Aug 2018 20:06:59 +0200 Subject: [PATCH] Added minimal readme --- README.md | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 349cce44..02f40e1b 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,14 @@ -# SQL-Server-In-Memory -SQL Server GitHub Repository +# SQL Server Samples Repository +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. + +## 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. + +## Code of Conduct +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. + +## License +These samples and templates are all licensed under the MIT license. See the license.txt file in the root. + +## Questions +Email questions to: sqlserversamples@microsoft.com.