Skip to content

uni-dev-lab/uniplan-web

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Branch and Issue Naming Convention

Branch Naming Convention

Use the following format:

<type>/<issue-number>-<issue-name>

Examples

enhancement/123-user-registration
bug/456-login-error
refactor/789-auth-service

Issue Naming Convention

Use the following format:

<Type>: <short-description>

Examples

Feature: Add user registration page

Bug: Fix login validation

Refactor: Simplify authentication service

Enhancement: Improve search performance

General Rules

  • Use lowercase letters only for branch names.
  • Use hyphens (-) instead of spaces.
  • Keep descriptions short and meaningful.
  • One issue should represent one task.
  • Every branch must be linked to an issue.
  • Include the issue number in the branch name.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors