Skip to content

Commit bf79cdb

Browse files
authored
[Task] Add Contributing md (#1769)
* Add CONTRIBUTING.md * Change
1 parent f84f7f1 commit bf79cdb

2 files changed

Lines changed: 18 additions & 0 deletions

File tree

CONTRIBUTING.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
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).

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff 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).

0 commit comments

Comments
 (0)