Skip to content

Commit bb78dff

Browse files
committed
deploy: a68b1d8
1 parent 2e34beb commit bb78dff

File tree

14 files changed

+101
-428
lines changed

14 files changed

+101
-428
lines changed

get-involved/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@
263263
<li><strong><a href="/get-involved/request-features/">Request a feature</a>.</strong> If you have an idea that could help improve the project for everyone.</li>
264264
<li><strong><a href="https://devdocs.prestashop-project.org/8/contribute/contribute-pull-requests/">Submit code changes</a>.</strong> The best way to help move the project forward by improving it yourself!</li>
265265
<li><strong><a href="/maintainers-guide/processes/reviewing-pull-requests/">Review code changes</a>.</strong> To ensure that suggested changes are correct and don&rsquo;t degrade the software&rsquo;s quality.</li>
266-
<li><strong><a href="/project-organization/quality-council/processes/test-pr-and-branches/">Test code changes</a>.</strong> To make sure that a change produces the desired effect and nothing else.</li>
266+
<li><strong><a href="/project-organization/quality-council/processes/pr-management/#how-to-test-a-pr-manually">Test code changes</a>.</strong> To make sure that a change produces the desired effect and nothing else.</li>
267267
<li><strong><a href="https://devdocs.prestashop-project.org/8/contribute/documentation/why/">Improve the documentation</a>.</strong> Help other people understand PrestaShop.</li>
268268
<li><strong><a href="/project-organization/quality-council/processes/issue-management/">Issue gardening</a>.</strong> All newly reported bugs must be reproduced before they can be accepted.</li>
269269
<li><strong><a href="https://crowdin.com/project/prestashop-official">Translation</a>.</strong> Help translate PrestaShop into one (or more) of its 80 available languages.</li>

get-involved/report-issues/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@ <h2 id="creating-an-issue">Creating an issue</h2>
272272
<p>To create your first issue, go to the <a href="https://github.com/PrestaShop/PrestaShop/issues">list of issues</a> and click on the &ldquo;New issue&rdquo; button on the right. Or just <a href="https://github.com/PrestaShop/PrestaShop/issues/new/choose">click here</a>.</p>
273273
<img src="img/github-new-issue.png" alt="Click on the New issue button" class="mx-lg-4" style="max-width: 700px">
274274
<p>On the next screen, choose &ldquo;Bug report&rdquo; and click on &ldquo;Get started&rdquo;</p>
275-
<img src="img/github-select-issue-type.png" alt="Choose Bug report" class="mx-lg-4" style="max-width: 700px">
275+
<img src="img/github-select-issue-type.jpeg" alt="Choose Bug report" class="mx-lg-4" style="max-width: 700px">
276276
<p>Now fill out the form and click the &ldquo;Submit new issue&rdquo; button when you are done.</p>
277277
<h2 id="best-practices-for-writing-an-issue">Best practices for writing an issue</h2>
278278
<p>When writing a bug report, please use these guidelines:</p>
87.6 KB
Loading
-34.4 KB
Binary file not shown.

get-involved/request-features/index.html

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -264,16 +264,17 @@
264264

265265
<div class="col-xl ml-auto">
266266
<div class="content"><h1 id="how-to-use-github-to-suggest-a-feature">How to use GitHub to suggest a feature</h1>
267-
<p>PrestaShop uses GitHub issues to track bugs and feature requests. This is the best place to suggest ideas to improve the software.</p>
267+
<p>PrestaShop uses GitHub issues to track bugs. For feature requests, we use GitHub discussions. This is where you can suggest new features, improvements, or changes to existing features.
268+
All users can also vote for the features they like the most.</p>
268269

269270
<div class="notices tip" >You need a free GitHub account to collaborate. If you don&rsquo;t have one yet, you can <a href="https://github.com/join">create it here</a>.</div>
270271

