Files
GridFire/.github/pull_request_template.md

3.3 KiB

Your PR Title Here

🎯 Type of Change

  • 🐞 Bug Fix (a non-breaking change that fixes an issue)

  • New Feature (a non-breaking change that adds functionality)

  • 💥 Breaking Change (a fix or feature that would cause existing functionality to not work as expected)

  • Performance Optimization (a change that improves the speed or memory usage of the code)

  • ♻️ Refactor (a code change that neither fixes a bug nor adds a feature)

  • 📚 Documentation Update

  • 🧪 Test Suite Addition/Update

  • Related to Issue: #

📝 Description of Change

🏛️ Architectural & Implementation Details

🔬 Physics Impact

Validation & Testing

Test Configuration:
Results:
Model Final H-1 Mass Fraction Notes
approx8 0.1234 Matches expected value

⏱️ Performance Impact

☑️ Pre-Merge Checklist

  • My code follows the style guidelines of this project.

  • 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.

  • I have confirmed that this PR does not break the AD tape recording process.