Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 1.15 KB

CONTRIBUTING.md

File metadata and controls

26 lines (19 loc) · 1.15 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.21 is the minimum requirement for the core module; see the Download and Install page for setup instructions.

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