anything-llm/pull_request_template.md

42 lines
1.1 KiB
Markdown

### Pull Request Type
<!-- For change type, change [ ] to [x]. -->
- [ ] ✨ 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 #
### Description
<!-- Describe the changes in this PR that are impactful to the repo. What problem does it solve? -->
### Visuals (if applicable)
<!-- 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 (if applicable)
- [ ] I have tested my code functionality
- [ ] Docker build succeeds locally