Skip to content

Commit 8a0f765

Browse files
committed
Added new readme.md file, moved other files for RC
1 parent 1e36b60 commit 8a0f765

File tree

4 files changed

+30
-50
lines changed

4 files changed

+30
-50
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,46 +1,12 @@
1-
---
2-
title: "Contributing | Microsoft Docs"
3-
ms.custom: ""
4-
ms.date: "11/16/2016"
5-
ms.reviewer: ""
6-
ms.suite: ""
7-
ms.tgt_pltfrm: ""
8-
ms.topic: "article"
9-
f1_keywords:
10-
- "contributing"
11-
helpviewer_keywords:
12-
- "Visual Studio, contributing"
13-
- "Visual Studio 2017 RC, contributing"
14-
ms.assetid: f7e14b72-face-4aa9-bf69-a5dfdfa93419
15-
caps.latest.revision: 1
16-
author: "mikejo5000"
17-
ms.author: "mikejo"
18-
manager: "ghogen"
19-
translation.priority.ht:
20-
- "de-de"
21-
- "es-es"
22-
- "fr-fr"
23-
- "it-it"
24-
- "ja-jp"
25-
- "ko-kr"
26-
- "ru-ru"
27-
- "zh-cn"
28-
- "zh-tw"
29-
translation.priority.mt:
30-
- "cs-cz"
31-
- "pl-pl"
32-
- "pt-br"
33-
- "tr-tr"
34-
---
351
# Contributing
362

373
Thank you for your interest in contributing to the Visual Studio documentation!
384

39-
In this topic, you'll see the basic process for adding or updating content in the [Visual Studio documentation site](https://docs.microsoft.com/visualstudio).
5+
In this topic, you'll see the basic process for adding or updating content in the [Visual Studio documentation site](https://docs.microsoft.com/visualstudio).
406

41-
In this topic, we'll cover:
7+
In this topic, we'll cover:
428

