Skip to content

Commit 376126e

Browse files
authored
feat: issue template
1 parent a530c94 commit 376126e

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

.github/ISSUE_TEMPLATES/bug.yml

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
name: Issue reporting template
2+
description: Issue reporting template
3+
title: "[BUG] Problem found in..."
4+
labels: ["bug"]
5+
assignees: [""]
6+
7+
body:
8+
9+
- type: checkboxes
10+
id: opt-out-checklist
11+
attributes:
12+
label: '🔍 Before submitting the issue'
13+
description: Please, make sure the following conditions are met
14+
options:
15+
- label: I have tried the latest Ansys Python Installer version
16+
required: true
17+
- label: I have adapted properly the title of the issue
18+
required: true
19+
20+
- type: textarea
21+
id: information
22+
attributes:
23+
label: 'Description'
24+
placeholder: Please add the required information to reproduce your problem (logs, screenshots, description...)
25+
validations:
26+
required: true

0 commit comments

Comments
 (0)