mirror of
				https://github.com/neovim/neovim.git
				synced 2025-10-26 12:27:24 +00:00 
			
		
		
		
	Merge pull request #12467 from h-michael/issue-template
issue template: fix label syntax for lsp bug report
This commit is contained in:
		
							
								
								
									
										7
									
								
								.github/ISSUE_TEMPLATE/lsp_bug_report.md
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										7
									
								
								.github/ISSUE_TEMPLATE/lsp_bug_report.md
									
									
									
									
										vendored
									
									
								
							| @@ -2,9 +2,8 @@ | ||||
| name: Language server client bug report | ||||
| about: Report a built-in lsp problem in Nvim | ||||
| title: '' | ||||
| labels: | ||||
|   - bug | ||||
|   - lsp | ||||
| labels: bug, lsp | ||||
|  | ||||
| --- | ||||
|  | ||||
| <!-- Before reporting: search existing issues and check the FAQ. --> | ||||
| @@ -14,7 +13,7 @@ labels: | ||||
| - Operating system/version: | ||||
|  | ||||
| <details> | ||||
| <summary>`nvim -c ":checkhealth nvim nvim_lsp"`</summary> | ||||
| <summary>nvim -c ":checkhealth nvim nvim_lsp"</summary> | ||||
|  | ||||
| <!-- Paste the results from `nvim -c ":checkhealth nvim nvim_lsp"` here. --> | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Hirokazu Hata
					Hirokazu Hata