CodeIgniter4/.github/PULL_REQUEST_TEMPLATE.md
2021-11-01 23:45:26 +08:00

741 B

Each pull request should address a single issue and have a meaningful title.

Description Explain what you have changed, and why.

Checklist:

  • Securely signed commits
  • Component(s) with PHPDoc blocks, only if necessary or adds value
  • Unit testing, with >80% coverage
  • User guide updated
  • Conforms to style guide