Skip to content

Phase 6: Add spelling check with typos and custom Soroban/Stellar dic…#1

Open
Jessepriase wants to merge 1 commit into
mainfrom
phase6-spelling-check
Open

Phase 6: Add spelling check with typos and custom Soroban/Stellar dic…#1
Jessepriase wants to merge 1 commit into
mainfrom
phase6-spelling-check

Conversation

@Jessepriase

Copy link
Copy Markdown
Owner

…tionary

Description

Type of Change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Documentation update
  • New example or improvement to existing example
  • Infrastructure/tooling change
  • Code cleanup or refactoring

Related Issues

Closes #

Changes Made

Testing

Test Steps

Test Results

# Example: cargo test output

Checklist

Code Quality

  • 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
  • All contracts use #![no_std]
  • Custom errors use #[contracterror] where applicable

Testing

  • 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
  • Integration tests are included for multi-contract interactions (if applicable)

Documentation

  • I have made corresponding changes to the documentation
  • I have updated the main README.md if needed
  • I have added/updated the example's README.md (if this is a new/modified example)
  • I have updated SUMMARY.md if adding new content to the book

Pre-submission Validation

  • Code formatting passes: cargo fmt --all --check
  • Linting passes with no warnings: cargo clippy --workspace --all-targets --all-features -- -D warnings
  • All tests pass: cargo test --workspace --all-features
  • WASM build succeeds: cargo build --workspace --target wasm32-unknown-unknown --release

Other

  • Any dependent changes have been merged and published
  • I have read the CONTRIBUTING.md guidelines

Additional Notes

Screenshots (if applicable)

closes Soroban-Cookbook#213

@Jessepriase Jessepriase force-pushed the phase6-spelling-check branch from 82f6bb0 to b9e7b57 Compare June 25, 2026 14:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add Soroban SDK Dependencies

1 participant