Skip to content

Conversation

@CalvinAllen
Copy link
Contributor

Description

Type of Change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Documentation update
  • Code refactoring (no functional changes)
  • Performance improvement
  • Test coverage improvement
  • CI/CD or build process change

Related Issues

Fixes #
Relates to #

Changes Made

Testing

Test Environment

  • OS:
  • Go Version:
  • dtvem Version:

Test Steps

Test Results

# Paste relevant output here

Checklist

  • My code follows the Google Go Style Guide
  • I have run golangci-lint run and fixed all issues (includes gofmt, govet, and 40+ linters)
  • I have run go mod tidy to clean up dependencies
  • I have added tests that prove my fix is effective or that my feature works
  • New and existing unit tests pass locally with my changes (go test ./...)
  • I have commented my code, particularly in hard-to-understand areas
  • I have updated the documentation (README.md, CONTRIBUTING.md, etc.) if needed
  • My changes generate no new warnings or errors
  • I have checked my code works on multiple platforms (Windows, macOS, Linux) if applicable
  • I have added appropriate error handling
  • I have followed conventional commit format in my commit messages

Breaking Changes

N/A

Screenshots / Demo

Additional Notes


By submitting this pull request, I confirm that my contribution is made under the terms of the project's MIT License and I agree to follow the Code of Conduct.

@CalvinAllen CalvinAllen merged commit ec554ce into main Jan 25, 2026
7 checks passed
@CalvinAllen CalvinAllen deleted the chore/ci/remove-duplicate-workflow branch January 25, 2026 23:11
@CalvinAllen
Copy link
Contributor Author

/skip-changelog

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

2 participants