medley does something good.
- Search and replace medley with your project name.
- Initialize
go.mod
file:go mod init github.com/xmidt-org/medley
- Add org teams to project (Settings > Manage Access):
- xmidt-org/admins with Admin role
- xmidt-org/server-writers with Write role
- Manually create the first release. After v0.0.1 exists, other releases will be made by automation after the CHANGELOG is updated to reflect a new version header and nothing under the Unreleased header.
- For libraries:
- Add org workflows in dir
.github/workflows
: push, tag, and release. This can be done by going to the Actions tab for the repo on the github site. - Remove the following files/dirs:
.dockerignore
,Dockerfile
,Makefile
,rpkg.macros
,medley.yaml
,deploy/
, andconf/
.
- Add org workflows in dir
Medley is a consistent hash package that also exposes a simple API for creating additional hash strategies.
This project and everyone participating in it are governed by the XMiDT Code Of Conduct. By participating, you agree to this Code.
Refer to CONTRIBUTING.md.