Files
anythingllm-docs/pull_request_template.md

36 lines
801 B
Markdown

### Pull Request Type
<!-- For change type, change [ ] to [x]. -->
- [ ] ✨ feat
- [ ] 🐛 fix
- [ ] ♻️ refactor
- [ ] 💄 style
### 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 documentation site. -->
### Additional Information
<!-- Add any other context about the Pull Request here that was not captured above. -->
### Validations
<!-- All of the applicable items should be checked. -->
- [ ] Ensured updated documentation pass spell check
- [ ] Updated or added relevant links as needed
- [ ] Reviewed the changes for clarity and accuracy
- [ ] Successfully ran the code locally without encountering errors