chemistry gopher

goChem

A library for computational chemistry.

Development workflow for goChem

goChem is developed in Github using Git. The workflow is a (much) simpler version of the GitFlow model by Vincent Driessen.

The following kinds branches are using for goChem development.

In summary: Feature branches start and merges from devel, devel merges from feature branches, master merges from devel.

Pull requests: Master does not, accept pull requests. Feature branches, and devel are the only branches that do. Pull requests with new features are never accepted from clone devel branches, only from feature branches. Only bugfixes are accepted from clone devel branches. Some feature branches may not accept pull requests.

If the problem you encounter with goChem is trivial (for instance, a typo in the README file), please do not submit a pull request. Simply email the developer, or open an issue.

For more info, e-mail the developer.

Hosted on GitHub Pages — Modified from a theme by orderedlist