43-
* [Process for contributing](#process-for-contributing)
9+
* [Process for contributing](#process-for-contributing)
4410
* [Guidance checklist](#guidance-checklist)
4511
* [Building the docs](#building-the-docs)
4612
* [Contributing to samples](#contributing-to-samples)
@@ -57,7 +23,7 @@ You can skip this first step for small changes.
5723

5824
**Step 3:** Create a `branch` for your article.
5925

60-
**Step 4:** Write your article.
26+
**Step 4:** Write your article.
6127

6228
If it's a new topic, you can use this [template file](./styleguide/template.md) as your starting point. It contains the writing guidelines and also explains the metadata required for each article, such as author information.
6329

@@ -82,11 +48,11 @@ If your PR is addressing an existing issue, add the `Fixes #Issue_Number` keywor
8248

8349
The Visual Studio team will review your PR and let you know if the change looks good or if there are any other updates/changes necessary in order to approve it.
8450

85-
**Step 6:** Make any necessary updates to your branch as discussed with the team.
51+
**Step 6:** Make any necessary updates to your branch as discussed with the team.
8652

87-
The maintainers will merge your PR into the master branch once feedback has been applied and your change looks good.
53+
The maintainers will merge your PR into the master branch once feedback has been applied and your change looks good.
8854

89-
On a certain cadence, we push all commits from master branch into the live branch and then you'll be able to see your contribution live at https://docs.microsoft.com/visualstudio/.
55+
On a certain cadence, we push all commits from master branch into the live branch and then you'll be able to see your contribution live at https://docs.microsoft.com/visualstudio/.
9056

9157
## DOs and DON'Ts
9258

@@ -96,34 +62,34 @@ Below is a short list of guiding rules that you should keep in mind when you are
9662
- **DO** read the [style guide](./styleguide/template.md) and [voice and tone](./styleguide/voice-tone.md) guidelines.
9763
- **DO** use the [template](./styleguide/template.md) file as the starting point of your work.
9864
- **DO** create a separate branch on your fork before working on the articles.
99-
- **DO** follow the [GitHub Flow workflow](https://guides.github.com/introduction/flow/).
65+
- **DO** follow the [GitHub Flow workflow](https://guides.github.com/introduction/flow/).
10066
- **DO** blog and tweet (or whatever) about your contributions, frequently!
10167

10268
> [!NOTE]
103-
> You might notice that some of the topics are not currently following all the guidelines specified here and on the [style guide](./styleguide/template.md) as well. We're working towards achieving consistency throughout the site. Check the list of [open issues](https://github.com/dotnet/docs/issues?q=is%3Aissue+is%3Aopen+label%3Aguidelines-adherence) we're currently tracking for that specific goal.
69+
> You might notice that some of the topics are not currently following all the guidelines specified here and on the [style guide](./styleguide/template.md) as well. We're working towards achieving consistency throughout the site. Check the list of [open issues](https://github.com/dotnet/docs/issues?q=is%3Aissue+is%3Aopen+label%3Aguidelines-adherence) we're currently tracking for that specific goal.
10470
10571
## Building the docs
10672

107-
The documentation is written in [GitHub Flavored Markdown](https://help.github.com/categories/writing-on-github/) and built using [DocFX](http://dotnet.github.io/docfx/) and other internal publishing/building tools. It is hosted at [docs.microsoft.com](https://docs.microsoft.com/dotnet).
73+
The documentation is written in [GitHub Flavored Markdown](https://help.github.com/categories/writing-on-github/) and built using [DocFX](http://dotnet.github.io/docfx/) and other internal publishing/building tools. It is hosted at [docs.microsoft.com](https://docs.microsoft.com/dotnet).
10874

10975
If you want to build the docs locally, you need to install [DocFX](https://dotnet.github.io/docfx/); latest versions are the best.
11076

111-
There are several ways to use DocFX, and most of them are covered in the [DocFX getting started guide](https://dotnet.github.io/docfx/tutorial/docfx_getting_started.html).
112-
The following instructions use the [command-line based](https://dotnet.github.io/docfx/tutorial/docfx_getting_started.html#2-use-docfx-as-a-command-line-tool) version of the tool.
113-
If you are comfortable with other ways listed on the link above, feel free to use those.
77+
There are several ways to use DocFX, and most of them are covered in the [DocFX getting started guide](https://dotnet.github.io/docfx/tutorial/docfx_getting_started.html).
78+
The following instructions use the [command-line based](https://dotnet.github.io/docfx/tutorial/docfx_getting_started.html#2-use-docfx-as-a-command-line-tool) version of the tool.
79+
If you are comfortable with other ways listed on the link above, feel free to use those.
11480

115-
**Note:** Currently DocFX requires the .NET Framework on Windows or Mono (for Linux or macOS). We hope to port it to .NET Core in the future.
81+
**Note:** Currently DocFX requires the .NET Framework on Windows or Mono (for Linux or macOS). We hope to port it to .NET Core in the future.
11682

11783
You can build and preview the resulting site locally using a built-in web server. Navigate to the core-docs folder on your machine and type the following command:
11884

11985
```
12086
docfx -t default --serve
12187
```
122-
88+
12389
This starts the local preview on [localhost:8080](http://localhost:8080). You can then view the changes by going to `http://localhost:8080/[path]`, such as http://localhost:8080/articles/welcome.html.
12490

12591
**Note:** the local preview currently doesn't contain any themes at the moment so the look and feel won't be the same as in the documentation site. We're working towards fixing that experience.
12692

12793
# Contributing to samples
12894

129-
For now, include required sample code as inline code blocks in your article. The repo has a codesnippets folder, but this is not ready for public contributions.
95+
For now, include required sample code as inline code blocks in your article. The repo has a codesnippets folder, but this is not ready for public contributions.

README.md

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# Visual Studio 2017 RC documentation
2+
3+
Welcome! This repo contains source files for the work-in-progress Visual Studio 2017 RC technical documentation. The topics are published on the [Visual Studio documentation site](https://docs.microsoft.com/visualstudio).
4+
5+
The documentation for Visual Basic and Visual C# are located in a separate repo at [http://github.com/dotnet/core-docs](http://github.com/dotnet/core-docs), and the Visual C++ documentation is located in the repo located at [http://github.com/Microsoft/cpp-docs](http://github.com/Microsoft/cpp-docs).
6+
7+
## Contributing to the documentation
8+
9+
To contribute to this documentation, please see the [Contributing guide](CONTRIBUTING.md).
10+
We welcome your contributions to help us improve the Visual Studio docs. All the articles in this repository use GitHub flavored markdown.
11+
12+
Several feature areas of Visual Studio have their own folders in this repo, such as **debugger** for topics on debugging, **ide** for topics on the Visual Studio interactive development environment (IDE), and so forth. The **/media** subfolder in each folder contains art files for the topics. The [Contributing guide](CONTRIBUTING.md) has more information.
13+
14+
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.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)