Skip to content

Commit

Permalink
Update issue templates
Browse files Browse the repository at this point in the history
  • Loading branch information
atillack authored Jun 21, 2021
1 parent 83570ea commit db7968b
Show file tree
Hide file tree
Showing 3 changed files with 56 additions and 0 deletions.
26 changes: 26 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
---
name: Bug report
about: Create a bug report to help improve this project
title: ''
labels: ''
assignees: atillack

---

**Describe the bug**
A clear and concise description of what the bug is along with relevant output.

**To Reproduce**
Show us how to reproduce the failure. Please include which options are used (i.e. `--filelist`, `--import_dpf`). If you can, please also share with us the necessary files (receptor and ligand PDBQT files, AutoDock maps or DLG files, etc,..).

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

**Information to help narrow down the bug**
- Which version of AutoDock-GPU are you using?
- Which operating system are you on?
- Which compiler, compiler version, and `make` compile options did you use?
- Which GPU(s) are you running on and is Cuda or OpenCL used?
- Which driver version and if applicable, which Cuda version are you using?
- When compiling AutoDock-GPU, are `GPU_INCLUDE_PATH` and `GPU_LIBRARY_PATH` set? Are both environment variables set to the correct directories, i.e. corresponding to the correct Cuda version or OpenCL library?
- Did this bug only show up recently? Which version of AutoDock-GPU, compiler, settings, etc. were you using that worked?
20 changes: 20 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
name: Feature request
about: Suggest an idea for this project
title: ''
labels: ''
assignees: ''

---

**Is your feature request related to a problem? Please describe.**
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

**Describe the solution you'd like**
A clear and concise description of what you want to happen.

**Describe alternatives you've considered**
A clear and concise description of any alternative solutions or features you've considered.

**Additional context**
Add any other context or screenshots about the feature request here.
10 changes: 10 additions & 0 deletions .github/ISSUE_TEMPLATE/general-question.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
name: General Question
about: Ask a general question to get help
title: ''
labels: ''
assignees: ''

---


0 comments on commit db7968b

Please sign in to comment.