Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 1.01 KB

CONTRIBUTING.md

File metadata and controls

26 lines (16 loc) · 1.01 KB

Idea for a new feature?

Open an issue and tell you are willing to submit a PR. PR Rules:

  • One pull request per feature - If you want to do more than one thing, send multiple pull requests.

  • PSR-2 Coding Standard

  • "php": ">=5.5.0"

Discovered a bug?

Step 1. Open an issue. Please include:

  • (A) what you did
  • (B) what you expected to happen
  • (C) what happened
  • (D) what have you already tried to fix it?

Step 2. Submit a PR. If you have a solution for it and want to help, you can submit a Pull Request.

If you've never submitted a PR before, don't worry, it's not that difficult. Read this tutoral and the rules above. I promise, you'll enjoy sending PRs after a while :-)

Happy coding!