We are glad about every mistake you find, ever idea you have and every enhancement that is possible. Just write down:
- What is the situation?
- What is expected?
- What happens instead?
- (What is the specific problem?)
Here. Take this template:
### Situation - How did you get there?
### Problem - What went wrong?
### Possible solution - How should it be?
- Fork it
- Create your feature branch (
git checkout -b develop-feature develop
) - Write a failing test
- Commit your changes with passing tests (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin develop-feature
) - Create new Pull Request
Style: PSR
We work with: A successful Git branching model and Semantic Versioning 2.0.0