forked from Mirror/ollama4j
		
	- 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.
		
			
				
	
	
		
			32 lines
		
	
	
		
			782 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			32 lines
		
	
	
		
			782 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
name: Feature request
 | 
						|
description: Suggest an idea or enhancement
 | 
						|
labels: [enhancement]
 | 
						|
assignees: []
 | 
						|
body:
 | 
						|
  - type: markdown
 | 
						|
    attributes:
 | 
						|
      value: |
 | 
						|
        Thanks for suggesting an improvement!
 | 
						|
  - type: textarea
 | 
						|
    id: problem
 | 
						|
    attributes:
 | 
						|
      label: Is your feature request related to a problem?
 | 
						|
      description: A clear and concise description of the problem
 | 
						|
      placeholder: I'm frustrated when...
 | 
						|
  - type: textarea
 | 
						|
    id: solution
 | 
						|
    attributes:
 | 
						|
      label: Describe the solution you'd like
 | 
						|
      placeholder: I'd like...
 | 
						|
    validations:
 | 
						|
      required: true
 | 
						|
  - type: textarea
 | 
						|
    id: alternatives
 | 
						|
    attributes:
 | 
						|
      label: Describe alternatives you've considered
 | 
						|
  - type: textarea
 | 
						|
    id: context
 | 
						|
    attributes:
 | 
						|
      label: Additional context
 | 
						|
 |