Files
marathon/.github/pull_request_template.md
Sienna Meridian Satterwhite 9010ec5cf4 chore(release): final release commit for 0.1.0
this commit includes a whole lotta fuck yeah, a whole lotta we fuckin
got this, and a lot of "please change the future."

i hope it works.

Signed-off-by: Sienna Meridian Satterwhite <sienna@r3t.io>
2026-02-07 19:15:06 +00:00

2.9 KiB

Description

Fixes # Relates to #

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
  • Refactoring (no functional changes)
  • Performance improvement
  • Test coverage improvement

Changes Made

Testing Performed

  • All existing tests pass (cargo nextest run)
  • Added new tests for new functionality
  • Tested manually on desktop
  • Tested manually on iOS (if applicable)
  • Tested with multiple instances
  • Tested edge cases and error conditions

Test Details

Desktop:

iOS: (if applicable)

Multi-instance: (if applicable)

Documentation

  • Updated relevant documentation in /docs
  • Updated README.md (if public API changed)
  • Added doc comments to new public APIs
  • Updated CHANGELOG.md

Code Quality

  • Code follows project style guidelines
  • Ran cargo +nightly fmt
  • Ran cargo clippy and addressed warnings
  • No new compiler warnings
  • Added meaningful variable/function names

AI Usage

  • No AI assistance used
  • Used AI tools (brief description below)

Breaking Changes

Does this PR introduce breaking changes?

  • No
  • Yes (describe below)

Screenshots/Videos

Checklist

  • My code follows the project's coding standards
  • I have tested my changes thoroughly
  • I have updated relevant documentation
  • I have added tests that prove my fix/feature works
  • All tests pass locally
  • I have read and followed the CONTRIBUTING.md guidelines
  • I understand and accept the AI_POLICY.md

Additional Notes