Skip to content

ci-github capability

ci-github adds GitHub repository templates to your Go service for structured issue and PR workflows.

  • Issue templates (bug report, feature request)
  • Pull request template

Use ci-github on any service hosted on GitHub to standardize how contributors report bugs, request features, and submit pull requests. Consistent templates reduce back-and-forth on incomplete reports.

Conflicts with: ci-gitlab

Terminal window
verikt new my-service --language go --cap ci-github
# or add to an existing service:
verikt add ci-github

linting

golangci-lint to run in CI alongside GitHub Actions.

testing

Test utilities for running tests in CI.

pre-commit

Local pre-commit hooks that mirror CI checks.