271272
<h2 id="creating-a-feature-request">Creating a feature request</h2>
272-
<p>To create a feature request, go to the <a href="https://github.com/PrestaShop/PrestaShop/issues">list of issues</a> and click on the &ldquo;New issue&rdquo; button on the right. Or just <a href="https://github.com/PrestaShop/PrestaShop/issues/new/choose">click here</a>.</p>
273+
<p>To create a feature request, you can go to the <a href="https://github.com/PrestaShop/PrestaShop/issues">list of issues</a> and click on the &ldquo;New issue&rdquo; button on the right. Or just <a href="https://github.com/PrestaShop/PrestaShop/issues/new/choose">click here</a>.</p>
273274
<img src="img/github-new-issue.png" alt="Click on the New issue button" class="mx-lg-4" style="max-width: 700px">
274-
<p>On the next screen, choose &ldquo;Feature request&rdquo;, and click on &ldquo;Get started&rdquo;</p>
275-
<img src="img/github-select-issue-type.png" alt="Choose Bug report" class="mx-lg-4" style="max-width: 700px">
276-
<p>Now fill out the form and click the &ldquo;Submit new issue&rdquo; button when you are done.</p>
275+
<p>On the next screen, choose &ldquo;Idea / Feature request&rdquo;, you will be redirected to the form to fill out to create a new discussion.</p>
276+
<img src="img/github-select-issue-type.jpeg" alt="Choose Bug report" class="mx-lg-4" style="max-width: 700px">
277+
<p>Now fill out the form and click the &ldquo;Start discussion&rdquo; button when you are done.</p>
277278

278279
<div class="notices tip" >GitHub provides very good documentation about how to write <a href="https://guides.github.com/features/issues/">issues</a> with its <a href="https://github.github.com/gfm/">flavoured Markdown</a>. It is possible to <a href="https://help.github.com/articles/creating-and-highlighting-code-blocks/">highlight code syntax</a>, <a href="https://help.github.com/articles/file-attachments-on-issues-and-pull-requests/">add pictures</a>, or even to <a href="https://help.github.com/articles/autolinked-references-and-urls/">link issues and pull requests</a>.</div>
279280

index.xml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ Mark the new version as latest Update Assistant can determine whether a newer ve
253253
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
254254

