Skip to content

Commit 63900f5

Browse files
Added link to up for grabs issues, small formatting changes, cruft removal
1 parent f0d6d0e commit 63900f5

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

README.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ Full-framework-only build from `master` (deprecated):
2222

2323
* Clone the sources: `git clone https://github.com/Microsoft/msbuild.git`
2424

25-
### Building
26-
## Building MSBuild with VS 2015
25+
## Building
26+
### Building MSBuild with VS 2015
2727
For the full supported experience, you will need to have Visual Studio 2015. You can open the solution in Visual Studio 2017 RC, but you will encounter issues building with the provided scripts.
2828

2929
To get started on **Visual Studio 2015**:
@@ -36,7 +36,7 @@ To get started on **Visual Studio 2015**:
3636
3. Build the code using the `cibuild.cmd` script.
3737
5. Open src/MSBuild.sln solution in Visual Studio 2015.
3838

39-
## Building MSBuild in Unix (Mac & Linux)
39+
### Building MSBuild in Unix (Mac & Linux)
4040
MSBuild's xplat branch allows MSBuild to be run on Unix Systems. Set-up instructions can be viewed on the wiki: [Building Testing and Debugging on .Net Core MSBuild](https://github.com/Microsoft/msbuild/wiki/Building-Testing-and-Debugging-on-.Net-Core-MSBuild)
4141

4242
## Localization
@@ -45,14 +45,13 @@ You can turn on localized builds via the `/p:LocalizedBuild=true` command line a
4545
### How to Engage, Contribute and Provide Feedback
4646
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 [[email protected]](mailto:[email protected]) with any additional questions or comments.
4747

48+
#### Getting Started
4849
Before you contribute, please read through the contributing and developer guides to get an idea of what kinds of pull requests we will or won't accept.
4950

5051
* [Contributing Guide](https://github.com/Microsoft/msbuild/wiki/Contributing-Code)
5152
* [Developer Guide](https://github.com/Microsoft/msbuild/wiki/Building-Testing-and-Debugging)
5253

53-
Want to get more familiar with what's going on in the code?
54-
* [Pull requests](https://github.com/Microsoft/msbuild/pulls): [Open](https://github.com/Microsoft/msbuild/pulls?q=is%3Aopen+is%3Apr)/[Closed](https://github.com/Microsoft/msbuild/pulls?q=is%3Apr+is%3Aclosed)
55-
* [Issues](https://github.com/Microsoft/msbuild/issues)
54+
Looking for something to work on? This list of [up for grabs issues](https://github.com/Microsoft/msbuild/issues?q=is%3Aopen+is%3Aissue+label%3Aup-for-grabs) is a great place to start.
5655

5756
You are also encouraged to start a discussion by filing an issue or creating a gist.
5857

0 commit comments

Comments
 (0)