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 bc5ef2c commit 077ed20
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ 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.
In all cases, post your code and data here (if relevant).
- 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. If running the program involves multiple user inputs, then please also describe the steps so the issue can be reproduced.
In all cases, post your code and data here (if relevant).

**Development/Running environment:**
- OS: [e.g. Windows 10, macOS 11.6]
Expand Down

0 comments on commit 077ed20

Please sign in to comment.