diff --git a/.github/ISSUE_TEMPLATE/problem-report.md b/.github/ISSUE_TEMPLATE/problem-report.md new file mode 100644 index 0000000..c2b8e7e --- /dev/null +++ b/.github/ISSUE_TEMPLATE/problem-report.md @@ -0,0 +1,29 @@ +--- +name: Problem report +about: Create a problem report to help us help you +title: '' +labels: '' +assignees: '' + +--- + +**Describe the bug** +A clear and concise description of what the bug is. + +**Error message(s)** + +**Environment:** + - OS: [e.g. Ubuntu Linux, openSUSE Linux, OSX, Windows] + - Version [e.g. 22] + - Python Version + - Source of Python [e.g., self-compiled, OS version, ...] + - Boost Version + - Source of Boost [e.g., self-compiled, OS version, ...] + - Compiler Version + +**Log of compilation** + + + +**Additional context** +Add any other context about the problem here.