Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.

branch_details.md 845 B

pirms 2 gadiem
pirms 2 gadiem
pirms 2 gadiem
12345678910111213
  1. ### XhiveERP/Xhive Branching
  2. #### Branch Description
  3. - `develop` Branch: All new feature developments will go in develop branch
  4. - `staging` Branch: This branch serves as a release candidate. Before a week, release team will pull the feature from develop branch to staging branch.
  5. EG: if the feature is in 25 July's milestone then it should go in staging on 19th July.
  6. - `master` Branch: Community release.
  7. - `hotfix` Branch: mainly define for support issues. This will include bugs or any high priority task like security patches.
  8. #### Where to send PR?
  9. - If you are working on a new feature, then PR should point to develop branch
  10. - If you are working on support issue / bug / error report, then PR should point to hotfix brach
  11. - While performing testing on Staging branch, if any fix needed then only send that fix PR to staging.