Skip to content

Latest commit

 

History

History
39 lines (26 loc) · 622 Bytes

File metadata and controls

39 lines (26 loc) · 622 Bytes

Contributing

Thanks for your interest in contributing to git-pkgs.

Getting Started

  1. Fork the repository
  2. Clone your fork locally
  3. Create a branch for your changes

Development

The project is written in Go. To build:

go build

To run tests:

go test ./...

Pull Requests

  • Keep changes focused and atomic
  • Include tests for new functionality
  • Update documentation if needed
  • Follow existing code style

Issues

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)