First off, thank you for considering contributing to GoCache! It's people like you that make GoCache such a great tool.
- Fork the repository on GitHub.
- Clone your fork to your local machine:
git clone https://github.com/openframebox/gocache.git - Create a new branch for your changes:
git checkout -b my-new-feature
- 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.
- Commit your changes:
git commit -am 'Add some feature' - Push to your fork:
git push origin my-new-feature - 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.
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.