Steps to create issues and branch - Libbna/CUSTOM-CMS GitHub Wiki

How to register a new Issue?

  • Create a new issue for any new feature, bug or clean up, etc.
  • Mention the requirements, technical implementation of that issue and estimate duration required on that issue.
  • Add the labels - ready pr in progress or done.
  • Assign the assignee accordingly, that who will solve this issue.

How to create a new branch for a particular issue?

  • After creating issue, always take a fresh pull from origin master.
  • Create a new branch from the master branch using this command - git checkout -b _branch_name_ .
  • While creating a new branch, follow a proper format - feature/#issueID-issueName OR bugFix/#issueID-issueName OR codeClean/#issueID-issueName.