From 29cca8da7d2147c0c555535031d93da57efc24a1 Mon Sep 17 00:00:00 2001 From: clown Date: Fri, 6 Aug 2021 14:39:03 +0900 Subject: [PATCH] Update readme. --- Readme.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Readme.md b/Readme.md index 5d92d2032..3c52fcd3d 100644 --- a/Readme.md +++ b/Readme.md @@ -121,10 +121,10 @@ Dependencies of [Libraries](https://github.com/cube-soft/Cube.Pdf/tree/master/Li ## Contributing 1. Fork [Cube.Pdf](https://github.com/cube-soft/Cube.Pdf/fork) repository. -2. Create a feature branch from the master or stable branch (e.g. git checkout -b my-new-feature origin/master). Note that the master branch may refer to some pre-release NuGet packages. Try the [rake clobber](https://github.com/cube-soft/Cube.Pdf/blob/master/Rakefile) and copy commands when build errors occur. +2. Create a feature branch from the master, net45, or net50 branch (e.g. git checkout -b my-new-feature origin/master). Note that the master branch may refer to some pre-release NuGet packages. Try the [rake clobber](https://github.com/cube-soft/Cube.Pdf/blob/master/Rakefile) and copy commands when build errors occur. 3. Commit your changes. -4. Rebase your local changes against the master or stable branch. -5. Run test suite with the [NUnit](http://nunit.org/) console or the Visual Studio (NUnit 3 test adapter) and confirm that it passes. +4. Rebase your local changes to the corresponding branch. +5. Run the dotnet test command or the Visual Studio (NUnit 3 test adapter) and confirm that it passes. 6. Create a new Pull Request. ## License