File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ ## Contributing Studio Pull Requests
2+ We gladly accept community pull requests. This is the preferred way to contribute to Pimcore. There are a few necessary steps before we can accept a pull request:
3+
4+ * [ Fork us!] ( https://help.github.com/articles/fork-a-repo/ )
5+ * Select the right branch. ` main ` (` 2026.x ` ) for features and improvements or latest maintenance branch for bug fixes (` 2025.4 ` )
6+ * [ Send a pull request] ( https://help.github.com/articles/using-pull-requests/ ) from your fork’s branch to our repo branch.
7+ * [ Sign the CLA] ( https://cla-assistant.io/pimcore/pimcore ) - see also below.
8+ * Ensure that Github pipelines pass (linter, tests...)
9+
10+ For details please check also the contributing docs of [ pimcore/pimcore] ( https://github.com/pimcore/pimcore/blob/2026.x/CONTRIBUTING.md ) .
Original file line number Diff line number Diff line change @@ -39,3 +39,11 @@ This bundle requires the following dependencies:
3939- [ Installation and Configuration] ( ./doc/02_Installation_and_Configuration/README.md )
4040- [ Extending] ( ./doc/03_Extending/README.md )
4141- [ Development Details] ( ./doc/04_Development_Details/README.md )
42+
43+
44+ ## Contribute
45+ ** Bug fixes:** please create a pull request including a step by step description to reproduce the problem
46+ ** Contribute features:** contact the core-team via issue before you start developing
47+ ** Security vulnerabilities:** please see our [ security policy] ( https://github.com/pimcore/pimcore/security/policy )
48+
49+ For details, please have a look at our [ contributing guide] ( CONTRIBUTING.md ) .
You can’t perform that action at this time.
0 commit comments