Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 1.05 KB

CONTRIBUTING.md

File metadata and controls

31 lines (20 loc) · 1.05 KB

Contributing

We welcome contributions from Gophers. By participating in this project, you agree to abide by the Code of Conduct.

When contributing to this repository, please first discuss the change you wish to make via issue, email, or any other method with the owners of this repository before making a change.

Getting Started

To contribute to this project, follow these steps:

  1. Fork and clone the repository on GitHub.
  2. Create a new branch for your changes.
  3. Make your changes and commit them to your branch:
  4. Push your changes.and open a pull request with a clear title and description of your changes.

Guidelines

Code Style

  • Follow the existing code style and conventions.
  • Write clear and concise code with meaningful comments when necessary.
  • Run gofmt or go fmt to format your code before committing.

Testing

  • Write tests for your changes and ensure they pass.
  • Run the existing tests before committing.

Documentation

  • Update the documentation and readme to reflect any changes or additions.