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
* udpate github assets for split
Reviewed the following files:
- [x] Readme.md
- [x] Contributing.md was created and points to the docs repo.
- [x] Code_of_conduct.md was created and follows the docs repo.
- [x] .gitignore Created for samples and projects.
- [x] .github folder: created pull request template and codeowners file based on docs repository.
* update per feedback
See comments on #4846
* change repo list to a list.
Also, add the roslyn-api-docs.
This repository contains the conceptual documentation for .NET. The .NET documentation site is built from multiple repositories in addition to this one:
13
+
14
+
-[Code samples and snippets](https://github.com/dotnet/samples)
Issues and tasks for all these repositories are tracked here.
19
+
12
20
## Process for contributing
13
21
14
22
You need a basic understanding of [Git and GitHub.com](https://guides.github.com/activities/hello-world/).
@@ -28,7 +36,7 @@ You can also choose from existing issues for which community contributions are w
28
36
29
37
You can also look at our [open issues](https://github.com/dotnet/docs/issues) list and volunteer to work on the ones you're interested in. We use the [up-for-grabs](https://github.com/dotnet/docs/labels/up-for-grabs) label to tag issues open for contribution.
30
38
31
-
**Step 2:** Fork the `/dotnet/docs` repo and create a branch for your changes.
39
+
**Step 2:** Fork the `/dotnet/docs`, `dotnet/samples` or `dotnet/dotnet-api-docs` repos as needed and create a branch for your changes.
32
40
33
41
For small changes, you can use GitHub's web interface. Simply click the **Edit the file in your fork of this project** on the file you'd like to change.
34
42
GitHub creates the new branch for you when you submit the changes.
@@ -45,8 +53,6 @@ Include larger samples in the *samples* folder under the root of the repo.
45
53
46
54
Be sure to follow the proper Markdown syntax. For more information, see the [style guide](./styleguide/template.md).
47
55
48
-
Remove the "wrench" icon (🔧) from the TOC and the file heading, if applicable.
49
-
50
56
### Example structure
51
57
52
58
docs
@@ -57,11 +63,6 @@ Remove the "wrench" icon (🔧) from the TOC and the file heading, if applicable
57
63
/media
58
64
/porting-overview
59
65
portability_report.png
60
-
...
61
-
samples
62
-
/core
63
-
/porting
64
-
porting_sample.cs
65
66
66
67
**Step 4:** Submit a Pull Request (PR) from your branch to `dotnet/docs/master`.
67
68
@@ -85,7 +86,7 @@ We make the following distinction for code that exists in our repository:
85
86
86
87
- snippets: illustrate a smaller concept or task. They compile but they are not intended to be complete applications.
87
88
88
-
Code all lives in the *samples* directories and is organized as follows:
89
+
Code all lives in the [dotnet/samples](https://github.com/dotnet/samples) repository and is organized as follows:
Copy file name to clipboardExpand all lines: README.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,14 +4,14 @@ This repo contains work-in-progress documentation for .NET. To contribute, see t
4
4
5
5
We welcome contributions to help us improve and complete the .NET docs. We anticipate that [Xamarin](http://developer.xamarin.com/api/root/classlib/), [Mono](http://docs.go-mono.com/?link=root%3a%2fclasslib) and [Unity](http://docs.unity3d.com/Manual/index.html) will also use this documentation.
6
6
7
+
This repository contains the conceptual documentation for .NET. The .NET documentation site is built from multiple repositories in addition to this one:
8
+
9
+
-[Code samples and snippets](https://github.com/dotnet/samples)
0 commit comments