Everyone is open to create issues.
- Install/Update Golang to v1.19
- Fork the repo
- Clone the forked repo
git clone https://github.com/{your-username}/zestream-server
cd zestream-server
- Install dependency
go get .
-
Pick an issue from here
-
Create a branch specific to the issue you are working on.
-
Open up the project in your favorite text editor, select the file you want to contribute to, and make your changes.
-
Add and commit your changes using a descriptive commit message.
-
Push your commits to your GitHub Fork
-
Submit a pull request.