Skip to content
This repository was archived by the owner on Apr 4, 2025. It is now read-only.

Latest commit

 

History

History
17 lines (11 loc) · 590 Bytes

File metadata and controls

17 lines (11 loc) · 590 Bytes

Contributing

Opening issues

  • The issue title should be clear and concise
  • Properly worded descriptions outlining the desired feature, or the bug you're experiencing and the expected behaviour

Pull requests

  • A concise description of the problem that the pull requests aims to solve, linking issues where possible
  • This repository uses the Conventional Commits format for commit messages

Formatting

  • Format your code with go fmt .
  • Tabs are preferred over spaces
  • Indentations are to be done in increments of 1 tab