mirror of
				https://gitea.invidious.io/iv-org/documentation
				synced 2025-06-05 22:19:26 +02:00 
			
		
		
		
	Add country field to the new instance issue template (#144)
* Add country field to the new instance issue template * Fix typo * Fix nest-level of the validations attribute * Finish incomplete description for country field
This commit is contained in:
		
							
								
								
									
										11
									
								
								.github/ISSUE_TEMPLATE/new_instance.yaml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										11
									
								
								.github/ISSUE_TEMPLATE/new_instance.yaml
									
									
									
									
										vendored
									
									
								
							| @@ -38,11 +38,20 @@ body: | |||||||
|       - label: "Ensure a proper uptime of my instance (around 90%)" |       - label: "Ensure a proper uptime of my instance (around 90%)" | ||||||
|         required: true |         required: true | ||||||
|  |  | ||||||
|  |   - type: input | ||||||
|  |     id: country | ||||||
|  |     attributes: | ||||||
|  |       label: Host country | ||||||
|  |       description: What country is the instance hosted in? | ||||||
|  |       placeholder: "Example: United States" | ||||||
|  |     validations: | ||||||
|  |       required: true | ||||||
|  |  | ||||||
|   - type: input |   - type: input | ||||||
|     id: mitm-name |     id: mitm-name | ||||||
|     attributes: |     attributes: | ||||||
|       label: Man in the Middle |       label: Man in the Middle | ||||||
|       description: "If your instance is behing a DDoS protection or MitM system, please specify that here" |       description: "If your instance is behind a DDoS protection or MitM system, please specify that here" | ||||||
|       placeholder: "Example: CloudFlare" |       placeholder: "Example: CloudFlare" | ||||||
|     validations: |     validations: | ||||||
|       required: false |       required: false | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user