Skip to content

HassanSardar1/prestashop-contribution-starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

PrestaShop Contribution Starter

A practical starter guide for developers who want to contribute their first useful fix to PrestaShop.

Why this repo exists

Open-source contribution is easier when you start with:

  • a reproducible bug
  • a small focused patch
  • clear testing steps for maintainers

Quick start

  1. Fork PrestaShop/PrestaShop.
  2. Branch from develop.
  3. Open or find an issue with reproduction steps.
  4. Keep the diff small.
  5. Open a PR with the PrestaShop template completed.

Good first bug patterns

Symptom Typical area Tip
Wrong stock on product page Product::getQuantity(), Cart Check unpersisted cart (id_cart = 0)
Stale image on order page Image::deleteCover(), product_mini_* cache Invalidate attribute-suffixed temp thumbnails
Upgrade blocked on shared hosting autoupgrade / symlink Patch upgrades differ from major upgrades

PR quality checklist

  • Issue linked (Fixes #12345)
  • Manual test steps included
  • No unrelated refactors
  • BC break / deprecation fields answered honestly

Discussions

Use GitHub Discussions in this repo for help scoping a first contribution.

License

MIT — documentation only.

About

Practical checklist and notes for your first PrestaShop open-source contribution

Topics

Resources

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors