Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 132 Bytes

CONTRIBUTING.md

File metadata and controls

5 lines (3 loc) · 132 Bytes

Contributing

Pre-commit checklist

  • Make sure you have not used cobra.CheckErr. Use if err != nil { exit(err) } instead.