summaryrefslogtreecommitdiff
path: root/lib/thread-pool/.github/ISSUE_TEMPLATE/bug_report.md
diff options
context:
space:
mode:
authorKiritoDv <kiritodev01@gmail.com>2024-03-22 09:22:43 -0600
committerKiritoDv <kiritodev01@gmail.com>2024-03-22 09:22:43 -0600
commit0a28d35eb4d80a7d9d7737bd18cd0a71953404c8 (patch)
tree201881458148150bd49bf180e4ddfef03f9a9bbf /lib/thread-pool/.github/ISSUE_TEMPLATE/bug_report.md
parent95e7bc0d68f0f8687486b30f3a795f143e4456b0 (diff)
First conceptasync
Diffstat (limited to 'lib/thread-pool/.github/ISSUE_TEMPLATE/bug_report.md')
-rw-r--r--lib/thread-pool/.github/ISSUE_TEMPLATE/bug_report.md37
1 files changed, 37 insertions, 0 deletions
diff --git a/lib/thread-pool/.github/ISSUE_TEMPLATE/bug_report.md b/lib/thread-pool/.github/ISSUE_TEMPLATE/bug_report.md
new file mode 100644
index 0000000..1f02ed3
--- /dev/null
+++ b/lib/thread-pool/.github/ISSUE_TEMPLATE/bug_report.md
@@ -0,0 +1,37 @@
+---
+name: Bug report
+about: Found a bug? Report it here.
+title: "[BUG]"
+labels: bug
+assignees: bshoshany
+
+---
+
+**Describe the bug**
+
+A clear and concise description of what the bug is.
+
+**Minimal working example**
+
+A short but complete program that can be compiled to reproduce the error. Paste the program between the two code fences. If it's too long or requires multiple files, attach the file(s) instead.
+
+```cpp
+```
+
+**Behavior**
+
+What behavior did you expect to get? What actually happened? If the code failed to compile, please include the full output of the compiler.
+
+**System information**
+
+* CPU model, architecture, # of cores and threads:
+* Operating system:
+* Name and version of C++ compiler:
+* Full command used for compiling, including all compiler flags:
+* Thread pool library version:
+
+(Please note that only the latest version of the thread pool library is supported.)
+
+**Additional information**
+
+Include any additional information here.