Commit 5cdac95
authored
Committing LIF_TShirt_Sizing.md to /docs
LIFTShirtSizing.md for review to upload to docs folder of GH.
<!--
Thank you for your pull request. Please review the requirements below.
Bug fixes and new features should be reported on the issue tracker:
https://github.com/lif-initiative/lif-core/issues
Contributing guide:
https://github.com/lif-initiative/lif-core/blob/main/docs/CONTRIBUTING.md
Code of Conduct:
https://github.com/lif-initiative/lif-core/blob/main/CODE_OF_CONDUCT.md
-->
##### Checklist
<!-- Remove items that do not apply. For completed items, change [ ] to
[x]. -->
- [ ] commit message follows commit guidelines (see
commitlint.config.mjs)
- [ ] tests are included (unit and/or integration tests)
- [ ] all tests are successful
- [ ] documentation is changed or added (in /docs directory)
- [ ] code passes linting checks (`uv run ruff check`)
- [ ] code passes formatting checks (`uv run ruff format`)
- [ ] code passes type checking (`uv run ty check`)
- [ ] pre-commit hooks have been run successfully
- [ ] database schema changes: migration files created and CHANGELOG.md
updated
- [ ] API changes: base (Python code) documentation in `docs/`
and project README updated
- [ ] configuration changes: relevant folder README updated
- [ ] breaking changes: added to MIGRATION.md with upgrade instructions
and CHANGELOG.md entry
##### Type of Change
<!-- Check all that apply -->
- [ ] 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
- [ ] Infrastructure/deployment change
- [ ] Performance improvement
- [ ] Code refactoring
##### Description of Change
<!-- Provide a clear and detailed description of the change below this
comment.
Include:
- What problem does this solve?
- What is the solution?
- Are there any side effects or limitations?
- How should reviewers test this?
-->
##### Related Issues
<!-- Link to related issues using #issue_number -->
Closes # [[add Github issue number]]
##### Testing
<!-- Describe the testing you've done -->
- [ ] Manual testing performed
- [ ] Automated tests added/updated
- [ ] Integration testing completed
##### Project Area(s) Affected
<!-- Check all project areas affected by this change -->
- [ ] bases/
- [ ] components/
- [ ] orchestrators/
- [ ] frontends/
- [ ] deployments/
- [ ] CloudFormation/SAM templates
- [ ] Database schema
- [ ] API endpoints
- [ ] Documentation
- [ ] Testing
##### Additional Notes
<!-- Any additional information that reviewers should know -->1 parent 36ccbc8 commit 5cdac95
1 file changed
+26
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
0 commit comments