Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a reworked dedicated page for "how to create a PR" #471

Merged
merged 2 commits into from
Mar 16, 2020

Conversation

matks
Copy link
Contributor

@matks matks commented Feb 27, 2020

No description provided.

If you do not know how to do it, you can read [GitHub documentation](https://help.github.com/articles/creating-a-pull-request/).

If you find this process quite complex, the following materials can help you (on dev.to):
- [The SIMPLEST way to make a pull request](https://dev.to/lukegarrigan/the-simplest-way-to-make-a-pull-request-2h61)
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I added 2 helpful links


Once your changes sound good and tests pass on your local computer, it's time to publish your work online and make a pull request.
See [next page]({{</* ref "1.7/contribute/create-pull-request.md" */>}})
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What's up with the /* ... */ ?


# Publish your contribution on GitHub

Once your changes sound good and tests pass on your local computer, you can submit these changes as a Pull Request on GitHub in order to contribute to the opensource project.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
Once your changes sound good and tests pass on your local computer, you can submit these changes as a Pull Request on GitHub in order to contribute to the opensource project.
Once your changes sound good and tests pass on your local computer, you can contribute to the open source project by submitting these changes as a Pull Request on GitHub.

git push origin add-emoticons-support
```

> You will need to use your GitHub credentials.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
> You will need to use your GitHub credentials.
{{% notice note %}}
You will need to use your GitHub credentials.
{{% /notice %}}

Comment on lines 18 to 20
Now you can create your Pull Request on GitHub.

If you do not know how to do it, you can read [GitHub documentation](https://help.github.com/articles/creating-a-pull-request/).
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
Now you can create your Pull Request on GitHub.
If you do not know how to do it, you can read [GitHub documentation](https://help.github.com/articles/creating-a-pull-request/).
Now you can create your Pull Request on GitHub. If you don't know how to do it, you can read [GitHub documentation](https://help.github.com/articles/creating-a-pull-request/).


If you do not know how to do it, you can read [GitHub documentation](https://help.github.com/articles/creating-a-pull-request/).

If you find this process quite complex, the following materials can help you (on dev.to):
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
If you find this process quite complex, the following materials can help you (on dev.to):
If you find this process quite complex, the following articles can help you:

I don't think it's useful to cite the source if you're linking to it.

- [The SIMPLEST way to make a pull request](https://dev.to/lukegarrigan/the-simplest-way-to-make-a-pull-request-2h61)
- [The github workflow explained](https://dev.to/mathieuks/introduction-to-github-fork-workflow-why-is-it-so-complex-3ac8)

> Do not forget to complete the contribution table, this is really important for the Core Team to really understand what is the value of your contribution.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe link to the contribution guidelines instead?

Comment on lines 31 to 32
PrestaShop Core is a really active project with more than 30 contributions accepted per week, so your copy will become outdated
really fast. To make your own copy up to date with the original project, only a few commands are required:
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
PrestaShop Core is a really active project with more than 30 contributions accepted per week, so your copy will become outdated
really fast. To make your own copy up to date with the original project, only a few commands are required:
PrestaShop Core is a really active project with more than 30 contributions accepted per week, so your fork will become outdated really fast. To make your own copy up to date with the original project, only a few commands are required:

PrestaShop Core is a really active project with more than 30 contributions accepted per week, so your copy will become outdated
really fast. To make your own copy up to date with the original project, only a few commands are required:

> You need to execute these commands at the root of your copy/fork.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
> You need to execute these commands at the root of your copy/fork.
{{% notice note %}}
You need to execute these commands at the root of your copy/fork.
{{% /notice %}}

@matks
Copy link
Contributor Author

matks commented Mar 16, 2020

Applied @eternoendless feedbacks in bfba62f

@matks matks merged commit 91add27 into PrestaShop:master Mar 16, 2020
@matks matks deleted the more-pr branch March 16, 2020 12:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants