mirror of
https://github.com/Mintplex-Labs/anything-llm.git
synced 2024-11-10 17:00:11 +01:00
37 lines
803 B
Markdown
37 lines
803 B
Markdown
|
|
### Pull Request Type
|
|
|
|
<!-- For change type, change [ ] to [x]. -->
|
|
|
|
- [ ] ✨ feat
|
|
- [ ] 🐛 fix
|
|
- [ ] ♻️ refactor
|
|
- [ ] 💄 style
|
|
- [ ] 🔨 chore
|
|
- [ ] 📝 docs
|
|
|
|
### Relevant Issues
|
|
|
|
<!-- Use "resolves #xxx" to auto resolve on merge. Otherwise, please use "connect #xxx" -->
|
|
|
|
resolves #xxx
|
|
|
|
|
|
### What is in this change?
|
|
|
|
<!-- Describe the changes in this PR that are impactful to the repo. -->
|
|
|
|
|
|
### Additional Information
|
|
|
|
<!-- Add any other context about the Pull Request here that was not captured above. -->
|
|
|
|
### Developer Validations
|
|
|
|
<!-- All of the applicable items should be checked. -->
|
|
|
|
- [ ] I ran `yarn lint` from the root of the repo & committed changes
|
|
- [ ] Relevant documentation has been updated
|
|
- [ ] I have tested my code functionality
|
|
- [ ] Docker build succeeds locally
|