mirror of
				https://github.com/TeamPiped/Piped.git
				synced 2025-11-04 06:31:55 +00:00 
			
		
		
		
	Merge pull request #1246 from Bnyro/issue
Add Question template and disable blank issues
This commit is contained in:
		
							
								
								
									
										1
									
								
								.github/ISSUE_TEMPLATE/config.yml
									
									
									
									
										vendored
									
									
										Normal file
									
								
							
							
						
						
									
										1
									
								
								.github/ISSUE_TEMPLATE/config.yml
									
									
									
									
										vendored
									
									
										Normal file
									
								
							@@ -0,0 +1 @@
 | 
			
		||||
blank_issues_enabled: false
 | 
			
		||||
							
								
								
									
										16
									
								
								.github/ISSUE_TEMPLATE/question.yml
									
									
									
									
										vendored
									
									
										Normal file
									
								
							
							
						
						
									
										16
									
								
								.github/ISSUE_TEMPLATE/question.yml
									
									
									
									
										vendored
									
									
										Normal file
									
								
							@@ -0,0 +1,16 @@
 | 
			
		||||
name: Question
 | 
			
		||||
description: Ask questions about configuration and usage of Piped.
 | 
			
		||||
labels: [question]
 | 
			
		||||
body:
 | 
			
		||||
  - type: markdown
 | 
			
		||||
    attributes:
 | 
			
		||||
      value: |
 | 
			
		||||
        Please make sure to read the README.md before posting a question or asking for support.
 | 
			
		||||
        
 | 
			
		||||
  - type: textarea
 | 
			
		||||
    id: question
 | 
			
		||||
    attributes:
 | 
			
		||||
      label: Describe your question
 | 
			
		||||
      description: A clear description of what your doubt is.
 | 
			
		||||
    validations:
 | 
			
		||||
      required: true
 | 
			
		||||
		Reference in New Issue
	
	Block a user