Thanks for your interest in contributing to git-pkgs.
- Fork the repository
- Clone your fork locally
- Create a branch for your changes
The project is written in Go. To build:
go buildTo run tests:
go test ./...- Keep changes focused and atomic
- Include tests for new functionality
- Update documentation if needed
- Follow existing code style
When opening an issue, please include:
- What you were trying to do
- What happened instead
- Steps to reproduce
- Version of git-pkgs (
git-pkgs --version)