Thank you for your interest in the Intershop PWA project.
We look forward for any kind of contribution.
We have adopted the Contributor Covenants Code of Conduct and we expect project participants to adhere to it. Please read and follow our Code of Conduct.
You can contribute to the project without being a software developer. You can help by improving the documentation or analyzing the nature of an issue.
You have feedback? Please send it to pwa@intershop.de
When you contribute please be aware that your contribution is covered by the same license as the whole project. In order to contribute you must apply to the Contributor License Agreement. If you are an employee of a company we also need the approval from your company that you are authorized to do so. This is mainly to protect you as an employee.
Please note that you do not have to do this right now but only once you want to submit your first pull request.
Please print the contributor license agreement and send it to pwa@intershop.de.
If you have any questions feel free to also send them to this email address.
develop
branch for your editsIn general we comply with the rules and formats of Conventional Commits.
We added the commit message linter commitlint to the project to check whether commit messages are correctly formatted.
With commitizen there is also a wizard available to help you fill out all required information when committing.
Install with npm install commitizen -g
. Afterwards you can use it by calling git cz
when you want to commit something.
There is also a VSCode extension for commitizen available.