Skip to content

Commit

Permalink
Merge pull request #214 from jvalegre/jv_branch
Browse files Browse the repository at this point in the history
1. Issue templates
  • Loading branch information
jvalegre authored Oct 27, 2024
2 parents 2cd2a5a + fb78a49 commit bfab334
Show file tree
Hide file tree
Showing 2 changed files with 53 additions and 0 deletions.
33 changes: 33 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
---
name: Bug report
about: Create a report to help us improve
title: ''
labels: bug
assignees: jvalegre

---

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

**Command line**
Include the command line used to run AQME (exactly as used)

**Software versions**
Versions of the programs used
- AQME: [e.g. v0.0.7]
- Open Babel: [e.g. v0.0.7]
- CREST: [e.g. v0.0.7] (if applicable)
- xTB: [e.g. v0.0.7] (if applicable)
- ASE, torch and ANI: [e.g. v0.0.7] (if applicable)

**Installation followed**
Did you install AQME executing "pip install aqme" only, or you followed all the steps included in [ReadTheDocs](https://aqme.readthedocs.io/en/latest/Quickstart/setup.html)?

**System**
- OS: [e.g. Windows 11]

**Additional information**
If possible, upload a ZIP file with:
- All the results generated by AQME (including folders and DAT files)
- Input file(s) (if applicable)
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: enhancement
assignees: jvalegre

---

**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.

0 comments on commit bfab334

Please sign in to comment.