Skip to content

Latest commit

 

History

History
35 lines (25 loc) · 577 Bytes

File metadata and controls

35 lines (25 loc) · 577 Bytes

docs/contributing.md

Contributing to gorealconf

Development Setup

  1. Fork the repository
  2. Clone your fork:
git clone https://github.com/samuelarogbonlo/gorealconf.git
  1. Install dependencies:
go mod download
  1. Run tests:
go test -v ./...

Pull Request Process

  1. Create a new branch for your feature
  2. Add tests for new functionality
  3. Update documentation as needed
  4. Submit PR with description of changes

Code Style

  • Follow standard Go conventions
  • Use gofmt for formatting
  • Add comments for exported symbols