Skip to content

Latest commit

 

History

History
11 lines (10 loc) · 353 Bytes

CONTRIBUTING.md

File metadata and controls

11 lines (10 loc) · 353 Bytes

I want to create a PR.

  1. Create an issue first
  2. Don't use internal package
  3. Don't use generics
  4. Single function better than multiple functions
  5. Single file better than multiple files
  6. Single diretory better than multiple directories
  7. Prefer struct and function to be exported.
  8. Keep it simple, stupid
  9. Create PR on master branch