255255
<guid>https://www.prestashop-project.org/maintainers-guide/processes/reviewing-pull-requests/</guid>
256-
<description>.content label { display: inline; border-radius: 2em; font-size: 80%; font-weight: bold; color: #000; padding: .3em .8em; white-space: nowrap} label[type=needs] { background-color: #FBCA00; } label[type=check] { background-color: #B9EC4F; } label[type=branch] { background-color: #6270E9; } label[type=type] { background-color: #D4C5F9; } label[type=category] {} label[type=bcbreak] { background-color: #FF7854; } label[type=keyfeature] { background-color: #FFB33A; } label[type=needsdoc] { background-color: #D93E0B; color: #fff; } label[type=needsupgrade] { background-color: #D93E0B; color: #fff; } label[type=needstheme] { background-color: #D93E0B; color: #fff; } label[type=wip] { background-color: #FF8800; } label[type=e2e] { background-color: #EDEDED; } label[type=migration] { background-color: #00E031; } Reviewing and approving Pull Requests All contributions to the PrestaShop project are subject to review.</description>
256+
<description>.content label { display: inline; border-radius: 2em; font-size: 80%; font-weight: bold; color: #000; padding: .3em .8em; white-space: nowrap} label[type=needs] { background-color: #FBCA00; } label[type=check] { background-color: #B9EC4F; } label[type=branch] { background-color: #6270E9; } label[type=type] { background-color: #D4C5F9; } label[type=category] {} label[type=bcbreak] { background-color: #FF7854; } label[type=keyfeature] { background-color: #FFB33A; } label[type=needsdoc] { background-color: #D93E0B; color: #fff; } label[type=needsupgrade] { background-color: #D93E0B; color: #fff; } label[type=needstheme] { background-color: #D93E0B; color: #fff; } label[type=wip] { background-color: #FF8800; } label[type=e2e], label[type=targetedcontributions] { background-color: #EDEDED; } label[type=migration] { background-color: #00E031; } Reviewing and approving Pull Requests All contributions to the PrestaShop project are subject to review.</description>
257257
</item>
258258

259259
<item>
@@ -382,10 +382,11 @@ Request a new channel Creating a new channel is reserved to the administrators.<
382382
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
383383

384384
<guid>https://www.prestashop-project.org/project-organization/quality-council/processes/test-pr-and-branches/vagrant/</guid>
385-
<description>Using the Vagrant virtual machine We recommend using our virtual machine to quickly get a testing environment in place.
385+
<description>Vagrant repository is no longer updated.
386+
To test the PrestaShop pull requests, we recommend using the Docker environment or local installation.
387+
Using the Vagrant virtual machine We recommend using our virtual machine to quickly get a testing environment in place.
386388
Requirements This is what you need to run this project:
387-
Vagrant VirtualBox If you&amp;rsquo;re using Windows, we recommend you to download Git bash and execute all commands under this shell.
388-
What is installed Debian 10 Buster Git Apache 2.4 Multiple PHP versions (7.1, 7.2, 7.3, 7.4) MariaDB 10 NodeJS Getting started First, you must clone the repository https://github.</description>
389+
Vagrant VirtualBox If you&amp;rsquo;re using Windows, we recommend you to download Git bash and execute all commands under this shell.</description>
389390
</item>
390391

391392
<item>

maintainers-guide/processes/index.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Merge Pull Request Here is the explanation of how you should create your merge p
2323
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
2424

2525
<guid>https://www.prestashop-project.org/maintainers-guide/processes/reviewing-pull-requests/</guid>
26-
<description>.content label { display: inline; border-radius: 2em; font-size: 80%; font-weight: bold; color: #000; padding: .3em .8em; white-space: nowrap} label[type=needs] { background-color: #FBCA00; } label[type=check] { background-color: #B9EC4F; } label[type=branch] { background-color: #6270E9; } label[type=type] { background-color: #D4C5F9; } label[type=category] {} label[type=bcbreak] { background-color: #FF7854; } label[type=keyfeature] { background-color: #FFB33A; } label[type=needsdoc] { background-color: #D93E0B; color: #fff; } label[type=needsupgrade] { background-color: #D93E0B; color: #fff; } label[type=needstheme] { background-color: #D93E0B; color: #fff; } label[type=wip] { background-color: #FF8800; } label[type=e2e] { background-color: #EDEDED; } label[type=migration] { background-color: #00E031; } Reviewing and approving Pull Requests All contributions to the PrestaShop project are subject to review.</description>
26+
<description>.content label { display: inline; border-radius: 2em; font-size: 80%; font-weight: bold; color: #000; padding: .3em .8em; white-space: nowrap} label[type=needs] { background-color: #FBCA00; } label[type=check] { background-color: #B9EC4F; } label[type=branch] { background-color: #6270E9; } label[type=type] { background-color: #D4C5F9; } label[type=category] {} label[type=bcbreak] { background-color: #FF7854; } label[type=keyfeature] { background-color: #FFB33A; } label[type=needsdoc] { background-color: #D93E0B; color: #fff; } label[type=needsupgrade] { background-color: #D93E0B; color: #fff; } label[type=needstheme] { background-color: #D93E0B; color: #fff; } label[type=wip] { background-color: #FF8800; } label[type=e2e], label[type=targetedcontributions] { background-color: #EDEDED; } label[type=migration] { background-color: #00E031; } Reviewing and approving Pull Requests All contributions to the PrestaShop project are subject to review.</description>
2727
</item>
2828

2929
</channel>

0 commit comments

Comments
 (0)