Skip to content

Commit

Permalink
Use sample template
Browse files Browse the repository at this point in the history
  • Loading branch information
papauorg committed Jul 9, 2024
1 parent c7a640a commit d0df3a5
Showing 1 changed file with 16 additions and 2 deletions.
18 changes: 16 additions & 2 deletions .github/ISSUE_TEMPLATE/simple-template-test.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: 📏 New Scale Request (Cylindric)
description: Request a new default scale for a cylindric container.
title: "[Scale]: "
title: ""
labels: ["scale-request"]
body:
- type: checkboxes
Expand All @@ -9,7 +9,7 @@ body:
label: Is new
description: I confirm that I searched the available scales and will only submit requests for scales that are not yet available.
options:
- label: I confirm
- label: "I did not find the scale I'm about to request"
required: true
- type: dropdown
id: containerForm
Expand All @@ -20,6 +20,8 @@ body:
options:
- cylinder
default: 0
validations:
required: false
- type: dropdown
id: lengthUnit
attributes:
Expand All @@ -30,6 +32,8 @@ body:
- "mm"
- "in"
default: 0
validations:
required: false
- type: dropdown
id: volumeUnit
attributes:
Expand All @@ -40,25 +44,33 @@ body:
- "l"
- "gal (U.S.)"
default: 0
validations:
required: false
- type: input
id: diameter
attributes:
label: Inner diameter
description: The inner diameter of your container to calculate the volme.
placeholder: "e.g. 350"
validations:
required: false
- type: input
id: height
attributes:
label: Container height
description: Height of the container to calculate the volumes of the scale.
placeholder: "e.g. 335"
validations:
required: false
- type: input
id: minVolume
attributes:
label: Min. Volume
description: The minimum volume that should appear on the scale.
placeholder: "1"
value: "1"
validations:
required: false
- type: input
id: maxVolume
attributes:
Expand All @@ -72,6 +84,8 @@ body:
label: Description
description: Describe what this scale is for and how it will look.
placeholder: "Scale for 350mm diameter cylindric container. 1-30 l in 1 l intervals with text every 5 l."
validations:
required: false
- type: textarea
id: graduationMarks
attributes:
Expand Down

0 comments on commit d0df3a5

Please sign in to comment.