Skip to content

Technical documentation for Microsoft SQL Server, tools such as SQL Server Management Studio (SSMS) , SQL Server Data Tools (SSDT) etc.

License

CC-BY-4.0, MIT licenses found

Licenses found

CC-BY-4.0
LICENSE
MIT
LICENSE-CODE

ScaryDBA/sql-docs

 
 

Repository files navigation

Microsoft Open Source Code of Conduct

This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.

Microsoft Technical Documentation Contributor Guide

You've found the GitHub repository that houses the source for the technical documentation published on https://docs.microsoft.com.

This repository also contains guidance to help you contribute to our technical documentation. For a list of the articles in the contributors' guide, see the index.

Contribute to documentation

Ways to contribute

  • GitHub user interface. Either find the article in this repository, or visit the article on https://docs.microsoft.com and click the Edit link in upper right hand corner of the topic. That takes you to the the article file in GitHub.
  • For substantial changes, adding or changing images, or contributing a new article, you need to fork this repository, install Git Bash, Markdown Pad, and learn some git commands.

About your contributions to content

Minor corrections

Minor corrections or clarifications you submit for documentation and code examples in this repo are covered by the docs.microsoft.com Terms of Use.

Larger submissions

If you submit a pull request with significant changes to documentation and code examples or new content, we'll send a comment in GitHub asking you to submit an online Contribution License Agreement (CLA) if you are not an employee of Microsoft. We need you to complete the online form before we can accept your pull request.

Use GitHub, Git, and this repository

For information about how to contribute, how to use the GitHub user interface to contribute small changes, and how to fork and clone the repository for more significant contributions, see Install and set up tools for authoring in GitHub.

If you install GitBash and work locally, the steps for creating a new local working branch, making changes, and submitting the changes back to the main branch are listed in Git commands for creating a new article or updating an existing article

Branches

Create local working branches that target a specific scope of change. Each branch should be limited to a single concept/article both to streamline work flow and reduce the possibility of merge conflicts. Appropriate scope for a new branch:

  • A new article (and associated images)
  • Spelling and grammar edits on an article.
  • Applying a single formatting change across a large set of articles (e.g. new copyright footer).

How to use markdown to format your topic

All the articles in this repository use GitHub flavored markdown. Markdown basics

Article metadata

Article metadata enables certain functionalities such as author and contributor attribution, breadcrumbs, article descriptions, and SEO optimizations as well as reporting Microsoft uses to evaluate content performance. Here's the guidance for making sure your metadata is done right.

Labels

Automated labels are assigned to pull requests to help us manage the pull request workflow and to help let you know what's going on with your pull request:

  • Contribution License Agreement related
    • cla-not-required: The change is relatively minor and does not require that you sign a CLA.
    • cla-required: The scope of the change is relatively large and requires that you sign a CLA.
    • cla-signed: The contributor signed the CLA, so the pull request can now move forward for review.
  • Pillar labels: Labels such as PnP, Modern Apps, and TDC help categorize the pull requests by the internal organization that needs to review the pull request.
  • Change sent to author: The author has been notified of the pending pull request.

More resources

See the index of our contributor's guide for all our guidance topics.

About

Technical documentation for Microsoft SQL Server, tools such as SQL Server Management Studio (SSMS) , SQL Server Data Tools (SSDT) etc.

Resources

License

CC-BY-4.0, MIT licenses found

Licenses found

CC-BY-4.0
LICENSE
MIT
LICENSE-CODE

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PowerShell 100.0%