PHP Classes

File: .github/PULL_REQUEST_TEMPLATE.md

Recommend this page to a friend!
  Packages of Raul   Disposable Email Blocker Core   .github/PULL_REQUEST_TEMPLATE.md   Download  
File: .github/PULL_REQUEST_TEMPLATE.md
Role: Auxiliary data
Content type: text/markdown
Description: Auxiliary data
Class: Disposable Email Blocker Core
Detect disposable or temporary email addresses
Author: By
Last change:
Date: 1 month ago
Size: 745 bytes
 

Contents

Class file image Download

Pull Request

Description

Brief description of the changes in this PR.

Related Issue

Fixes #(issue number)

Type of Change

  • [ ] Bug fix (non-breaking change that addresses an issue)
  • [ ] New feature (non-breaking change that introduces functionality)
  • [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • [ ] Documentation update

Test Plan

Describe how you tested these changes:

  • [ ] ...

Checklist

  • [ ] My code follows the project's style guidelines
  • [ ] I have performed a self-review of my code
  • [ ] I have added tests that prove my fix/feature works
  • [ ] New and existing tests pass locally with my changes
  • [ ] I have updated the documentation accordingly