Skip to content

Latest commit

 

History

History
47 lines (32 loc) · 3.08 KB

CONTRIBUTING.md

File metadata and controls

47 lines (32 loc) · 3.08 KB

Contributing to PrestaShop

PrestaShop is an open-source e-commerce solution. Everyone is welcome and even encouraged to contribute with their own improvements.

PrestaShop 1.6 is written mostly in PHP. Other languages used throughout are JavaScript, HTML, CSS, the Smarty templating language, SQL, and XML.

To contribute to the project, you should ideally be familiar with Git, the source code management system that PrestaShop uses, with the official repository being hosted on Github:

Contributors should follow the following process:

  1. Create your Github account.
  2. Fork the project.
  3. Create a branch in your fork for your changes.
  4. Change the files on your branch. Be sure to follow the coding standards.
  5. Push your branch to your Github account.
  6. Create a pull request for your changes on the PrestaShop project. Be sure to follow the commit message norm in your pull request. If you need help to make a pull request, read the Github help page about creating pull requests.
  7. Wait for one of the core developers either to include your change in the codebase, or to comment on possible improvements you should make to your code.

That's it: you have contributed to this open source project! Congratulations!

The PrestaShop documentation features a thorough explanation of the complete process to your first pull request.

If you don't feel comfortable forking the project or using Git, you can also either:

  • Edit a file directly within Github: browse to the target file, click the "Edit" button, make your changes in the editor then click on "Propose File Change". Github will automatically create a new fork and branch on your own Github account, then suggest to create a pull request to PrestaShop. Once the pull request is submitted, you just have to wait for a core developer to answer you.
  • Submit an issue using the Forge: PrestaShop Forge is the official ticket-tracker for PrestaShop, and the best place to write a ticket or request an improvement, while not having to be a developer at all. You will need to create an account on the Forge: follow these instructions, then wait for a core developer to answer you.

Thank you for your help in making PrestaShop even better!

About licenses