Themes team meeting notes for September 10, 2024

The meeting notes are from the themes team discussion.

Attendees:

  1. @bijayyadav
  2. @dballari
  3. @arambdev
  4. @poena
  5. @davidperez
  6. @glgeorgiou
  7. @shivashankerbhatta
  8. @francgrasso
  9. @mmaattiiaass
  10. @presskopp

1. Weekly updates

In the past 7 days,

  • 570 tickets were opened
  • 578 tickets were closed
    • 561 tickets were made live.
      • 44 new Themes were made live.
      • 517 Theme updates were made live.
      • 4 more were approved but are waiting to be made live.
    • 17 tickets were not approved.
    • 0 tickets were closed-newer-version-uploaded.

Note: These stats include both the new theme tickets and updated theme tickets as well.

Thank you for reviewing themes this week @acosmin@kafleg@fahimmurshed@vowelweb@rinkuyadav999@shivashankerbhatta.

BlockBlock Block is the abstract term used to describe units of markup that, composed together, form the content or layout of a webpage using the WordPress editor. The idea combines concepts of what in the past may have achieved with shortcodes, custom HTML, and embed discovery into a single consistent API and user experience. Themes:

  • 25 Block themes are currently being reviewed
  • 17 The Block theme has been live for the last 7 days

2. Update 4 letters for min prefix length

PluginPlugin A plugin is a piece of software containing a group of functions that can be added to a WordPress website. They can extend functionality or add new features to your WordPress websites. WordPress plugins are written in the PHP programming language and integrate seamlessly with WordPress. These can be free in the WordPress.org Plugin Directory https://wordpress.org/plugins/ or can be cost-based plugin from a third-party review team decided for several reason to increase the Prefix All Globals to 4 characters. You can also join the discussion in the GitHub if you want to add any input.

Also, you can join the discussion for changing in WordPress coding standards. @davidperez said that it will be merged to 3.2.0.

To make the consistency in themes and plugins, we need to make the guidelines for 4 characters prefixing. Comment down below if you have any other thoughts. Personally, I think that it is good to have 4 letters prefixing. We can set the standard for the prefixing.

3. Twenty Twenty-Five theme development

During the meeting @poena shared the status of the theme development. She said, “the work has started on almost all patterns, and the leads are reviewing the pull requests as fast as we can”.

If you want to contribute, here is the GitHubGitHub GitHub is a website that offers online implementation of git repositories that can easily be shared, copied and modified by other developers. Public repositories are free to host, private repositories require a paid subscription. GitHub introduced the concept of the ‘pull request’ where code changes done in branches by contributors can be reviewed and discussed before being merged be the repository owner. https://github.com/ link.

4. WordCampWordCamp WordCamps are casual, locally-organized conferences covering everything related to WordPress. They're one of the places where the WordPress community comes together to teach one another what they’ve learned throughout the year and share the joy. Learn more. US 2024

If you are attending WordCamp US 2024 on this September 17–20 at Oregon Convention Center, don’t miss to attend themes table during the contributor day. Here is the entire schedule for the event.

5. Open Floor

There are 2 PRs in the theme check plugin to test. @mmaattiiaass shared the PR link during the meeting and he is looking help for reviewing this PR and merged.

@davidperez shared project from the Plugin Review Team and Performance Lab and more coming in the Plugin Check.

#meeting, #meeting-notes, #themes-team

X-post: Default Theme Chat Agenda: September 11, 2024

X-comment from +make.wordpress.org/core: Comment on Default Theme Chat Agenda: September 11, 2024

Themes team meeting agenda for September 10, 2024

The Themes Team holds meetings on the second and fourth Tuesdays every month. For this month, the first meeting is set to take place on September 10.

Meeting Details:

