Skip to content

Commit 80e28c4

Browse files
authored
Merge pull request MicrosoftDocs#58 from rothja/contributorguide3
Reversed steps 2 and 3
2 parents cef4dd3 + 39ce6c4 commit 80e28c4

1 file changed

Lines changed: 23 additions & 23 deletions

File tree

contributor-guide/tools-and-setup.md

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,29 @@ Your profile should resemble this profile:
3333

3434
![GitHub profile example](./media/tools-and-setup/githubprofile.png)
3535

36+
## Permissions in GitHub
37+
38+
Anybody with a GitHub account can contribute to SQL Server technical content through our public repository at [https://github.com/Microsoft/sql-docs](https://github.com/Microsoft/sql-docs). No special permissions are required.
39+
40+
> Note: This sql-docs repo will not be public until the first public release of of SQL Server nNext CTP1. Only private contributions are allowed until this time.
41+
42+
If you are a Microsoft PM or writer who is working on SQL Server content, you must work in our private content repository, sql-docs-pr.
43+
44+
1. Visit [https://repos.opensource.microsoft.com ](https://repos.opensource.microsoft.com) to request the read permissions that will let you make contributions through the private repo.
45+
2. Sign into your GitHub account using the button.
46+
3. Beside **Microsoft**, click the **Join** button. If you don't see this button, you're already a member.
47+
48+
![Join the Microsoft organization](./media/tools-and-setup/join-the-microsoft-organization.png)
49+
50+
4. On the next page, click the **Join Microsoft** button.
51+
5. Go back to the [https://repos.opensource.microsoft.com ](https://repos.opensource.microsoft.com) list of organizations. It should now show that you are a **Member** of the Microsoft organization.
52+
6. Click **Microsoft**.
53+
7. Then click **Join a team**.
54+
55+
![Join a team](./media/tools-and-setup/join-a-team.png)
56+
57+
5. Search for **sql-docs-read**, and click the **Request to join** button.
58+
3659
## Determine whether you really need to follow the rest of these steps
3760

3861
You might not need to follow all the steps in this article. It depends on the sort of content contribution you want or need to make.
@@ -63,29 +86,6 @@ For the following sorts of work, we strongly recommend you install and learn to
6386
- Updating an article over a period of days without publishing changes each of those days
6487
- Creating content for a release that has to go out on a certain day at a certain time
6588

66-
## Permissions in GitHub
67-
68-
Anybody with a GitHub account can contribute to SQL Server technical content through our public repository at [https://github.com/Microsoft/sql-docs](https://github.com/Microsoft/sql-docs). No special permissions are required.
69-
70-
> Note: This sql-docs repo will not be public until the first public release of of SQL Server nNext CTP1. Only private contributions are allowed until this time.
71-
72-
If you are a Microsoft PM or writer who is working on SQL Server content, you must work in our private content repository, sql-docs-pr.
73-
74-
1. Visit [https://repos.opensource.microsoft.com ](https://repos.opensource.microsoft.com) to request the read permissions that will let you make contributions through the private repo.
75-
2. Sign into your GitHub account using the button.
76-
3. Beside **Microsoft**, click the **Join** button. If you don't see this button, you're already a member.
77-
78-
![Join the Microsoft organization](./media/tools-and-setup/join-the-microsoft-organization.png)
79-
80-
4. On the next page, click the **Join Microsoft** button.
81-
5. Go back to the [https://repos.opensource.microsoft.com ](https://repos.opensource.microsoft.com) list of organizations. It should now show that you are a **Member** of the Microsoft organization.
82-
6. Click **Microsoft**.
83-
7. Then click **Join a team**.
84-
85-
![Join a team](./media/tools-and-setup/join-a-team.png)
86-
87-
5. Search for **sql-docs-read**, and click the **Request to join** button.
88-
8989
## Install Git for Windows
9090

9191
Install Git for Windows from [http://git-scm.com/download/win](http://git-scm.com/download/win). This download installs the Git version control system, and it installs Git Bash, the command-line app that you will use to interact with your local Git repository.

0 commit comments

Comments
 (0)