Issue Templates: improve details formatting (#36923)
This commit is contained in:
		
							
								
								
									
										8
									
								
								.github/ISSUE_TEMPLATE/build_error.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										8
									
								
								.github/ISSUE_TEMPLATE/build_error.yml
									
									
									
									
										vendored
									
									
								
							@@ -9,7 +9,7 @@ body:
 | 
				
			|||||||
        Thanks for taking the time to report this build failure. To proceed with the report please:
 | 
					        Thanks for taking the time to report this build failure. To proceed with the report please:
 | 
				
			||||||
        1. Title the issue `Installation issue: <name-of-the-package>`.
 | 
					        1. Title the issue `Installation issue: <name-of-the-package>`.
 | 
				
			||||||
        2. Provide the information required below.
 | 
					        2. Provide the information required below.
 | 
				
			||||||
        
 | 
					
 | 
				
			||||||
        We encourage you to try, as much as possible, to reduce your problem to the minimal example that still reproduces the issue. That would help us a lot in fixing it quickly and effectively!
 | 
					        We encourage you to try, as much as possible, to reduce your problem to the minimal example that still reproduces the issue. That would help us a lot in fixing it quickly and effectively!
 | 
				
			||||||
  - type: textarea
 | 
					  - type: textarea
 | 
				
			||||||
    id: reproduce
 | 
					    id: reproduce
 | 
				
			||||||
@@ -29,7 +29,9 @@ body:
 | 
				
			|||||||
      description: |
 | 
					      description: |
 | 
				
			||||||
        Please post the error message from spack inside the `<details>` tag below:
 | 
					        Please post the error message from spack inside the `<details>` tag below:
 | 
				
			||||||
      value: |
 | 
					      value: |
 | 
				
			||||||
        <details><summary>Error message</summary><pre>
 | 
					        <details><summary>Error message</summary>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					        <pre>
 | 
				
			||||||
        ...
 | 
					        ...
 | 
				
			||||||
        </pre></details>
 | 
					        </pre></details>
 | 
				
			||||||
    validations:
 | 
					    validations:
 | 
				
			||||||
@@ -53,7 +55,7 @@ body:
 | 
				
			|||||||
        Please upload the following files:
 | 
					        Please upload the following files:
 | 
				
			||||||
        * **`spack-build-out.txt`**
 | 
					        * **`spack-build-out.txt`**
 | 
				
			||||||
        * **`spack-build-env.txt`**
 | 
					        * **`spack-build-env.txt`**
 | 
				
			||||||
        
 | 
					
 | 
				
			||||||
        They should be present in the stage directory of the failing build. Also upload any `config.log` or similar file if one exists.
 | 
					        They should be present in the stage directory of the failing build. Also upload any `config.log` or similar file if one exists.
 | 
				
			||||||
  - type: markdown
 | 
					  - type: markdown
 | 
				
			||||||
    attributes:
 | 
					    attributes:
 | 
				
			||||||
 
 | 
				
			|||||||
							
								
								
									
										4
									
								
								.github/ISSUE_TEMPLATE/test_error.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										4
									
								
								.github/ISSUE_TEMPLATE/test_error.yml
									
									
									
									
										vendored
									
									
								
							@@ -21,7 +21,9 @@ body:
 | 
				
			|||||||
      description: |
 | 
					      description: |
 | 
				
			||||||
        Please post the error message from spack inside the `<details>` tag below:
 | 
					        Please post the error message from spack inside the `<details>` tag below:
 | 
				
			||||||
      value: |
 | 
					      value: |
 | 
				
			||||||
        <details><summary>Error message</summary><pre>
 | 
					        <details><summary>Error message</summary>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					        <pre>
 | 
				
			||||||
        ...
 | 
					        ...
 | 
				
			||||||
        </pre></details>
 | 
					        </pre></details>
 | 
				
			||||||
    validations:
 | 
					    validations:
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user