Skip to content

Commit

Permalink
feat: issue template
Browse files Browse the repository at this point in the history
  • Loading branch information
RobPasMue authored Sep 18, 2024
1 parent a530c94 commit 376126e
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions .github/ISSUE_TEMPLATES/bug.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
name: Issue reporting template
description: Issue reporting template
title: "[BUG] Problem found in..."
labels: ["bug"]
assignees: [""]

body:

- type: checkboxes
id: opt-out-checklist
attributes:
label: '🔍 Before submitting the issue'
description: Please, make sure the following conditions are met
options:
- label: I have tried the latest Ansys Python Installer version
required: true
- label: I have adapted properly the title of the issue
required: true

- type: textarea
id: information
attributes:
label: 'Description'
placeholder: Please add the required information to reproduce your problem (logs, screenshots, description...)
validations:
required: true

0 comments on commit 376126e

Please sign in to comment.