|
264 | 264 |
|
265 | 265 | <div class="col-xl ml-auto"> |
266 | 266 | <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> |
268 | 269 |
|
269 | 270 | <div class="notices tip" >You need a free GitHub account to collaborate. If you don’t have one yet, you can <a href="https://github.com/join">create it here</a>.</div> |
270 | 271 |
|
271 | 272 | <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 “New issue” 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 “New issue” button on the right. Or just <a href="https://github.com/PrestaShop/PrestaShop/issues/new/choose">click here</a>.</p> |
273 | 274 | <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 “Feature request”, and click on “Get started”</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 “Submit new issue” button when you are done.</p> |
| 275 | +<p>On the next screen, choose “Idea / Feature request”, 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 “Start discussion” button when you are done.</p> |
277 | 278 |
|
278 | 279 | <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> |
279 | 280 |
|
|
0 commit comments