From b083a010140b07ce068cb0a3d5b73f75a82840fb Mon Sep 17 00:00:00 2001 From: Matt Hogan Date: Tue, 10 Sep 2024 09:13:59 -0600 Subject: [PATCH] DOC: Specify different branch for development --- CONTRIBUTING.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index c5d25de..d055555 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -9,8 +9,7 @@ Short version * Submit bug reports and feature requests at [GitHub](https://github.com/mhogan-nwra/envector/issues) -* Make pull requests to the ``main`` branch (This branch will - change if pull requests become frequent enough). +* Make pull requests to the ``develop`` branch. Bug reports ----------- @@ -123,7 +122,7 @@ appreciated. repository home like github.com//envector/actions 10. Submit a pull request through the GitHub website. Pull requests should be - made to the ``main`` branch (subject to change). Note that automated tests will be run on + made to the ``develop`` branch (subject to change). Note that automated tests will be run on GitHub actions, but these must be initialized by a member of the team. @@ -131,7 +130,7 @@ Pull Request Guidelines ----------------------- If you need some code review or feedback while you're developing the code, just -make a pull request. Pull requests should be made to the ``main`` branch (subject to change). +make a pull request. Pull requests should be made to the ``develop`` branch (subject to change). For merging, you should: