Skip to content

Magento Community Backlog

sdzhepa edited this page Dec 5, 2019 · 2 revisions

Overview

The main goal of the Community Dashboard is to reflect and automatically manage Issues statuses and progress related to the magento/magento2 public repository.

The dashboard provides issue support for:

  • Specialists who work on the Issue Confirmation track (it is reproducible and has all required information in the description)
  • Maintainers who are looking for Issues ready and available for development/PR
  • New specialists who just started their journey and looking for clear Issues available for beginners

Dashboard Columns and Issue Logic

The Community Dashboard has several columns. Each column has specific automation logic based on Issue conditions such as labels, assignee, etc. As issues are entered and worked, a non-human user(or bot) moves Issue Cards on the board through the columns. Each column has specific logic to determine where issues go.

Review the following to best understand how to work on Issues.

Ready for QA

All new, submitted Issues will be automatically added to this column. Maintainers working on the Issue Confirmation track work on the issues.

  • Only Community Maintainers can set/remove the label Issue: Confirmed

Ready for Dev

This column contains issues that were Confirmed (label Issue: Confirmed) and ready for development and Pull Request creation. All issues in this column are available and free to claim and work.

Review the issues and feel free to assignee it to you, and start working on it. The issue moves to the Dev in Progress column.

Good First Issue

This column contains Issues that are great for beginners new to Magento or contributing. If you have any questions, join us in #beginners Slack chat (or self join).

Review the issues and feel free to assignee it to you, and start working on it. The issue moves to the Dev in Progress column.

  • Only issues with labels Issue: Confirmed and good first issue are listed here
  • Only Community Maintainers can set/remove label good first issue

Dev in Progress

This column contains Issues that have are assigned to someone. This means the Issue is being worked actively.

PR in Progress

This column contains Issues that have related Pull Requests in an Open state. If you include Issue link(s) in the Pull Request description, the bot automatically assignees the PR author to this issue and moves it to this column.

Done

This column tracks all closed issues.

Additional information

Issues may include a number of labels to track their review and progress, as well as release lines, and more.

For more information on labels used, you may want to review:

Clone this wiki locally