У нас вы можете посмотреть бесплатно How to work on a LocalGov Drupal issue on drupal.org или скачать в максимальном доступном качестве, видео которое было загружено на ютуб. Для загрузки выберите вариант из формы ниже:
Если кнопки скачивания не
загрузились
НАЖМИТЕ ЗДЕСЬ или обновите страницу
Если возникают проблемы со скачиванием видео, пожалуйста напишите в поддержку по адресу внизу
страницы.
Спасибо за использование сервиса ClipSaver.ru
Learn how to contribute to LocalGov Drupal by working on issues through Drupal.org's issue queue and GitLab workflow. This tutorial walks you through the complete process of selecting, forking, modifying, and submitting code changes for review. What You'll Learn: Navigating the Drupal.org issue queue for LocalGov Drupal projects Creating an issue fork on GitLab Setting up your local development environment (using Lando) Checking out issue branches locally using Git commands Making code changes and committing them Pushing changes and creating merge requests Understanding the review process and issue statuses Setting up SSH keys for GitLab authentication Key Steps Covered: Selecting an issue from the queue Creating an issue fork directly from Drupal.org Using the provided Git commands to fetch and checkout the issue branch Making your code changes locally Committing and pushing changes to the issue fork Creating a merge request on GitLab Monitoring automated tests and pipelines Changing issue status to "Needs Review" Assigning reviewers and using the LocalGov Analytics dashboard Prerequisites: SSH keys configured in your Drupal.org GitLab account Local development environment (Lando, DDEV, or similar) Basic Git knowledge Composer installed This demonstration uses a simple example of enabling Drupal 11 testing in the GitLab CI configuration, making it perfect for first-time contributors to understand the workflow. Credits: Tutorial presented by Stephen Cox from Agile Collective