From ddd75fe42493974f6fd143471a133021529e5a7e Mon Sep 17 00:00:00 2001 From: fvoituret Date: Tue, 5 Nov 2019 11:16:39 +0100 Subject: [PATCH] feat: add bug template --- .github/ISSUE_TEMPLATE/bug.md | 36 +++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug.md diff --git a/.github/ISSUE_TEMPLATE/bug.md b/.github/ISSUE_TEMPLATE/bug.md new file mode 100644 index 0000000..0ffbc2e --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug.md @@ -0,0 +1,36 @@ +--- +name: Bug +about: Report a bug +--- + +## Description + + + +## Step to reproduce + + + +1. Installed using `...` +2. Run as `...` +3. Got `...` error + +## Output + +```bash + +``` + +## Environment + + + +| ----------------- | ------------------------------- | +| OS | Windows / Linux / MacOS / other | +| Installation type | Conda / pip / other | +| RAM available | XGo | +| Hardware spec | GPU / CPU / etc ... | + +## Additional context + +