File: CONTRIBUTING.md

package info (click to toggle)
zfp 1.0.1-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 4,744 kB
  • sloc: cpp: 20,656; ansic: 18,871; pascal: 1,231; f90: 907; python: 255; makefile: 183; sh: 79; fortran: 70
file content (13 lines) | stat: -rw-r--r-- 643 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
Contributing
============

The zfp project uses the
[Gitflow](https://nvie.com/posts/a-successful-git-branching-model/)
development model.  Contributions should be made as pull requests on the
`develop` branch.  Although this branch is under continuous development,
it should be robust enough to pass all regression tests.  For contributions
that are not production ready, please [contact us](mailto:zfp.llnl.gov) to
have a separate branch created.  The `master` branch is updated with each
release and reflects the most recent official release of zfp.  See the
[Releases Page](https://github.com/LLNL/zfp/releases) for a history
of releases.