소스 검색

Update issue templates - add bug report

justheuristic 5 년 전
부모
커밋
565e5fe307
1개의 변경된 파일22개의 추가작업 그리고 0개의 파일을 삭제
  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.