thoth does something good.
- Search and replace thoth with your project name.
- Initialize
go.mod
file:go mod init github.com/xmidt-org/thoth
- 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
,thoth.yaml
,deploy/
, andconf/
.
- Add org workflows in dir
- For applications:
- Remove PkgGoDev badge from this file.
- Add org workflows in dir
.github/workflows
: push, tag, release, and docker-release. This can be done by going to the Actions tab for the repo on the github site. - Add project name,
.ignore
, anderrors.txt
to.gitignore
file. - Update
Dockerfile
- choose new ports to expose that no current XMiDT application is using. - Update
deploy/packaging/thoth.spec
file to have a proper Summary and Description. - Update
conf/thoth.service
file to have a proper Description.
Summary should be a small paragraph explanation of what this project does.
This project and everyone participating in it are governed by the XMiDT Code Of Conduct. By participating, you agree to this Code.
Add details here.
Add details here.
Refer to CONTRIBUTING.md.