Skip to content

Commit

Permalink
deploy: 8c412b7
Browse files Browse the repository at this point in the history
  • Loading branch information
jolelievre committed Sep 4, 2023
1 parent 46ce80b commit fd6dda5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 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-05-17T11:25:38+02:00" />
<meta property="article:modified_time" content="2023-09-04T13:08:07+02:00" />



Expand Down Expand Up @@ -376,6 +376,7 @@ <h3 id="about-the-code">About the code</h3>
<h3 id="testing-the-pull-request">Testing the Pull Request</h3>
<p>On regular Pull Requests, the QA team is in charge of testing the Pull Request. They will use the &ldquo;How to test&rdquo; part of the Pull Request description to validate the behavior implemented, and also run some more tests to validate there are no regressions.</p>
<p>Some Pull Requests however cannot be tested by QA team, the Developers team might validate them.</p>
<p>PrestaShop project has UI tests. These tests can be executed on each Pull Request thanks to <a href="https://github.com/PrestaShop/ga.tests.ui.pr/"><code>ga.tests.ui.pr</code> tool</a>. Please read the README file of this tool and fill the Pull Request description with the execution URL.</p>
<p>If the Pull Request is tested successfully, the label &ldquo;QA approved&rdquo; is applied. Else, the author is notified about the Issues found by the tests.</p>
<h3 id="merging-the-pull-request">Merging the Pull Request</h3>
<p>Pull Requests that have been validated by QA can be merged. They must also be milestoned, and if they fix an issue, the issue must be labelled, milestoned, and closed.</p>
Expand Down
2 changes: 1 addition & 1 deletion sitemap.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<lastmod>2023-08-07T17:36:13+02:00</lastmod>
</url><url>
<loc>https://www.prestashop-project.org/maintainers-guide/summary-github-lifecycle/</loc>
<lastmod>2023-05-17T11:25:38+02:00</lastmod>
<lastmod>2023-09-04T13:08:07+02:00</lastmod>
</url><url>
<loc>https://www.prestashop-project.org/maintainers-guide/processes/release/prestashop/release-publicly/</loc>
<lastmod>2023-05-25T09:50:54+02:00</lastmod>
Expand Down

0 comments on commit fd6dda5

Please sign in to comment.