Skip to content

Commit

Permalink
Merge branch 'main' into fix_WhenAnyValue_RemoveNullableReturnValue
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisPulman committed Jun 27, 2021
2 parents 5bcd485 + cf4224e commit 3219ece
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,18 +70,14 @@ Before you submit your pull request consider the following guidelines:
* Follow our [Coding Rules](#rules).
* Run the test suite, as described below.
* Commit your changes using a descriptive commit message that follows our
[commit message conventions](#commit).
[commit message guidelines](https://reactiveui.net/contribute/software-style-guide/commit-message-convention).

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

* Build your changes locally to ensure all the tests pass:

```shell
build.cmd
```
* Build your changes locally to ensure all the tests pass by using the Solution (.sln) files in the `src` directory.

* Push your branch to GitHub:

Expand Down Expand Up @@ -149,9 +145,9 @@ from the main (upstream) repository:
- .NET Core cross-platform development
- Windows 10 SDK 10.0.17763.0 (individual component)
- PowerShell
- Android SDK Platform 26 (install through Visual Studio)
- Android SDK Platform 29 (install through Visual Studio)

Once all the above are set up, running `.\build.cmd` in the repository root should get everything up and running.
Once all the above are set up, use the desired Solution (.sln) file in the repository's `src` directory.

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

Expand Down

0 comments on commit 3219ece

Please sign in to comment.