Skip to content

Commit

Permalink
Create bug_report.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lionel42 authored Dec 18, 2024
1 parent 5fe5e36 commit abf78d0
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
---
name: Bug Report
description: Report a bug or issue with emiprog.
title: "[Bug]: "
body:
- type: textarea
id: summary
attributes:
label: Bug summary
description: Describe the bug in 1-2 short sentences
validations:
required: true
- type: textarea
id: reproduction
attributes:
label: Code for reproduction
description: >-
If possible, please provide the code to reproduce your bug.
placeholder: Paste your code here. This field is automatically formatted as Python code.
render: Python
validations:
required: true
- type: textarea
id: details
attributes:
label: Additional information
description: |
- What are the conditions under which this bug happens? input parameters, edge cases, etc?
- Has this worked in earlier versions?
- Do you know why this bug is happening?
- Any data required to run your script ?
- Are you using the latest version of emiproc ?

0 comments on commit abf78d0

Please sign in to comment.