Skip to content

Latest commit

 

History

History
46 lines (37 loc) · 921 Bytes

CONTRIBUTING.md

File metadata and controls

46 lines (37 loc) · 921 Bytes

Contributing Guidelines

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.

| Q             | A
| ------------- | ---
| Bug fix?      | no
| New feature?  | no
| BC breaks?    | no
| Deprecations? | no
| Tests pass?   | yes
| Fixed tickets | -
| Refs tickets  | -
| License       | MIT
| Doc PR        | -

For example:

| Q             | A
| ------------- | ---
| Bug fix?      | no
| New feature?  | no
| BC breaks?    | no
| Deprecations? | no
| Tests pass?   | yes
| Fixed tickets | #121, #437
| Refs tickets  | #999
| License       | MIT
| 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