Pull requests are welcome, please see https://github.com/zikula/core/wiki/Contributing
The following temmplate MUST be used in the PR body. Do not abbreviate. All bug fixes and code improvements should have companion PRs in Core 1.4 branch. This PR must be noted in the template below.
| Q | A
| ------------- | ---
| Bug fix? | no
| New feature? | no
| BC breaks? | no
| Deprecations? | no
| Tests pass? | yes
| Fixed tickets | -
| 1.4 PR | -
| Refs tickets | -
| License | LGPLv3+
| Doc PR | -
For example:
| Q | A
| ------------- | ---
| Bug fix? | no
| New feature? | no
| BC breaks? | no
| Deprecations? | no
| Tests pass? | yes
| Fixed tickets | #121, #437
| 1.4 PR | #1096
| Refs tickets | #999
| License | LGPLv3+
| Doc PR | zikula/zikula-docs#123
If there are any todos, please add this template:
- [ ] fix the tests as they have not been updated yet
- [ ] submit changes to the documentation
- [ ] document the BC breaks