Skip to content

Commit

Permalink
Merge pull request #85 from st-tech/add_issue_template
Browse files Browse the repository at this point in the history
Add ISSUE_TEMPLATE
  • Loading branch information
ksudate authored Jun 7, 2023
2 parents 55efbad + 87a6e8a commit 64ae7c5
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
name: Bug Report
description: Create a bug report
title: "[Bug]: "
labels: ["bug"]
body:
- type: checkboxes
id: terms
attributes:
label: Pre-requisites
options:
- label: I'd like to contribute the fix myself
- type: textarea
id: description
attributes:
label: What happened/what you expected to happen?
validations:
required: true
- type: textarea
id: logs
attributes:
label: Relevant log output
description: Please copy and paste any relevant log output. This will be automatically formatted into code, so no need for backticks.
render: shell
11 changes: 11 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
name: Feature Request
description: Suggest an idea for gatling-operator
title: "[Feature Request]: "
labels: ["feature"]
body:
- type: textarea
id: summary
attributes:
label: Summary
validations:
required: true

0 comments on commit 64ae7c5

Please sign in to comment.