dumb-init is primarily developed by Yelp, but
contributions are welcome from everyone!
Code is reviewed using GitHub pull requests. To make a contribution, you should:
- Fork the GitHub repository
- Push code to a branch on your fork
- Create a pull request and wait for it to be reviewed
We aim to have all dumb-init behavior covered by tests. If you make a change in behavior, please add a test to ensure it doesn't regress. We're also happy to help with suggestions on testing!
dumb-init uses semantic versioning. If you're making a
contribution, please don't bump the version number yourself—we'll take care
of that after merging!
The process to release a new version is:
- Update the version in
VERSIONand runmake VERSION.h - Update the Debian changelog with
dch -v {new version}. - Update the two
wgeturls in the README to point to the new version. - Run
make release - Commit the changes and tag the commit like
v1.0.0. git push --tags origin master- Run
twine upload --skip-existing dist/*.tar.gzto upload the new version to PyPI - Upload the resulting Debian package, binary (inside the
distdirectory), and sha256sums file to a new GitHub release