Skip to content

Commit

Permalink
Update issue template to include debug_run reports
Browse files Browse the repository at this point in the history
  • Loading branch information
dlibenzi authored Dec 3, 2019
1 parent cd46571 commit f2dc885
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 4 deletions.
6 changes: 5 additions & 1 deletion .github/ISSUE_TEMPLATE/bug-report.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
---
name: "\U0001F41B Bug Report"
about: Submit a bug report to help us improve PyTorch/XLA integration
title: ''
labels: ''
assignees: ''

---

Expand All @@ -26,7 +29,8 @@ Steps to reproduce the behavior:

- reproducible on XLA backend [CPU/TPU]:
- torch_xla version:
- Any other relevant information:
- Any other relevant information. In case of issues related to slow executions, re-compilations, etc.., it is useful to have the `tar.gz` report from https://github.com/pytorch/xla/blob/master/TROUBLESHOOTING.md#using-debug_runpy-to-collect-debug-information


## Additional context

Expand Down
3 changes: 3 additions & 0 deletions .github/ISSUE_TEMPLATE/documentation.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
---
name: "\U0001F4DA Documentation"
about: Report an issue about missing/wrong documentation
title: ''
labels: ''
assignees: ''

---

Expand Down
3 changes: 3 additions & 0 deletions .github/ISSUE_TEMPLATE/feature-request.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
---
name: "\U0001F680Feature Request"
about: Submit a proposal/request for a new feature for PyTorch/XLA integration
title: ''
labels: ''
assignees: ''

---

Expand Down
6 changes: 3 additions & 3 deletions .github/ISSUE_TEMPLATE/questions-help-support.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
---
name: "❓Questions/Help/Support"
about: Do you need support? We have resources.
title: ''
labels: ''
assignees: ''

---

## ❓ Questions and Help



0 comments on commit f2dc885

Please sign in to comment.