Skip to content

Latest commit

 

History

History
37 lines (22 loc) · 778 Bytes

CONTRIBUTING.md

File metadata and controls

37 lines (22 loc) · 778 Bytes

Contributor's Guide

Everyone is open to create issues.

How to contribute to this project?

Setup

  1. Install/Update Golang to v1.19
  2. Fork the repo
  3. Clone the forked repo
git clone https://github.com/{your-username}/zestream-server

cd zestream-server
  1. Install dependency
go get .

Submitting a Pull Request

  1. Pick an issue from here

  2. Create a branch specific to the issue you are working on.

  3. Open up the project in your favorite text editor, select the file you want to contribute to, and make your changes.

  4. Add and commit your changes using a descriptive commit message.

  5. Push your commits to your GitHub Fork

  6. Submit a pull request.