mirror of
https://github.com/amithkoujalgi/ollama4j.git
synced 2025-09-16 11:48:58 +02:00

- Updated dependabot configuration to include Maven, GitHub Actions, and npm with weekly update schedules and limits on open pull requests. - Added a pull request template to standardize contributions and ensure necessary information is provided. - Introduced issue templates for bug reports and feature requests to streamline issue tracking and enhance user experience. - Created workflows for CodeQL analysis, pre-commit checks, and stale issue management to improve code quality and maintainability.
35 lines
680 B
Markdown
35 lines
680 B
Markdown
## Description
|
|
|
|
Describe what this PR does and why.
|
|
|
|
## Type of change
|
|
|
|
- [ ] feat: New feature
|
|
- [ ] fix: Bug fix
|
|
- [ ] docs: Documentation update
|
|
- [ ] refactor: Refactoring
|
|
- [ ] test: Tests only
|
|
- [ ] build/ci: Build or CI changes
|
|
|
|
## How has this been tested?
|
|
|
|
Explain the testing done. Include commands, screenshots, logs.
|
|
|
|
## Checklist
|
|
|
|
- [ ] I ran `pre-commit run -a` locally
|
|
- [ ] `make build` succeeds locally
|
|
- [ ] Unit/integration tests added or updated as needed
|
|
- [ ] Docs updated (README/docs site) if user-facing changes
|
|
- [ ] PR title follows Conventional Commits
|
|
|
|
## Breaking changes
|
|
|
|
List any breaking changes and migration notes.
|
|
|
|
## Related issues
|
|
|
|
Fixes #
|
|
|
|
|