Skip to content

Instantly share code, notes, and snippets.

View ripanioan's full-sized avatar

Ioan Rîpan ripanioan

  • Romania
View GitHub Profile
@ripanioan
ripanioan / git_naming_conventions.md
Last active March 30, 2021 12:08
Git naming conventions

Git Naming Convention

1. Branch Naming

Must:

  • Include corresponding issue / ticket / story id
  • Use Hyphens for separating words

Suggested Format:

@ripanioan
ripanioan / csharp_coding_standards.md
Created February 2, 2021 10:16
C# coding standards, conventions, and guidelines