Skip to content

Commit

Permalink
Update issue templates
Browse files Browse the repository at this point in the history
  • Loading branch information
blondegeek committed Jan 11, 2021
1 parent 2720527 commit c9efd74
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 2 deletions.
34 changes: 34 additions & 0 deletions .github/ISSUE_TEMPLATE/bug-report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
---
name: Bug report
about: Create a report to help us improve
title: "\U0001F41B [BUG]"
labels: bug
assignees: ''

---

**Describe the bug**
A clear and concise description of what the bug is.

**To Reproduce**
Minimal code to reproduce the behavior. Please be try to isolate the code producing the error code from code specific to your task but not necessarily relevant to the error (e.g. replacing input data with random inputs instead of data from files).

**Expected behavior**
A clear and concise description of what you expected to happen.

**Environment (please complete the following information):**
- OS: [e.g. iOS, Ubuntu, Windows]
- python version (`python --version`)
- python environment (commands are given for python interpreter):
- e3nn version (`import e3nn; e3nn.__version__`)
- pytorch version (`import torch; torch.__version__`)
- pytorch_geometric version (`import torch_geometric; torch_geometric.__version__`)
- (if relevant) GPU support with CUDA
- cuda Version according to nvcc (`nvcc --version`)
- cuda version according to pyTorch (`import torch; torch.version.cuda`)

**Screenshots**
If applicable, add screenshots to help explain your problem.

**Additional context**
Add any other context about the problem here.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
name: Feature request
about: Suggest an idea for this project
title: ''
title: "\U0001F31F [FEATURE]"
labels: enhancement
assignees: ''

Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/question.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
name: Question
about: Ask a question about the codebase, documentation, or anything else.
title: ''
title: "❓ [QUESTION]"
labels: question
assignees: ''

Expand Down

0 comments on commit c9efd74

Please sign in to comment.