Skip to content

donut-gives/backend

Repository files navigation

Donut Backend

Built in Golang 🚀

Conventions 🤌

  • Branch Naming - braches should be named in snake_case with following tags separated by '/' at the start:
    • feat - indicating a new feature has been implemented in this branch
    • fix - indicating a bug fix implemented or a feature updated with fix
    • ref - indicating a refactor of directories, files, names etc.
    • hot - indicating hotfixes on branches branched from prod. These branches should be merged in prod and main.
  • File Naming - all files should be named in snake_case
  • Dir Naming - all dirs should be named in snake_case
  • Avoid using long names for branch names, file names, class names or public variables

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages