Skip to content

Commit

Permalink
DOC: Specify different branch for development
Browse files Browse the repository at this point in the history
  • Loading branch information
mhogan-nwra committed Sep 10, 2024
1 parent de0d37c commit b083a01
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
-----------
Expand Down Expand Up @@ -123,15 +122,15 @@ appreciated.
repository home like github.com/<USER>/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.


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:
Expand Down

0 comments on commit b083a01

Please sign in to comment.