Skip to content

Latest commit

 

History

History
59 lines (41 loc) · 1.61 KB

File metadata and controls

59 lines (41 loc) · 1.61 KB

Pull Request Template

Summary

What changed

  • New feature or enhancement
  • Bug fix
  • Refactor that improve code structure
  • Performance improvements
  • Infrastructure changes or improvements
  • Changes affecting the build system or external dependencies
  • Cost savings improvements

Related Issue(s)

Link any related issues (e.g., Fixes #123, Closes #456).

Changes Introduced

  • List major changes
  • List fixed bugs (if any)
  • Include any refactoring or configuration changes

Steps to Test / Verify

  1. Check out this branch: git checkout <branch-name>
  2. Build and run the project
  3. Verify changes by running tests or following these manual test steps:
    • Step 1
    • Step 2
  4. Confirm that no existing functionality is broken

Security / limits

  • No security or limits impact
  • Auth / permissions considered
  • Data exposure, filtering, or token/size limits considered

Checklist Before Merging

  • Code follows the existing style guidelines
  • Unit tests have been added and verified locally
  • Documentation has been updated accordingly
  • The changes are covered under appropriate tests
  • The commit history is clean and follows commit message standards

Docs

  • Not needed
  • Updated (README / docs / examples)
  • New documentation added (README / docs / examples)