github-lib-template
Github template for new libraries
Versions
Introduction
This is template repository for new libraries
Important
- Edit go.mod and rename to your package module
- Uncomment .github/workflows/tests.yml
Commit rules
Commit message should looks like
[TYPE] some message
Types
- Add
- Fix
- Update
- Remove
- Refactor
- Docs
- Test
- Improve