(You need WordPress SlackSlack Slack is a Collaborative Group Chat Platform https://slack.com/. The WordPress community has its own Slack Channel at https://make.wordpress.org/chat/. and you need an account to participate. View here how to make a WordPress Slack account.)

Alongside the scheduled agendas, we dedicate time at the end of each meeting for an open floor session, where you are invited to ask questions or share any themes-related updates.

We strongly encourage all members and anyone interested in the themes to join in. If there are specific topics you’d like to see included in the agenda, please don’t hesitate to add them in the comment section below.

Meeting Agendas

  1. Weekly updates
  2. Update 4 letters for min prefix length
  3. Twenty Twenty-Five theme development
  4. WordCampWordCamp WordCamps are casual, locally-organized conferences covering everything related to WordPress. They're one of the places where the WordPress community comes together to teach one another what they’ve learned throughout the year and share the joy. Learn more. US 2024
  5. Open Floor

I am looking forward to seeing you at the meeting!

#agenda, #meeting, #themes-team

X-post: Upcoming Security Changes for Plugin and Theme Authors on WordPress.org

X-post from +make.wordpress.org/plugins: Upcoming Security Changes for Plugin and Theme Authors on WordPress.org

Themes team meeting notes for August 27, 2024

The meeting notes are from the themes team discussion.

Attendees:

  1. @bijayyadav
  2. @nejwrks
  3. @ohidul
  4. @rinkuyadav999
  5. @greenshady
  6. @fahimmurshed

1. Weekly updates

In the past 7 days,

  • 661 tickets were opened
  • 678 tickets were closed
    • 663 tickets were made live.
      • 54 new Themes were made live.
      • 609 Theme updates were made live.
      • 1 more were approved but are waiting to be made live.
    • 15 tickets were not approved.
    • 0 tickets were closed-newer-version-uploaded.

Note: These stats include both the new theme tickets and updated theme tickets as well.

Thank you @acosmin@vowelweb@fahimmurshed, @rinkuyadav999 for reviewing themes this week.

BlockBlock Block is the abstract term used to describe units of markup that, composed together, form the content or layout of a webpage using the WordPress editor. The idea combines concepts of what in the past may have achieved with shortcodes, custom HTML, and embed discovery into a single consistent API and user experience. Themes:

  • 17 The Block theme has been live for the last 7 days.
  • We’ve 902 block themes in the repository now.

I would like to request everyone to learn block themes development and submit in org. With the use of Create Block theme pluginPlugin A plugin is a piece of software containing a group of functions that can be added to a WordPress website. They can extend functionality or add new features to your WordPress websites. WordPress plugins are written in the PHP programming language and integrate seamlessly with WordPress. These can be free in the WordPress.org Plugin Directory https://wordpress.org/plugins/ or can be cost-based plugin from a third-party, it is super easy.

2. Twenty Twenty-Five theme development

New default theme Twenty Twenty-Five which is going to be included in WordPress 6.7 is under development. Theme development is lead by @poena and @juanfra.

If you are not sure how to get started contributing, you can read the information in the GithubGitHub GitHub is a website that offers online implementation of git repositories that can easily be shared, copied and modified by other developers. Public repositories are free to host, private repositories require a paid subscription. GitHub introduced the concept of the ‘pull request’ where code changes done in branches by contributors can be reviewed and discussed before being merged be the repository owner. https://github.com/ repo and try it. Otherwise, you can also join #core-themes channel and ask questions.

You can contribute by the following ways,

  • Testing PRs
  •  Finding Bugs/Issues
  •  Make Patterns or Templates, etc

You can go with the issues and read them and see if you can help. Or you can help by testing PR. (the easiest one to contribute).

@kafleg said that if anyone needs help, you can pingPing The act of sending a very small amount of data to an end point. Ping is used in computer science to illicit a response from a target server to test it’s connection. Ping is also a term used by Slack users to @ someone or send them a direct message (DM). Users might say something along the lines of “Ping me when the meeting starts.” him.

3. Community themes development

To keep learning and making more block themes, we also have community themes initiative. You can also be a part of it and contribute. Themes developed from this will be submitted in WordPress.org and will be available for everyone.

Like TT5 theme, you can also contribute in the similar approach.

There was nothing to discuss in the open floor.

#meeting-notes, #themes-team