Skip to content

Commit

Permalink
Update bug_report.md
Browse files Browse the repository at this point in the history
  • Loading branch information
LiangliangNan authored Mar 7, 2024
1 parent 38f8385 commit bc5ef2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:**
Expand Down

0 comments on commit bc5ef2c

Please sign in to comment.