Skip to content

Commit

Permalink
Fix issue template for GitHub
Browse files Browse the repository at this point in the history
  • Loading branch information
kristian committed Feb 17, 2025
1 parent 80900f8 commit 8903f13
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 14 deletions.
Original file line number Diff line number Diff line change
@@ -1,23 +1,18 @@
name: "Bug Report"
description: Create a new issue for a bug.
title: "<title>"
labels: [
"bug"
]
name: "General Issue"
description: Create a new issue, i.e. a bug / feature request / question / etc.
body:
- type: textarea
id: description
attributes:
label: "Description"
description: Please enter an explicit description of your issue
placeholder: Short and explicit description of your issue...
label: "Add a description"
placeholder: Short and explicit description of your issue
validations:
required: true
- type: dropdown
id: tool
attributes:
label: "Tool"
description: Which tool did the issue occur for ?
label: "Specify the tool"
description: Which tool of the toolkit did the issue occur for?
multiple: true
options:
- cap.js / Packet Capture
Expand All @@ -30,11 +25,17 @@ body:
- type.js / Determine Packet Type
validations:
required: false
- type: textarea
id: mre
attributes:
label: "Provide an example"
description: Please provide a [minimum reproducible example](https://en.wikipedia.org/wiki/Minimal_reproducible_example) to help us understand the issue
validations:
required: false
- type: textarea
id: data
attributes:
label: "Data"
description: Please provide the data that you used as an input, e.g. the ZEP packet data to validate the issue
placeholder: Input data, e.g. the ZEP HEX packet data
label: "Send us the packet / input data"
description: Please provide the data that you used as an input, e.g. the packet data to validate the issue
validations:
required: false
File renamed without changes.

0 comments on commit 8903f13

Please sign in to comment.