From af66a09bde1d69b0913f20fa44c2f72c120efd0e Mon Sep 17 00:00:00 2001 From: Diogo Date: Tue, 2 Jan 2024 19:52:20 -0500 Subject: [PATCH] Adds issue template with common questions (#345) * added template * remove label --- .github/ISSUE_TEMPLATE/bug_report.md | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 000000000..22a085792 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,28 @@ +--- +name: Bug report +about: Create a report about an issue you've encountered +title: "[BUG] " +labels: '' +assignees: '' + +--- + +**Describe the bug** +A clear and concise description of what the bug is. + +**To Reproduce** + +Include code snippet +```python + +``` + +**Expected behavior** +A clear and concise description of what you expected to happen. + +**Desktop (please complete the following information):** + - OS Version: [e.g. MacOS 14.1.2] + - Version [e.g. 0.7.0] + +**Additional context** +Add any other context about the problem here.