PHP Classes

File: .github/pull_request_template.md

Recommend this page to a friend!
  Classes of Eric Sizemore   Utility   .github/pull_request_template.md   Download  
File: .github/pull_request_template.md
Role: Auxiliary data
Content type: text/markdown
Description: Auxiliary data
Class: Utility
Collection of various PHP utility functions
Author: By
Last change:
Date: 1 month ago
Size: 1,035 bytes
 

Contents

Class file image Download

Pull Request

<!-- PR title needs to be prefixed with a conventional commit type (chore,ci,deprecate,docs,feat,fix,refactor,revert)

It should also be brief and descriptive for a good changelog entry

examples: "feat: add new utility" or "fix: remove unused imports" -->

Proposed Changes

<!-- Describe what the changes are and link to a Discussion or Issue if one exists -->

Readiness Checklist

Author/Contributor

  • [ ] You have read CONTRIBUTING
  • [ ] If documentation is needed for this change, has that been included in this pull request
  • [ ] run `composer run-script test` and ensure you have test coverage for the lines you are introducing
  • [ ] run `composer run-script phpstan` and fix any issues that you have introduced
  • [ ] run `composer run-script cs:check` and fix any issues that you have introduced

Reviewer

  • [ ] Label as either `fix`, `documentation`, or `enhancement`
  • [ ] Additionally label as `verified` or `unverified`