-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
00daa3a
commit c10b10b
Showing
1 changed file
with
45 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,45 @@ | ||
--- | ||
name: Bug Report | ||
about: Bug Report for this project | ||
title: '' | ||
labels: '' | ||
assignees: '' | ||
--- | ||
|
||
# Bug Report | ||
|
||
## Description | ||
|
||
Provide a clear and concise description of the bug. | ||
What is the expected behavior, and what is happening instead? | ||
|
||
## Steps to Reproduce | ||
|
||
Provide steps to reproduce the bug: | ||
|
||
1. ... | ||
2. ... | ||
3. ... | ||
|
||
## Expected Behavior | ||
|
||
Describe what you expected to happen. | ||
|
||
## Actual Behavior | ||
|
||
Describe what actually happens. | ||
|
||
## Environment | ||
|
||
- Compiler: [e.g., GCC, Clang] | ||
- Compiler Version: [e.g., 11.2.0] | ||
- Operating System: [e.g., Ubuntu 22.04] | ||
- C++ Standard: [e.g., C++17, C++20] | ||
|
||
## Logs or Screenshots | ||
|
||
If applicable, add logs, error messages, or screenshots to help explain the issue. | ||
|
||
## Additional Information | ||
|
||
Add any other context about the problem here. |