PrestaShop Core Monthly - July 2025
An inside look at the PrestaShop codebase
We are back with the July edition of the PrestaShop Core Monthly! 🌞
Dear community,
July has been an exciting month for the PrestaShop project, filled with significant releases, upcoming feature announcements, and continued community engagement. Let’s dive into what made this summer month particularly productive for our project.
PrestaShop 8.2.2 maintenance release
We released PrestaShop 8.2.2 on July 28th, bringing a comprehensive set of bug fixes and improvements to the 8.2.x branch. This patch version includes numerous enhancements across the back office, front office, core, installer, and web services.
As highlighted in our recent communications, PrestaShop 8.2.x has now entered the extended support phase, meaning it will only receive security patches and critical updates going forward. We encourage merchants to start planning their migration to PrestaShop 9 to benefit from the latest features and ongoing improvements.
Read more about this release in the PrestaShop 8.2.2 release notes.
July Live Update: a glimpse into the future
On July 30th, we hosted our July Live Update session, which was packed with exciting announcements and updates. The highlight of the session was the announcement of the One Page Checkout (OPC) feature coming in PrestaShop 9.1. This highly anticipated feature will streamline the checkout experience for customers and provide merchants with a more modern, conversion-optimized solution.
We also covered several other important topics during the session:
- Progress updates on Hummingbird 2 theme development
- Announcement of the upcoming PrestaShop Developer Conference 2025
- Conclusion of our successful Call for Contributions: Hooks campaign
- Introduction of the new Call for Contributions focused on Admin API
You can read more about the Live Update session in our dedicated post and watch the replay on YouTube.
Looking ahead: Admin API call for contributions
Following the success of our hooks-focused call for contributions (which achieved its goal of 10 merged contributions!), we’re preparing to launch a new initiative centered around the Admin API. This represents an exciting opportunity for developers to contribute to one of PrestaShop 9’s most significant new features.
We will be sharing more details about this initiative in the coming days, including how you can get involved and contribute to shaping the future of PrestaShop.
Developer Conference 2025
We’re thrilled to announce that the PrestaShop Developer Conference 2025 is in the works! The call for speakers is now open, and we’re looking forward to bringing together the PrestaShop community for another inspiring event focused on technical innovation and best practices.
If you are an expert in PrestaShop development, have insights to share, or want to showcase your work, we encourage you to submit your proposal. The conference will be a fantastic opportunity to connect with fellow developers, learn from industry leaders, and contribute to the future of PrestaShop.
Read more about the call for speakers and how to participate in the Developer Conference 2025 announcement.
Development highlights: what’s cooking in the codebase
July was a particularly productive month for development across all PrestaShop branches. Here are some key development highlights:
PrestaShop 9.1 features (develop branch) The develop branch saw significant progress on upcoming features for PrestaShop 9.1, with major work on:
- Enhanced discount system: multiple contributions improving cart rules functionality, including new product-specific conditions, combination selection capabilities, and brand-based triggers
- Multi-shipment functionality: a comprehensive set of commands and queries for handling split shipments, including merge, split, and delete operations
- Improved testing coverage: extensive functional tests for cart rules and discount functionality
PrestaShop 9.0.x improvements The 9.0.x branch received important refinements and bug fixes:
- Admin API enhancements: multiple improvements to API pagination, filtering, and error handling
- UI/UX improvements: better styling for notifications, date pickers, and carrier management
- Performance optimizations: enhanced cart performance and image handling improvements
- Developer experience: better error messages and debugging capabilities
Summary
July has shown us the dynamic evolution of the PrestaShop ecosystem, from maintenance releases ensuring stability for current users to exciting new features that will shape the future of ecommerce. The continued enthusiasm and contributions from our community remain the driving force behind these achievements. Stay tuned for more updates as we continue to innovate and improve the PrestaShop platform!
Project releases
-
PrestaShop, PrestaShop 8.2.2 released on 2025-07-28.
-
Best sellers module, v1.0.7 released on 2025-07-18.
-
Products in the same category module, v1.0.8 released on 2025-07-17.
-
Cross-selling module, v2.0.3 released on 2025-07-18.
-
Featured products module, v2.1.6 released on 2025-07-19.
-
New Products module, v1.0.5 released on 2025-07-19.
-
Special offers module, v1.0.3 released on 2025-07-18.
-
Viewed products block module, v1.2.5 released on 2025-07-17.
A quick update about PrestaShop’s GitHub issues and pull requests:
- 82 new issues have been created in the project repositories;
- 106 have been closed, including 2 fixed issues on the core;
- 404 pull requests have been opened in the project repositories;
- 393 pull requests have been closed, including 337 merged pull requests.
Code changes in the ‘develop’ branch
BO / CO
- #38956: PR to add hook on Configuration updateValue. Thank you, @studiokiwik
Back office
- #39130: Add trigger on a brand for discount. Thank you, @nicosomb
- #39103: Discount specific product condition allows selection of combination. Thank you, @jolelievre
- #39093: Create-shipment-tab. Thank you, @M0rgan01
- #39087: Handle new type of Discount product condition based on restricted combinations. Thank you, @jolelievre
- #39055: Add more updateDiscountCommand Tests. Thank you, @tleon
- #39019: feat: add delete shipment product command for multishipment. Thank you, @PoulainMaxime
- #38984: Add get shipment for viewing query. Thank you, @M0rgan01
- #38976: feature: add split shipment command for multishipment. Thank you, @PoulainMaxime
- #38954: feature: Add merge shipment command. Thank you, @PoulainMaxime
- #38933: feat: add list available shipments for product query . Thank you, @PoulainMaxime
- #38916: Add trigger with specific product in discount. Thank you, @nicosomb
- #38911: Add list available carriers query. Thank you, @M0rgan01
- #38889: Add form in BO to apply discount automatically or via promo code. Thank you, @boherm
- #38810: Support for brand named as numbers. Thank you, @borjagarciab
- #38603: fix #38602 Cast $orderMessage[‘message’] as string to prevent fatal error.. Thank you, @josecarlosphp
Core
- #38991: Change default product type to TYPE_STANDARD. Thank you, @Hlavtox
- #38785: Noindex ajax controller. Thank you, @PululuK
Installer
Tests
- #39242: Functional Tests : BO - Cart rules - Actions : Exclude discounted products. Thank you, @Progi1984
- #39234: Functional Tests : BO - Cart rules - Actions : Apply a discount to Selected product(s). Thank you, @Progi1984
- #39224: Functional Tests : BO - Cart rules - Actions : Apply a discount to Cheapest product. Thank you, @Progi1984
- #39215: Functional Tests : Bump @prestashop-core/ui-testing. Thank you, @Progi1984
- #39194: Functional Tests : BO - Cart rules - Actions : Apply a discount to Specific product. Thank you, @Progi1984
- #39173: Functional Tests : Bump @prestashop-core/ui-testing. Thank you, @Progi1984
- #39166: Refactor manufacturer behat tests. Thank you, @jolelievre
- #39132: Functional Tests : BO - Cart rules - Actions : Apply a discount to Order (without shipping). Thank you, @Progi1984
- #39131: Functional Tests : BO - Cart rules - Actions : Apply a discount None. Thank you, @Progi1984
- #39123: Functional Tests : Bump @prestashop-core/ui-testing. Thank you, @Progi1984
- #39121: Functional Tests : BO - Cart rules - Actions : Apply a discount Amount. Thank you, @Progi1984
- #39085: Functional Tests : BO - Cart rules - Actions - Apply a discount percent(%). Thank you, @Progi1984
- #39070: Nightly : Remove 1.7.8. Thank you, @Progi1984
- #39067: Nightly : Remove 1.7.8. Thank you, @Progi1984
Code changes in the ‘9.0.x’ branch
Back office
- #39228: Fix the result of Admin API paginated response. Thank you, @jolelievre
- #39216: Fix: Call to a member function getClassName() on null when the Employee default tab does not exist anymore. Thank you, @Codencode
- #39206: Apply filters mapping on the orderBy query parameter in API listing. Thank you, @jolelievre
- #39193: When enriching the module data always keep most recent version. Thank you, @jolelievre
- #39192: Add product errors. Thank you, @Hlavtox
- #39175: Improve API misconfiguration error. Thank you, @jolelievre
- #39168: Fix RouteValidator by checking unknown keywords in schema URL. Thank you, @cnavarro-prestashop
- #39153: BO Theme import : Fixed bad display when filename is too long. Thank you, @Progi1984
- #39092: fix: harmonize carrier page style. Thank you, @tblivet
- #39084: fix: date picker handle color. Thank you, @tblivet
- #39080: Remove getCasters override not necessary anymore with SF 6.4. Thank you, @jolelievre
- #39078: fix: carrier logo preview size. Thank you, @tblivet
- #39050: Prompt people to migrate to new page. Thank you, @Hlavtox
- #39028: Fix carrier edit form name. Thank you, @Hlavtox
- #39021: Bring back the ability to fill the login fields from the URL query params. Thank you, @Quetzacoalt91
- #38042: Added field “Module name” to admin carrier list. Thank you, @Codencode
Core
- #39180: Bump patch version 9.0.1. Thank you, @jolelievre
- #39167: Comment carrier logic. Thank you, @Hlavtox
- #39141: feat: update hummingbird to v1.0.1. Thank you, @tblivet
- #39129: Use constants instead of integers. Thank you, @Hlavtox
- #39063: Add option to automatically generate text version of emails. Thank you, @Hlavtox
- #39057: Comment the mail class after migration to symfony. Thank you, @Hlavtox
- #39051: Wipe @since tags that serve no value anymore. Thank you, @Hlavtox
- #39006: Verify if category exists before accessing it. Thank you, @Hlavtox
- #38822: Another level of protection for Tools::unSerialize (allowed_classes => false) + refacto. Thank you, @ShaiMagal
Front office
- #39008: Fix customer birthdate validation in FO. Thank you, @boherm
- #38998: Improve cart performance by avoiding wiping a cache when not needed. Thank you, @Hlavtox
Installer
- #39110: Fix installation of en-GB during install, improve installation error report. Thank you, @jolelievre
Tests
- #39172: Functional Tests : Bump @prestashop-core/ui-testing. Thank you, @Progi1984
- #39159: Functional Tests : Bump @prestashop-core/ui-testing. Thank you, @Progi1984
- #39077: Functional Tests : Bump @prestashop-core/ui-testing. Thank you, @Progi1984
- #39064: Functional Tests : Bump @prestashop-core/ui-testing. Thank you, @Progi1984
Code changes in the ‘8.2.x’ branch
Back office
- #39162: Add new hooks: actionOrderHasBeenShipped and actionOrderHasBeenDelivered. Thank you, @Codencode
- #38717: Use v8 documentation in HelperCard. Thank you, @PrestaEdit
- #38549: Fix: Misleading maximum attachment upload size in configure/advanced/administration. Thank you, @Codencode
- #37933: Price final critical error fix. Thank you, @jf-viguier
Core
- #39217: Fix changelog date for 8.2.2. Thank you, @boherm
- #39145: Bump PrestaShop version to 8.2.2. Thank you, @boherm
- #39135: Updated PrestaShop Packages. Thank you, @github-actions
Tests
- #39139: Docker 7.2-apache : Fixed use of archive Debian repo . Thank you, @Progi1984
- #39049: BO : Theme : Export current theme > Protect directories. Thank you, @Progi1984
Code changes in modules, themes and tools
API Resources
- #57: Refacto improve tests. Thank you, @jolelievre
Auto Upgrade module
- #1434: UI tests - Fix xml and zip link of ps 9.0.0. Thank you, @nesrineabdmouleh
- #1431: UI tests - Add xml and zip of PS 900. Thank you, @nesrineabdmouleh
- #1430: UI tests - Fix nightly report name. Thank you, @nesrineabdmouleh
- #1429: Add new hooks: actionOrderHasBeenShipped and actionOrderHasBeenDelivered. Thank you, @Codencode
- #1428: New Crowdin updates. Thank you, @ps-jarvis
- #1427: Add missing hooks for PrestaShop v8.2.2. Thank you, @Quetzacoalt91
- #1426: New Crowdin updates. Thank you, @ps-jarvis
- #1424: New hook at TOP of customer my account section - displayCustomerAccountTop. Thank you, @ShaiMagal
- #1422: Translation catalog update. Thank you, @github-actions
- #1421: UI tests - Delete end version of PS from matrix. Thank you, @nesrineabdmouleh
- #1420: UI tests - Rollback in web version. Thank you, @nesrineabdmouleh
- #1419: Update product rule type enum with new value combinations. Thank you, @jolelievre
- #1418: [FEAT] Add usage of AUTOUPGRADE_DISABLE_AVAILABLE_UPDATE_MODAL variable. Thank you, @ga-devfront
- #1417: Stop using Tools14::file_get_contents that unexpectedly cleans the current PHP buffer in some cases. Thank you, @Quetzacoalt91
- #1390: UI tests - Add first test of upgrade by the new UI. Thank you, @nesrineabdmouleh
Best sellers module
- #38: Bump version to 1.0.7. Thank you, @Hlavtox
- #37: Release 1.0.7. Thank you, @Hlavtox
- #36: Assemble products in bulk to save performance. Thank you, @Hlavtox
Cash on delivery module
Category tree links module
Changes in developer documentation site
- #42: New GTM identifier. Thank you, @kpodemski
- #41: DevDocs site improvements. Thank you, @kpodemski
Changes in developer documentation sources
- #2014: Add sponsor Company. Thank you, @Touxten
- #2012: fix: theses actions was never merged in core. Thank you, @PrestaEdit
- #2010: fix: mobile actions are not handled in v9. Thank you, @PrestaEdit
- #2008: Update docker.md: Update Docker image to PrestaShop 1.7: use prestash…. Thank you, @sessadek
- #2007: v9: build are not available on GitHub. Thank you, @PrestaEdit
- #2006: feat: update doctrine version. Thank you, @PrestaEdit
- #2005: Use v8 links. Thank you, @PrestaEdit
- #2004: Use v9 links. Thank you, @PrestaEdit
- #2003: Remove oldest informations and use v9 links. Thank you, @PrestaEdit
- #2002: feat: add prestashop:api-client command. Thank you, @PrestaEdit
- #1992: Adjustments for PrestaShop 9. Thank you, @kpodemski
Changes in developer documentation theme
- #64: cookie banner gtm. Thank you, @kpodemski
- #63: Improvements to ps-docs-theme. Thank you, @kpodemski
Contact informations module
Cross-selling module
- #49: Bump version to 2.0.3. Thank you, @Hlavtox
- #48: Release 2.0.3. Thank you, @Hlavtox
- #47: Assemble products in bulk to save performance. Thank you, @Hlavtox
Dashboard Products module
- #60: Don’t ignore last day in Top 10 Most Search and most viewed products. Thank you, @jf-viguier
Distribution API
- #65: Prevent updates to 8.2.2. Thank you, @Quetzacoalt91
Distribution API Client
- #55: [wall-of-Fame][qa-feedbacks-v1] - fix #54. Thank you, @mattgoud
- #52: feat: [wall-of-Fame] - [contribute-section] - fix #51 change contribu…. Thank you, @mattgoud
- #50: Add community tab. Thank you, @mattgoud
- #49: Refacto top companies and header kpis. Thank you, @mattgoud
- #47: docs: [Readme] refacto dev requirements. Thank you, @mattgoud
- #46: Split HomeView component, display New contributors and Top companies.. Thank you, @mattgoud
- #42: feat: [wall-of-fame] - create wall of fame vue app. Thank you, @mattgoud
Faceted search module
- #1159: Bump version to 4.0.1. Thank you, @Hlavtox
- #1158: Fix links to maintenance. Thank you, @Hlavtox
- #1156: Provide proper product order on search page. Thank you, @Hlavtox
Featured products module
- #61: Bump version to 2.1.6. Thank you, @Hlavtox
- #60: Release 2.1.6. Thank you, @Hlavtox
- #59: Assemble products in bulk to save performance. Thank you, @Hlavtox
Fixtures Creator
Google Sitemap module
- #187: Sitemaps ping endpoint is going away. Thank you, @Touxten
- #186: Add Sponsors Compagny. Thank you, @Touxten
- #185: Fix Workflow use actions/cache@v4 instead of V1 or V2. Thank you, @Touxten
Hummingbird theme
- #735: [IMPROVEMENTS] Remove unused package and move package from dep to devdep. Thank you, @ga-devfront
- #730: add * for mandatory field. Thank you, @MonsieurRb
New Products module
- #31: Bump version to 1.0.5. Thank you, @Hlavtox
- #30: Release 1.0.5. Thank you, @Hlavtox
- #29: Assemble products in bulk to save performance. Thank you, @Hlavtox
PrestaShop contributors website
- #179: Release 2025-07-18. Thank you, @Progi1984
- #177:
traces:generate:newcontributors
: Update the config command. Thank you, @Progi1984 - #176: Release 2025-07-16. Thank you, @Progi1984
- #175: Use new command to generate new contributors. Thank you, @jolelievre
- #174: CI : Fixed use of config for traces:generate:topcompanies. Thank you, @Progi1984
- #173: CI : Fixed use of config for traces:fetch:pullrequests:merged. Thank you, @Progi1984
- #172: Release 2025-07-07. Thank you, @Progi1984
- #171:
traces
: Generate newcontributors.json. Thank you, @Progi1984 - #169: Bump to Node 20. Thank you, @Progi1984
- #168: Release 2025-07-02 (4). Thank you, @Progi1984
- #167:
traces
: Generate topcompanies.json. Thank you, @Progi1984 - #166: Fixed URL in categorie Vue. Thank you, @Progi1984
- #161: Release 2025-07-02 (3). Thank you, @Progi1984
- #159: Github Action Pages : Fixed path file to move. Thank you, @Progi1984
- #158: Release 2025-07-02 (2). Thank you, @Progi1984
- #157: Github Action Pages : Fixed config file path. Thank you, @Progi1984
- #149: feat: welcome PrestaShop 9. Thank you, @PrestaEdit
- #148: Release 2025-07-02. Thank you, @Progi1984
- #147: Github Action Pages : Fixed option. Thank you, @Progi1984
- #146: Release 2025-07-02. Thank you, @Progi1984
- #145: Github Action Pages : Fixed working directory. Thank you, @Progi1984
- #144: Release 2025-07-01. Thank you, @Progi1984
- #143: Use the new version of Traces. Thank you, @Progi1984
- #142: feat: introduce blog & tests categories. Thank you, @PrestaEdit
- #141: Update organization members. Thank you, @PrestaEdit
Products in the same category module
- #45: Fix version number on master branch. Thank you, @Hlavtox
- #44: Bump version to 1.0.8. Thank you, @Hlavtox
- #43: Release 1.0.8. Thank you, @Hlavtox
- #42: Assemble products in bulk to save performance. Thank you, @Hlavtox
Special offers module
- #21: Bump version to 1.0.3. Thank you, @Hlavtox
- #20: Release 1.0.3. Thank you, @Hlavtox
- #19: Assemble products in bulk to save performance. Thank you, @Hlavtox
The PrestaShop open source project
- #296: Fix img in folder. Thank you, @Touxten
- #295: Publish page ‘Sharing third-party distributions’. Thank you, @matks
- #293: Update people-and-roles 02/07/2025. Thank you, @matks
Traces
- #98: Add 202-ecommerce employees. Thank you, @clotairer
- #97: Added former/contractants PrestaShop SA employees (Batch 2). Thank you, @Progi1984
- #96: Add VersusVenture (BusinessTech / PrestaModule) to companies.json. Thank you, @hadjedjvincent
- #95: Add Contributors. Thank you, @Touxten
- #94: feat: add PrestaEdit. Thank you, @PrestaEdit
- #92: Added former/contractants PrestaShop SA employees (Batch 1). Thank you, @Progi1984
- #91: Add tleon to eployees. Thank you, @tleon
- #90: here we go. Thank you, @pablopolyte
- #88: Github Actions : Validate JSON. Thank you, @Progi1984
- #87: Add FoP members. Thank you, @Touxten
- #85: Export community data with companies. Thank you, @jolelievre
- #84: Add FoP avatar. Thank you, @Touxten
- #83: Addition to companies.json. Thank you, @intraordinaire
- #82: Chore: adding myself to PS employees. Thank you, @djodjo3
- #80: fix: malformed JSON. Thank you, @PrestaEdit
- #79: Add logos to companies. Thank you, @Hlavtox
- #78: Add tblivet to employee. Thank you, @tblivet
- #77: Update companies.json to add myself. Thank you, @SD1982
- #76: Add Matt75 to companies.json. Thank you, @Matt75
- #75: Add myself to employees. Thank you, @kpodemski
- #74: Update companies.json with my name and start date. Thank you, @coffrep
- #73: Add M0rgan01 in companies.json. Thank you, @M0rgan01
- #72: Edit my first date at prestashop. Thank you, @nesrineabdmouleh
- #71: Add ShaiMagal to OpenServis. Thank you, @Hlavtox
- #70: Add Hlavtox to Trendo employees. Thank you, @Hlavtox
- #69: Add micka-fdz to Creabilis employees. Thank you, @micka-fdz
- #68: Add each company contribution percent. Thank you, @jolelievre
- #67: Added florine2623 to companies.json. Thank you, @florine2623
- #66: Added missing sponsors companies. Thank you, @Progi1984
- #65: Add nicosomb starting date. Thank you, @nicosomb
- #64: Add nesrineabdmouleh to the employees list. Thank you, @nesrineabdmouleh
- #63: Add boherm in companies.json. Thank you, @boherm
- #62: Add Quetzacoalt91 to the list. Thank you, @Quetzacoalt91
- #61: Add creabilis employees to companies.json. Thank you, @LaBisquerie
- #60: Add matthieu rolland employee. Thank you, @matthieu-rolland
- #59: Add creabilis logo. Thank you, @jf-viguier
- #58: Add creabilis employees to companies.json. Thank you, @jf-viguier
- #57: Add matks to companies.json. Thank you, @matks
- #55: Improve top companies. Thank you, @jolelievre
- #54: Improve new contributors. Thank you, @jolelievre
- #53: Update
company_aliases.json
. Thank you, @Progi1984 - #52: Generate
newcontributors.json
file. Thank you, @Progi1984 - #50: feat: use configuration file to get bots username. Thank you, @PrestaEdit
- #49: Added command
traces:fetch:pullrequests:merged
&traces:generate:topcompanies
. Thank you, @Progi1984 - #48: feat: update each categories and introduce tests & blog. Thank you, @PrestaEdit
- #44: Added Github Actions (PHPCSFixer & PHPStan & Dependabot). Thank you, @Progi1984
- #43: Migration to Symfony 7.4 (Console & PHP 8.4). Thank you, @Progi1984
UI Testing Library
- #654:
foClassicCartPage
: Added method isProductGift. Thank you, @Progi1984 - #653: Autoupgrade module - Fix select local archive. Thank you, @nesrineabdmouleh
- #652:
foClassicCartPage
: Added error message. Thank you, @Progi1984 - #651:
boCartRulesCreatePage
: Manage cartRule selection for multple products. Thank you, @Progi1984 - #650:
foClassicCart
: Added method getSubtotalProductsValue. Thank you, @Progi1984 - #643:
FakerCartRule
: New setter & getter. Thank you, @Progi1984 - #642:
check:data:modules
: Fixed replacement. Thank you, @Progi1984 - #635:
dataModules
: Bump ps_newproducts. Thank you, @Progi1984 - #633:
CartRules
page : Improved some methods. Thank you, @Progi1984 - #627: Autoupgrade module - Add methods for rollback. Thank you, @nesrineabdmouleh
- #626:
CartRules
page : Improved some methods. Thank you, @Progi1984 - #619: Fix feature flag page title. Thank you, @Progi1984
- #618: Revert “Fix feature flag page title”. Thank you, @Progi1984
- #617: Fix expected string in page name. Thank you, @Hlavtox
Viewed products block module
- #39: Release 1.2.5. Thank you, @Hlavtox
- #38: Assemble products in bulk to save performance. Thank you, @Hlavtox
Thank you to the contributors whose pull requests were merged since the last Core Monthly Report: @Codencode, @Hlavtox, @LaBisquerie, @M0rgan01, @Matt75, @MonsieurRb, @PoulainMaxime, @PrestaEdit, @Progi1984, @PululuK, @Quetzacoalt91, @SD1982, @ShaiMagal, @Touxten, @b44x, @boherm, @borjagarciab, @clotairer, @cnavarro-prestashop, @coffrep, @djodjo3, @florine2623, @ga-devfront, @github-actions, @hadjedjvincent, @intraordinaire, @jf-viguier, @jolelievre, @josecarlosphp, @kpodemski, @matks, @mattgoud, @matthieu-rolland, @micka-fdz, @nesrineabdmouleh, @nicosomb, @pablopolyte, @ps-jarvis, @sessadek, @studiokiwik, @tblivet, @tleon!
Thank you to the contributors whose PRs haven’t been merged yet! And of course, a big thank you to all those who contribute with issues and comments on GitHub!
Coding is only just one of the ways you can contribute. Here are some ideas on how you can get involved in the project.
If you need help with contributing or have questions about it, feel free to contact me, @kpodemski, on the project’s Slack.
Happy contributin’ everyone!