Skip to content

Commit cf4224e

Browse files
authored
docs: update CONTRIBUTING.md (#2807)
* Fix link to commit message guidelines * Remove references to non-existing `build.cmd` file * Update developer environment information about Android SDK Platform version
1 parent 0ff17a4 commit cf4224e

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

CONTRIBUTING.md

+4-8
Original file line numberDiff line numberDiff line change
@@ -70,18 +70,14 @@ Before you submit your pull request consider the following guidelines:
7070
* Follow our [Coding Rules](#rules).
7171
* Run the test suite, as described below.
7272
* Commit your changes using a descriptive commit message that follows our
73-
[commit message conventions](#commit).
73+
[commit message guidelines](https://reactiveui.net/contribute/software-style-guide/commit-message-convention).
7474

7575
```shell
7676
git commit -a
7777
```
7878
Note: the optional commit `-a` command line option will automatically "add" and "rm" edited files.
7979

80-
* Build your changes locally to ensure all the tests pass:
81-
82-
```shell
83-
build.cmd
84-
```
80+
* Build your changes locally to ensure all the tests pass by using the Solution (.sln) files in the `src` directory.
8581

8682
* Push your branch to GitHub:
8783

@@ -149,9 +145,9 @@ from the main (upstream) repository:
149145
- .NET Core cross-platform development
150146
- Windows 10 SDK 10.0.17763.0 (individual component)
151147
- PowerShell
152-
- Android SDK Platform 26 (install through Visual Studio)
148+
- Android SDK Platform 29 (install through Visual Studio)
153149
154-
Once all the above are set up, running `.\build.cmd` in the repository root should get everything up and running.
150+
Once all the above are set up, use the desired Solution (.sln) file in the repository's `src` directory.
155151

156152
### <a name="rules"></a> Coding Rules
157153

0 commit comments

Comments
 (0)