diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 0c009aad..949d816b 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -13,7 +13,7 @@ A clear and concise description of what the bug is. **Tell us how to reproduce the bug** Is it a compile time error or runtime issue? - For compile time issues, post here the code and full compile log. - - For runtime issues, post here screenshots (of the results or error messages), as well as the complete run log of the program. You can change `initialize()' to `initialize(true)' in your `main()' function, and then a log file will be generated next to the executable after you run the program. Then describe the steps to reproduce the issue. + - For runtime issues, post here screenshots (of the results or error messages), as well as the complete run log of the program. You can change "initialize()" to "initialize(true)" in your "main()" function, and then a log file will be generated next to the executable after you run the program. Then describe the steps to reproduce the issue. In all cases, post your code and data here (if relevant). **Development/Running environment:**