Thank you for considering contributing to Go Microservice with Chi Router and Redis! Contributions are welcome and appreciated. Please take a moment to review the following guidelines.
Please review and adhere to our Code of Conduct to ensure a welcoming and inclusive environment.
If you encounter a bug in the project, please open an issue on the GitHub repository and provide detailed information about the bug, including steps to reproduce it.
If you have an idea for an enhancement or feature, feel free to open an issue on the GitHub repository to discuss it. We welcome suggestions and feedback.
We welcome pull requests from contributors! Here's how you can contribute with a pull request:
- Fork the repository and create a new branch from the
main
branch. - Make your changes in the new branch, following the project's coding conventions and style guidelines.
- Test your changes thoroughly to ensure they work as expected.
- Submit a pull request, providing a clear description of the changes you've made and the problem they address.
If you're interested in contributing to the project's development, you'll need to set up a development environment. Here are the steps to get started:
- Clone the repository:
git clone https://github.com/Abiji-2020/go-microservice.git
- Navigate to the project directory:
cd go-microservice
- Install any dependencies required for development:
go mod tidy
- Start the development server:
go run .
Please ensure that your code follows the project's coding conventions and style guidelines. Consistent code style makes the codebase more readable and maintainable for everyone.
By contributing to this project, you agree that your contributions will be licensed under the project's LICENSE file.
If you have any questions or need further assistance, feel free to contact the project maintainer Abiji via GitHub.
Thank you for contributing to Go Microservice with Chi Router and Redis!