Skip to content

Commit

Permalink
Move paragraph to other article
Browse files Browse the repository at this point in the history
  • Loading branch information
Pablo Borowicz committed Jul 16, 2020
1 parent 14cfe04 commit c9a8a14
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Expand Up @@ -30,7 +30,9 @@ If you have trouble using this flow, you can find out more at [GitHub help](http

While it may seem complex, this flow is the standard way most open source projects use to handle contributions. [This article](https://dev.to/mathieuks/introduction-to-github-fork-workflow-why-is-it-so-complex-3ac8) about the flow can help you understand the reasons for each part of the process.

This flow is a standard process for open source projects to handle contributions but it can look quite complex. [This article](https://dev.to/mathieuks/introduction-to-github-fork-workflow-why-is-it-so-complex-3ac8) about the flow can help you understand the reasons for each part of the process.
{{% notice tip %}}
If you wish to start contributing smoothly, have a look at [issues labelled "good first issue"](https://github.com/PrestaShop/PrestaShop/issues?q=is%3Aissue+is%3Aopen+label%3A%22good+first+issue%22) and pick one to work with. This label lists all beginner-friendly bugs and improvements. Read more about this label on [Build](https://build.prestashop.com/news/a-definition-of-the-good-first-issue-label).
{{% /notice %}}

## In this section

Expand Down
2 changes: 0 additions & 2 deletions src/content/1.7/contribute/contribution-guidelines/_index.md
Expand Up @@ -8,8 +8,6 @@ aliases:

# Contribution guidelines

If you wish to start contributing smootly, have a look at the [good first issues](https://github.com/PrestaShop/PrestaShop/issues?q=is%3Aissue+is%3Aopen+label%3A%22good+first+issue%22) and pick one to work with, this label lists all beginner-friendly improvements and bugs to fix. Read more about this label on [Build](https://build.prestashop.com/news/a-definition-of-the-good-first-issue-label).

Ready to contribute code? Here's what you need to know to get your Pull Request accepted.

The PrestaShop project receives dozens of contributions every week, and every single one of them is reviewed by project maintainers. The review process ensures that only changes that meet a certain quality standard are merged in the codebase.
Expand Down

0 comments on commit c9a8a14

Please sign in to comment.