mirror of
				https://github.com/commons-app/apps-android-commons.git
				synced 2025-10-30 22:34:02 +01:00 
			
		
		
		
	 e6c64b9368
			
		
	
	
		e6c64b9368
		
			
		
	
	
	
	
		
			
			* .github: move pull request template into .github directory This keeps it out of the root directory. The main intention is that keeping it out-of-root helps give it less attention which is enough for the template. * .github: add a issue form template for the app This is based on the exisitng issue template of the app. It has some additional tweaks done to update stale information. * .github: add some more issue templates
		
			
				
	
	
		
			13 lines
		
	
	
	
		
			362 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
	
		
			362 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
| name: "✋🏻 Need help"
 | |
| description: Describe the situation which you need help with.
 | |
| labels: ["help needed"]
 | |
| body:
 | |
|   - type: markdown
 | |
|     attributes:
 | |
|       value: |
 | |
|         - Describe the situation which you need help with with as much information as possible.
 | |
|   - type: textarea
 | |
|     attributes:
 | |
|       label: Description
 | |
|     validations:
 | |
|       required: true
 |