Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 24 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
---
name: Feature request
about: Suggest an idea for this project
title: ''
labels: 'enhancement'
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.

**Feature Assistance**
Let us know if you are interested in working on this idea yourself with expert guidance/assistance, or in working together with us on this feature idea.

26 changes: 0 additions & 26 deletions .github/ISSUE_TEMPLATE/openfold-issue-template.md

This file was deleted.

40 changes: 40 additions & 0 deletions .github/ISSUE_TEMPLATE/openfold3-issue-template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
---
name: OpenFold3 issue template
about: Report a bug
title: "[BUG]"
labels: 'bug,needs-triage'
assignees: ''

---

-----------------------------------------
Thank you for taking the time to file a bug report. Please help us help you. Providing as much information as possible regarding the system information, the queries submitted and the configuration settings will allow us to more easily debug the issue.

OpenFold3 has documentation available at https://openfold3.readthedocs.io/en/latest/ with several how-to guides. Check there to see if your question might already be answered.

PLEASE DELETE THIS SECTION AFTER YOU HAVE READ IT
-----------------------------------------

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

**To Reproduce**
Steps to reproduce the behavior. If possible please include:
- A query (e.g. json) that triggers the issue
- A `runner.yml` file with custom configuration settings if one was used
- Comand line arguments used.

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

**Stack trace**
If applicable, please add the stack trace / log of your run

**Configuration (please complete the following information):**
- OS: [e.g. Ubuntu 20.04]
- GPU used and memory available
- Python version (if relevant):
- Installation path (e.g. conda / pip / build from repo)

**Additional context**
Add any other context about the problem here.
Loading