Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 902 Bytes

File metadata and controls

35 lines (23 loc) · 902 Bytes

Contributing to unic

Thanks for your interest in contributing.

Before You Start

  • Search existing issues before opening a new one.
  • For larger changes, open an issue first to discuss scope.

Development Workflow

  1. Fork or branch from main.
  2. Create a focused branch: feat/..., fix/..., docs/....
  3. Keep commits small and descriptive.
  4. Run go test ./... before pushing.
  5. Open a Pull Request with context and testing notes.

Pull Request Checklist

  • The change is scoped and documented.
  • Existing behavior is not broken.
  • Tests or validation steps are included.
  • Related issue is linked (if any).

Commit Message Style

Use clear commit messages. Conventional Commits are recommended:

  • feat: add ...
  • fix: resolve ...
  • docs: update ...

Code of Conduct

By participating, you agree to follow the Code of Conduct.