---
name: Pull Request
about: Create a pull request
title: 'type(area): brief description of changes'
assignees: ''
---
**Title Format**
Please use the following format for your title:
```
type(area): brief description of changes
```
Where:
- `type` is one of: `feat`, `fix`, `refactor`, `docs`, `test`, `chore`
- `area` is one of: `algebra`, `space`
**Description**
Please provide a clear description of your changes. If this PR closes any issues, please reference them here.
**Changes Made**
- [ ] Change 1
- [ ] Change 2
- [ ] Change 3
**Testing**
- [ ] Tests added/updated
- [ ] All tests pass
**Labels to Consider**
- `area: algebra` or `area: space` (based on component)
- `priority: critical/high/medium/low` (based on importance)
- `type: enhancement` (for new features)
- `type: refactor` (for refactoring)
- `tech: performance` (if performance related)
- `tech: testing` (if testing related)
- `docs` (if documentation related)
**Additional Notes**
Add any additional context or notes here.
## ๐ Description
## ๐ Changes include
- [ ] ๐ Bugfix
- [ ] โจ New feature
- [ ] ๐ Documentation
- [ ] โก Performance improvement
- [ ] ๐จ Refactoring
- [ ] โ
Test updates
## ๐งช Testing
## ๐ Checklist
- [ ] I have tested the changes locally
- [ ] I have updated the documentation accordingly
- [ ] I have added tests that prove my fix/feature works
- [ ] All tests pass locally
## ๐ธ Screenshots
## ๐ Linked Issues
closes #