Video není dostupné.
Omlouváme se.

Skills Upgrade #8

Sdílet
Vložit
  • čas přidán 23. 04. 2024
  • Welcome back to “Skills Upgrade” a Talking Drupal mini-series following the journey of a D7 developer learning D10. This is episode 8.
    Show notes - www.TalkingDrupal.com/skills-upgrade-8

Komentáře • 1

  • @EmircanErkul-fu3gd
    @EmircanErkul-fu3gd Před 2 měsíci

    15:00 When i need to work on some issue branch i work on issue branch and do not fork any main repo because i do not need.
    The flow when i want to contribute is
    - create issue
    - in issue there is a button to easily create issue repo and get access
    - add issue repo to my folder and checkout version tag that match my website
    - create issue branch push all my changes
    - create mr/pr to main repo's corresponding tag. like 3.x or 4.x etc.