You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/sql-server/sql-server-docs-contribute.md
+9-9Lines changed: 9 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,18 +27,18 @@ There are two main workflows you can use to contribute:
27
27
28
28
|||
29
29
|---|---|
30
-
|[Edit in your browser](#githubui)| Good for small, quick edits of any topic. |
31
-
|[Edit locally with tools](#tools)| Good for more complex edits, edits involving multiple files, and frequent contributions to docs.microsoft.com. |
30
+
|[Edit in your browser](#githubui)| Good for small, quick edits of any article. |
31
+
|[Edit locally with tools](#tools)| Good for more complex edits, edits involving multiple articles, and frequent contributions to docs.microsoft.com. |
32
32
33
33
## <aid="githubui"></a> Edit in your browser
34
34
35
-
The following steps provide an overview of making simple edits to SQL erver content in your browser. The complete process is documented in the article, [GitHub contribution workflow for minor or infrequent changes](https://docs.microsoft.com/contribute/contribute/light-workflow).
35
+
The following steps provide an overview of making simple edits to SQL Server content in your browser. The complete process is documented in the article, [GitHub contribution workflow for minor or infrequent changes](https://docs.microsoft.com/contribute/contribute/light-workflow).
36
36
37
37
1. Every article, including this one, has an **Edit** button on the right. Click **Edit** to get started.
38
38
39
39

40
40
41
-
All of the content on docs.microsoft.com is managed in various GitHub Repositories. When you click the edit button, you are taken to the article in either the **sql-docs**or **azure-docs** repositories depending on the topic you are editing.
41
+
All of the content on docs.microsoft.com is managed in various GitHub Repositories. When you click the edit button, you are taken to the article in the **sql-docs**repository. Or, if you are editing a SQL article in the Azure documentation, you are taken to the **azure-docs** repository.
42
42
43
43
1. Next, click on the pencil icon at the top-right of the article in GitHub.
44
44
@@ -59,7 +59,7 @@ At this point, you should be guided through the rest of the process in the comme
59
59
60
60
## <aid="tools"></a> Edit locally with tools
61
61
62
-
Another editing option is to fork the **sql-docs** or **azure-docs** repositories and clone it locally to your machine. You can then use a Markdown editor and a git client to submit the changes. This workflows is good for edits that are more complex or involve multiple files. It is also good for frequent contributors to docs.microsoft.com.
62
+
Another editing option is to fork the **sql-docs** or **azure-docs** repositories and clone it locally to your machine. You can then use a Markdown editor and a git client to submit the changes. This workflow is good for edits that are more complex or involve multiple files. It is also good for frequent contributors to docs.microsoft.com.
63
63
64
64
To contribute with this method, see the following articles:
65
65
@@ -75,7 +75,7 @@ If you submit a pull request with significant changes to documentation, you will
75
75
This section provides some additional guidance on working in the **sql-docs** repository.
76
76
77
77
> [!IMPORTANT]
78
-
> The informartion in this section is specific to **sql-docs**. If you are editing a SQL topic in the Azure documentation, see [the Readme for the azure-docs repository on GitHub](https://github.com/MicrosoftDocs/azure-docs/blob/master/README.md).
78
+
> The information in this section is specific to **sql-docs**. If you are editing a SQL article in the Azure documentation, see [the Readme for the azure-docs repository on GitHub](https://github.com/MicrosoftDocs/azure-docs/blob/master/README.md).
79
79
80
80
### Repository basics
81
81
@@ -84,7 +84,7 @@ The [sql-docs](https://github.com/MicrosoftDocs/sql-docs) repository uses severa
84
84
| Folder | Description |
85
85
|---|---|
86
86
|[docs](https://github.com/MicrosoftDocs/sql-docs/tree/live/docs)| Contains all published SQL Server content. Subfolders logically organize different areas of the content. |
87
-
|[docs/includes](https://github.com/MicrosoftDocs/sql-docs/tree/live/docs/includes)| Contains include files. These are portions of content that can be included in one or more other topics. |
87
+
|[docs/includes](https://github.com/MicrosoftDocs/sql-docs/tree/live/docs/includes)| Contains include files. These files are blocks of content that can be included in one or more other topics. |
88
88
|**./media**| There are multiple **media** subfolders in the repository that contain article images. |
89
89
|**TOC.MD**| A table-of-contents file. Each subfolder has the option of using one TOC.MD file. |
90
90
@@ -107,12 +107,12 @@ To find the correct applies-to include for your article, use the following tips:
107
107
- Look at other articles that cover the same feature or a related task. If you edit that article, you can copy the Markdown for the applies-to include link (you can cancel the edit without submitting it).
108
108
- Search the [docs/includes](https://github.com/MicrosoftDocs/sql-docs/tree/live/docs/includes) directory for files containing the text "applies-to". You can use the **Find** button in github to quickly filter. Click on the file to see how it is rendered.
109
109
- Pay attention to the naming convention. If there are x's in the name, they are usually placeholders indicating the lack of support for a service. For example, **appliesto-xx-xxxx-asdw-xxx-md.md** indicates support for only Azure SQL Data Warehouse, because only **asdw** is spelled out, whereas the other fields have x's.
110
-
- Some includes specify a version number, such as **tsql-appliesto-ss2017-xxxx-xxxx-xxx-md.md**. Only use these when you know the feature was introduced with a specific version of SQL Server.
110
+
- Some includes specify a version number, such as **tsql-appliesto-ss2017-xxxx-xxxx-xxx-md.md**. Only use these includes when you know the feature was introduced with a specific version of SQL Server.
111
111
112
112
## Contributor resources
113
113
114
114
-[Contributor guide for docs.microsoft.com](https://docs.microsoft.com/en-us/contribute/)
0 commit comments