forked from phpro/api-problem-bundle
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCONTRIBUTING
More file actions
18 lines (11 loc) · 669 Bytes
/
Copy pathCONTRIBUTING
File metadata and controls
18 lines (11 loc) · 669 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Contributing
Api Problem Bundle is an open source, community-driven project. If you'd like to contribute,
feel free to do this, but remember to follow this few simple rules:
## Branching strategy
- __Always__ base your changes on the `master` branch (all new development happens here),
- When you create Pull Request, always select `master` branch as target, otherwise it
will be closed (this is selected by default).
## Coverage
- All classes that interact solely with the core logic should be covered by Tests
## Code style / Formatting
- All code in the `src` and `test` folder must follow the PSR-2 standard and should comply with the php-cs-fixer config.