Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 1.21 KB

File metadata and controls

26 lines (16 loc) · 1.21 KB

Contributing to GoCache

First off, thank you for considering contributing to GoCache! It's people like you that make GoCache such a great tool.

Getting Started

  1. Fork the repository on GitHub.
  2. Clone your fork to your local machine: git clone https://github.com/openframebox/gocache.git
  3. Create a new branch for your changes: git checkout -b my-new-feature

Making Changes

  • Code Style: Please follow the existing code style. We use the standard Go formatting tools (gofmt).
  • Tests: Please ensure that your changes are covered by tests. You can run the tests with the go test -v ./... command.

Submitting Changes

  1. Commit your changes: git commit -am 'Add some feature'
  2. Push to your fork: git push origin my-new-feature
  3. Create a new Pull Request on GitHub.

Please provide a clear and descriptive title and description for your pull request. Explain the problem you're solving and the changes you've made.

Code of Conduct

This project and everyone participating in it is governed by the GoCache Code of Conduct. By participating, you are expected to uphold this code. Please report unacceptable behavior to the project maintainers.