Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 1.13 KB

CONTRIBUTING.md

File metadata and controls

25 lines (18 loc) · 1.13 KB

Contributing

go-streams is an open-source project and welcomes contributions and suggestions.
File an issue to report a bug or discuss a new feature. Open a pull request to propose changes.

Prerequisites

Go 1.18 is the minimum requirement for this project; refer to the Download and Install page for setup.

Contribution flow

  • Fork the repository
  • Configure remote for the fork
  • git checkout -b <your_branch>
  • git add .
  • git commit -m "commit message"
  • git push --set-upstream origin <your_branch>
  • Verify all tests and CI checks pass
  • Create a pull request

Code style