Browse Source

Update issue templates - add bug report

justheuristic 5 năm trước cách đây
mục cha
commit
565e5fe307
1 tập tin đã thay đổi với 22 bổ sung0 xóa
  1. 22 0
      .github/ISSUE_TEMPLATE/bug_report.md

+ 22 - 0
.github/ISSUE_TEMPLATE/bug_report.md

@@ -0,0 +1,22 @@
+---
+name: Bug report
+about: Report a problem or undesired behavior
+title: "[BUG] YOUR_TITLE_HERE"
+labels: bug
+assignees: justheuristic
+
+---
+
+**Describe the bug**
+A clear and concise description of what the bug is.
+
+**To Reproduce**
+If applicable, please create a minimal script that reproduces the problem for you. It would be great to include script outputs as well.
+
+**Environment**
+Please list:
+* python version (e.g. 3.8.1);
+* hivemind.__version__; branch or commit id
+* Please copy and paste the output from pytorch [environment collection script](https://raw.githubusercontent.com/pytorch/pytorch/master/torch/utils/collect_env.py)
+
+If the script doesn't work, please report pytorch and numpy versions manually. We also encourage you to include any additional information that you believe can help us solve the issue.