Skip to content

Latest commit

 

History

History
36 lines (29 loc) · 1.17 KB

File metadata and controls

36 lines (29 loc) · 1.17 KB

Pull Request Template

Description

Brief description of what this PR does and why.

Type of Change

  • Bug fix (non-breaking change that fixes an issue)
  • New feature (non-breaking change that adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Documentation update
  • Security improvement
  • Performance improvement

Related Issues

Fixes #(issue number)

Testing

  • I have tested these changes locally
  • I have added tests that prove my fix is effective or that my feature works
  • All existing tests pass

Security Checklist (for password manager)

  • No sensitive data is logged or exposed
  • Cryptographic operations follow best practices
  • Input validation is properly implemented
  • No new security vulnerabilities introduced

Screenshots (if applicable)

Add screenshots for UI changes

Checklist

  • My code follows the project's coding standards
  • I have performed a self-review of my code
  • I have commented my code, particularly in hard-to-understand areas
  • My changes generate no new warnings
  • I have updated documentation if needed