Skip to content

Commit

Permalink
update GH template
Browse files Browse the repository at this point in the history
  • Loading branch information
Borda committed Dec 22, 2021
1 parent f99cb1f commit 73e0dff
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 19 deletions.
21 changes: 3 additions & 18 deletions .github/ISSUE_TEMPLATE/bug_report.md
Expand Up @@ -12,33 +12,18 @@ assignees: ''

### To Reproduce

Steps to reproduce the behavior:

1. Go to '...'
1. Run '....'
1. Scroll down to '....'
1. See error

<!-- If you have a code sample, error messages, stack traces, please provide it here as well -->

#### Code sample

<!-- Ideally attach a minimal code sample to reproduce the decried issue.
Minimal means having the shortest code but still preserving the bug. -->
<!-- If you can link failed CI job, error messages, stack traces, please provide it here as well -->

### Expected behavior

<!-- A clear and concise description of what you expected to happen. -->

### Environment

- PyTorch Version (e.g., 1.0):
- OS (e.g., Linux):
- How you installed PyTorch (`conda`, `pip`, source):
- Build command you used (if compiling from source):
- Python version:
- CUDA/cuDNN version:
- GPU models and configuration:
- PyTorch Version (e.g., 1.0):
- How you installed PyTorch (`conda`, `pip`, source):
- Any other relevant information:

### Additional context
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/feature_request.md
Expand Up @@ -2,7 +2,7 @@
name: Feature request
about: Suggest an idea for this project
title: ''
labels: enhancement, help wanted
labels: enhancement
assignees: ''
---

Expand Down

0 comments on commit 73e0dff

Please sign in to comment.