Files
Nimbus/.github/PULL_REQUEST_TEMPLATE.md
2025-06-27 06:39:50 -06:00

2.2 KiB

Pull Request

Description

Type of Change

  • 🚀 Feature (non-breaking change that adds functionality)
  • 🐛 Bug fix (non-breaking change that fixes an issue)
  • ♻️ Refactor (code change that neither fixes a bug nor adds a feature)
  • 📚 Documentation update
  • 🧪 Test update
  • 🔧 Chore (updates to build process, CI, dependencies, etc.)
  • 🔥 Breaking change (fix or feature that would cause existing functionality to not work as expected)

Changes

Screenshots/Videos

Testing

  • I have tested these changes locally
  • I have added/updated tests for these changes
  • I have tested in the following browsers:
    • Chrome
    • Firefox
    • Safari
    • Edge

Test Cases

  1. [Test Case 1]
    • Test passed
  2. [Test Case 2]
    • Test passed

Checklist

  • My code follows the project's coding style
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings
  • I have added tests that prove my fix is effective or that my feature works
  • New and existing unit tests pass locally with my changes
  • Any dependent changes have been merged and published in downstream modules

Additional Context

Closes # Fixes #

Deployment Notes

Reviewers

@reviewer1 @reviewer2