Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
venpopov committed Feb 13, 2024
1 parent 8f3c9f6 commit a468255
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Binary file added dev/dev-notes/images/clipboard-674159866.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 2 additions & 1 deletion dev/dev-notes/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -202,12 +202,13 @@ <h1 class="title">BMM Developer Notes</h1>
<section id="overview" class="level1 unnumbered">
<h1 class="unnumbered">Overview</h1>
<p>This article aims to help developers contribute new models to bmm. It is a work in progress and will be updated as the package evolves. It explains how to set-up your system for package development, the structure of the package, and the workflow for contributing new models to the package.</p>
<p>We follow a github flow workflow. The repository contains two main branches:</p>
<p>We follow a <a href="https://jeffkreeftmeijer.com/git-flow/">github flow workflow</a>. The repository contains two main branches:</p>
<ul>
<li><p>Master (contains the latest released stable version of the <code>bmm</code> package</p></li>
<li><p>Develop (contains the latest stable development branch</p></li>
</ul>
<p>All new feature development should occur on an independent branch from Develop. If you want to contribute a new model to the <code>bmm</code> package, you need to fork the repository, create a new branch for your model, extensively test the model, and eventually submit a pull request for your changes to be merged into the Develop branch of the main repository. Your changes will be reviewed by someone from the core team. Once your changes are merged into the Develop branch, they will be included in the next release of the package.</p>
<p><img src="images/clipboard-674159866.png" class="img-fluid"></p>


</section>
Expand Down

0 comments on commit a468255

Please sign in to comment.