mirror of
				https://github.com/Akkudoktor-EOS/EOS.git
				synced 2025-11-04 00:36:21 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			54 lines
		
	
	
		
			1.1 KiB
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			54 lines
		
	
	
		
			1.1 KiB
		
	
	
	
		
			YAML
		
	
	
	
	
	
name: Bug Report
 | 
						|
description: File a bug report.
 | 
						|
title: "[BUG]: ..."
 | 
						|
labels: ["bug"]
 | 
						|
 | 
						|
body:
 | 
						|
- type: markdown
 | 
						|
  attributes:
 | 
						|
    value: >
 | 
						|
      Thank you for taking the time to file a bug report.
 | 
						|
      Please also check the issue tracker for existing issues about the bug.
 | 
						|
 | 
						|
- type: textarea
 | 
						|
  attributes:
 | 
						|
    label: "Describe the issue:"
 | 
						|
  validations:
 | 
						|
    required: true
 | 
						|
 | 
						|
- type: textarea
 | 
						|
  attributes:
 | 
						|
    label: "Reproduceable code example:"
 | 
						|
    description: >
 | 
						|
      A short code example that reproduces the problem/missing feature.
 | 
						|
    placeholder: |
 | 
						|
      << your code here >>
 | 
						|
    render: python
 | 
						|
  validations:
 | 
						|
    required: false
 | 
						|
 | 
						|
- type: textarea
 | 
						|
  attributes:
 | 
						|
    label: "Error message:"
 | 
						|
    description: >
 | 
						|
      Please include full error message, if any.
 | 
						|
    placeholder: |
 | 
						|
      <details>
 | 
						|
      Full traceback starting from `Traceback: ...`
 | 
						|
      </details>
 | 
						|
    render: shell
 | 
						|
 | 
						|
- type: textarea
 | 
						|
  attributes:
 | 
						|
    label: "Version information:"
 | 
						|
    description: >
 | 
						|
      EOS Version or commit SHA:
 | 
						|
      Operating system:
 | 
						|
      How did you install EOS?
 | 
						|
    placeholder: |
 | 
						|
      <details>
 | 
						|
      configuration information
 | 
						|
      </details>
 | 
						|
  validations:
 | 
						|
    required: true
 |