bug report template: suggest --stacktrace instead of -s (#10548)
1137b18 removed the -s option from spack such that to see a stack
trace you must pass the --stacktrace option. The bug report templates
were not updated accordingly.This commit is contained in:
		
							
								
								
									
										6
									
								
								.github/ISSUE_TEMPLATE/bug_report.md
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										6
									
								
								.github/ISSUE_TEMPLATE/bug_report.md
									
									
									
									
										vendored
									
									
								
							| @@ -24,10 +24,10 @@ If Spack reported an error, provide the error message. If it did not report an e | |||||||
| but the output appears incorrect, provide the incorrect output. If there was no error | but the output appears incorrect, provide the incorrect output. If there was no error | ||||||
| message and no output but the result is incorrect, describe how it does not match | message and no output but the result is incorrect, describe how it does not match | ||||||
| what you expect. To provide more information you might re-run the commands with  | what you expect. To provide more information you might re-run the commands with  | ||||||
| the additional -sd flags: | the additional -d/--stacktrace flags: | ||||||
| ```console | ```console | ||||||
| $ spack -sd <command1> <spec> | $ spack -d --stacktrace <command1> <spec> | ||||||
| $ spack -sd <command2> <spec> | $ spack -d --stacktrace <command2> <spec> | ||||||
| ... | ... | ||||||
| ``` | ``` | ||||||
| that activate the full debug output.  | that activate the full debug output.  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Peter Scheibel
					Peter Scheibel