Skip to content

Commit

Permalink
Create bug.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew-S-Rosen committed Nov 5, 2023
1 parent ab4c0ca commit 564364b
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions .github/ISSUE_TEMPLATE/bug.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
name: Bug report
description: Report a bug.
labels: ["bug"]

body:
- type: textarea
attributes:
label: Details about the Python environment
value: |
- **`covalent` version**:
- **`covalent-hpc-plugin` version**:
validations:
required: true

- type: textarea
attributes:
label: What is the issue?
description: A short description of what is going wrong.
validations:
required: true

- type: textarea
attributes:
label: How can we easily reproduce the issue?
description: Provide a [minimal reproducible example](https://stackoverflow.com/help/minimal-reproducible-example) of code to reproduce the issue.
value: |
```python
# Paste your *minimal* example code here
```
validations:
required: true

0 comments on commit 564364b

Please sign in to comment.