Skip to content

Commit 64ae7c5

Browse files
authored
Merge pull request #85 from st-tech/add_issue_template
Add ISSUE_TEMPLATE
2 parents 55efbad + 87a6e8a commit 64ae7c5

File tree

2 files changed

+34
-0
lines changed

2 files changed

+34
-0
lines changed
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
name: Bug Report
2+
description: Create a bug report
3+
title: "[Bug]: "
4+
labels: ["bug"]
5+
body:
6+
- type: checkboxes
7+
id: terms
8+
attributes:
9+
label: Pre-requisites
10+
options:
11+
- label: I'd like to contribute the fix myself
12+
- type: textarea
13+
id: description
14+
attributes:
15+
label: What happened/what you expected to happen?
16+
validations:
17+
required: true
18+
- type: textarea
19+
id: logs
20+
attributes:
21+
label: Relevant log output
22+
description: Please copy and paste any relevant log output. This will be automatically formatted into code, so no need for backticks.
23+
render: shell
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
name: Feature Request
2+
description: Suggest an idea for gatling-operator
3+
title: "[Feature Request]: "
4+
labels: ["feature"]
5+
body:
6+
- type: textarea
7+
id: summary
8+
attributes:
9+
label: Summary
10+
validations:
11+
required: true

0 commit comments

Comments
 (0)