Skip to content

Commit

Permalink
Update CONTRIBUTING.md
Browse files Browse the repository at this point in the history
stable is not default any longer.
  • Loading branch information
m-reuter authored Sep 4, 2024
1 parent ed10636 commit ecf3a94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/overview/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ Enhancement suggestions are tracked as [GitHub issues](https://github.com/Deep-M
7. Create your feature branch from dev (`git checkout -b my-new-feature`)
8. Commit your changes (`git commit -am 'Add some feature'`)
9. Push to the branch to your github (`git push origin my-new-feature`)
10. Create new pull request on github web interface from that branch into Deep-NI **dev branch** (not into stable, which is default)
10. Create new pull request on github web interface from that branch into Deep-NI **dev branch** (not into stable)

If lots of things changed in the meantime or the pull request is showing conflicts you should rebase your branch to the current upstream dev.
This is the preferred way, but only possible if you are the sole develop or your branch:
Expand Down

0 comments on commit ecf3a94

Please sign in to comment.