initial-setup #1

Merged
lmiranda merged 2 commits from initial-setup into main 2025-08-01 02:34:32 +00:00
Owner

Pull Request

Description

Brief description of what this PR does and why.

Type of Change

Please delete options that are not relevant.

  • 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
  • Performance improvement
  • Code refactoring (no functional changes)
  • Test improvements

Closes #(issue_number)
Relates to #(issue_number)

Changes Made

Testing

  • Tests pass locally
  • Added tests for new functionality
  • Updated existing tests
  • Manual testing completed

Describe any testing you performed:

Documentation

  • Updated docstrings
  • Updated README if needed
  • Updated API documentation
  • Added/updated examples

Code Quality

  • Code follows the style guidelines
  • Self-review of the code completed
  • Code is commented where necessary
  • No new warnings introduced

Breaking Changes

If this introduces breaking changes, please describe them and provide migration guidance:

Screenshots/Examples

If applicable, add screenshots or code examples to help explain your changes.

# Example usage

Additional Notes

Any additional information that reviewers should know.


Reviewer Checklist

  • Code follows project style guidelines
  • Changes are well documented
  • Tests are adequate and pass
  • No obvious bugs or performance issues
  • Breaking changes are properly documented
# Pull Request ## Description Brief description of what this PR does and why. ## Type of Change Please delete options that are not relevant. - [ ] 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 - [ ] Performance improvement - [ ] Code refactoring (no functional changes) - [ ] Test improvements ## Related Issues Closes #(issue_number) Relates to #(issue_number) ## Changes Made - - - ## Testing - [ ] Tests pass locally - [ ] Added tests for new functionality - [ ] Updated existing tests - [ ] Manual testing completed Describe any testing you performed: ## Documentation - [ ] Updated docstrings - [ ] Updated README if needed - [ ] Updated API documentation - [ ] Added/updated examples ## Code Quality - [ ] Code follows the style guidelines - [ ] Self-review of the code completed - [ ] Code is commented where necessary - [ ] No new warnings introduced ## Breaking Changes If this introduces breaking changes, please describe them and provide migration guidance: ## Screenshots/Examples If applicable, add screenshots or code examples to help explain your changes. ```python # Example usage ``` ## Additional Notes Any additional information that reviewers should know. --- ## Reviewer Checklist - [ ] Code follows project style guidelines - [ ] Changes are well documented - [ ] Tests are adequate and pass - [ ] No obvious bugs or performance issues - [ ] Breaking changes are properly documented
lmiranda added 2 commits 2025-08-01 02:33:54 +00:00
second commit
Some checks failed
Test Suite / lint (pull_request) Has been cancelled
Test Suite / test (macos-latest, 3.10) (pull_request) Has been cancelled
Test Suite / test (macos-latest, 3.11) (pull_request) Has been cancelled
Test Suite / test (macos-latest, 3.12) (pull_request) Has been cancelled
Test Suite / test (macos-latest, 3.8) (pull_request) Has been cancelled
Test Suite / test (macos-latest, 3.9) (pull_request) Has been cancelled
Test Suite / test (ubuntu-latest, 3.10) (pull_request) Has been cancelled
Test Suite / test (ubuntu-latest, 3.11) (pull_request) Has been cancelled
Test Suite / test (ubuntu-latest, 3.12) (pull_request) Has been cancelled
Test Suite / test (ubuntu-latest, 3.8) (pull_request) Has been cancelled
Test Suite / test (ubuntu-latest, 3.9) (pull_request) Has been cancelled
Test Suite / package (pull_request) Has been cancelled
Test Suite / test (windows-latest, 3.10) (pull_request) Has been cancelled
Test Suite / test (windows-latest, 3.11) (pull_request) Has been cancelled
Test Suite / test (windows-latest, 3.12) (pull_request) Has been cancelled
Test Suite / test (windows-latest, 3.8) (pull_request) Has been cancelled
Test Suite / test (windows-latest, 3.9) (pull_request) Has been cancelled
Test Suite / security (pull_request) Has been cancelled
b0f903660e
lmiranda merged commit 5f43b3d077 into main 2025-08-01 02:34:32 +00:00
lmiranda deleted branch initial-setup 2025-08-01 02:34:33 +00:00
Sign in to join this conversation.