Skip to content

Commit

Permalink
deploy: f279545
Browse files Browse the repository at this point in the history
  • Loading branch information
M0rgan01 committed Nov 26, 2024
1 parent 752f3e5 commit 247d8da
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion maintainers-guide/summary-github-lifecycle/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
<meta property="og:type" content="article" />
<meta property="og:url" content="https://www.prestashop-project.org/maintainers-guide/summary-github-lifecycle/" /><meta property="article:section" content="maintainers-guide" />

<meta property="article:modified_time" content="2023-09-04T13:08:07+02:00" />
<meta property="article:modified_time" content="2024-11-26T10:59:59+01:00" />



Expand Down Expand Up @@ -300,6 +300,7 @@
<ul>
<li><a href="#is-it-eligible">Is it eligible</a></li>
<li><a href="#about-the-intent">About the intent</a></li>
<li><a href="#needs-autoupgrade-label">Needs autoupgrade label</a></li>
<li><a href="#about-the-code">About the code</a></li>
<li><a href="#testing-the-pull-request">Testing the Pull Request</a></li>
<li><a href="#merging-the-pull-request">Merging the Pull Request</a></li>
Expand Down Expand Up @@ -361,6 +362,9 @@ <h3 id="about-the-intent">About the intent</h3>
</ul>
<p>If one &ldquo;Waiting for &hellip;&rdquo; label has been applied, the team in charge will process the Pull Request and then add a &ldquo;&hellip; approved&rdquo; label. For example if Product team validates the new behavior implemented in a Pull Request, they will remove the &ldquo;Waiting for PM&rdquo; label and add the &ldquo;PM approved&rdquo; label instead.</p>
<p>There are some automated bots running on GitHub that will help maintainers to label the Pull Requests. For example Prestonbot is able to extract the new wordings and add the &ldquo;Waiting for wording&rdquo; label. You can read more about them <a href="https://devdocs.prestashop-project.org/8/contribute/contribution-process/how-pull-requests-are-processed/">here</a>.</p>
<h3 id="needs-autoupgrade-label">Needs autoupgrade label</h3>
<p>If your Pull Request modifies the database structure, adds new configuration fields, or is automatically assigned with the “Needs Autoupgrade PR” label, you must create a corresponding PR for the Autoupgrade module.</p>
<p>For more information on this process, see Contributions to the <a href="https://devdocs.prestashop-project.org/9/contribute/contribution-guidelines/upgrade-module/">Autoupgrade module</a>.</p>
<h3 id="about-the-code">About the code</h3>
<p>If the Pull Request is validated and there are no more &ldquo;Waiting for &hellip;&rdquo; labels, then it awaits a [code review]. Maintainers provide this code review.</p>
<p>A maintainer can choose to</p>
Expand Down
2 changes: 1 addition & 1 deletion sitemap.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<lastmod>2024-05-15T21:56:59+02:00</lastmod>
</url><url>
<loc>https://www.prestashop-project.org/maintainers-guide/summary-github-lifecycle/</loc>
<lastmod>2023-09-04T13:08:07+02:00</lastmod>
<lastmod>2024-11-26T10:59:59+01:00</lastmod>
</url><url>
<loc>https://www.prestashop-project.org/maintainers-guide/processes/release/prestashop/release-publicly/</loc>
<lastmod>2024-01-22T12:05:53+01:00</lastmod>
Expand Down

0 comments on commit 247d8da

Please sign in to comment.