Replace "develop" with correct "main" branch.

closes #73
This commit is contained in:
René Ferdinand Rivera Morell
2021-09-03 09:10:37 -05:00
committed by GitHub
parent b863465f87
commit bea6753d66
+3 -3
View File
@@ -41,13 +41,13 @@ When reporting a bug, please try to provide the following information:
* What you expected.
* What version of B2 did you use. If possible, please try to test with the
develop branch state.
main branch state.
When submitting a patch, please:
* Make a single patch for a single logical change
* Follow the policies and coding conventions below
* Send patches as pull requests to the develop branch
* Send patches as pull requests to the main branch
* Provide a good PR message together with the patch
The purpose of message serves to communicate what was changed, and *why*.
@@ -171,4 +171,4 @@ After using (a) to implement functionality you can use (b) to fully test
that functionality. The engine built from (b) is fully optimized and
is the one used, by default, by the test system when running in the `test`
directory. Before submitting patches it's required to build this way and
run the tests in at least one toolset version (but preferably at least two).
run the tests in at least one toolset version (but preferably at least two).