mirror of
https://github.com/Mintplex-Labs/anything-llm
synced 2026-04-25 17:15:37 +02:00
fix: typo in contribution guidelines, update project metadata and pull_request_temp...md (#5010)
Co-authored-by: Timothy Carambat <rambat1010@gmail.com>
This commit is contained in:
@@ -1,36 +1,41 @@
|
||||
|
||||
### Pull Request Type
|
||||
### Pull Request Type
|
||||
|
||||
<!-- For change type, change [ ] to [x]. -->
|
||||
|
||||
- [ ] ✨ feat
|
||||
- [ ] 🐛 fix
|
||||
- [ ] ♻️ refactor
|
||||
- [ ] 💄 style
|
||||
- [ ] 🔨 chore
|
||||
- [ ] 📝 docs
|
||||
- [ ] ✨ feat (New feature)
|
||||
- [ ] 🐛 fix (Bug fix)
|
||||
- [ ] ♻️ refactor (Code refactoring without changing behavior)
|
||||
- [ ] 💄 style (UI style changes)
|
||||
- [ ] 🔨 chore (Build, CI, maintenance)
|
||||
- [ ] 📝 docs (Documentation updates)
|
||||
|
||||
### Relevant Issues
|
||||
|
||||
<!-- Use "resolves #xxx" to auto resolve on merge. Otherwise, please use "connect #xxx" -->
|
||||
|
||||
resolves #xxx
|
||||
resolves #
|
||||
|
||||
### Description
|
||||
|
||||
<!-- Describe the changes in this PR that are impactful to the repo. What problem does it solve? -->
|
||||
|
||||
|
||||
### What is in this change?
|
||||
### Visuals (if applicable)
|
||||
|
||||
<!-- Describe the changes in this PR that are impactful to the repo. -->
|
||||
<!-- Add screenshots or screen recordings to demonstrate the changes, especially for UI updates. -->
|
||||
|
||||
|
||||
### 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
|
||||
- [ ] Relevant documentation has been updated (if applicable)
|
||||
- [ ] I have tested my code functionality
|
||||
- [ ] Docker build succeeds locally
|
||||
|
||||
Reference in New Issue
Block a user