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 9d98157 commit eecac0b
Showing 1 changed file with 1 addition and 61 deletions.
62 changes: 1 addition & 61 deletions .github/ISSUE_TEMPLATE/simple-template-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,64 +20,4 @@ body:
multiple: false
options:
- cylinder
default: cylinder

- type: dropdown
id: lengthUnit
attributes:
label: Length unit
description: In what unit do you supply your measurements?
multiple: false
options:
- mm
- in
default: mm

- type: dropdown
id: volumeUnit
attributes:
label: Volume unit
description: What volume unit should your scale use?
multiple: false
options:
- l
- gal (U.S.)
default: l

- type: input
id: diameter
attributes:
label: Inner diameter
description: The inner diameter of your container to calculate the volme.

- type: input
id: height
attributes:
label: Container height
description: Height of the container to calculate the volumes of the scale.

- type: input
id: minVolume
attributes:
label: Min. Volume
description: The minimum volume that should appear on the scale.
default: 1

- type: input
id: maxVolume
attributes:
label: Max. Volume
description: The maximum volume that should appear on the scale. Use 0 for no maximum.
default: 0

- type: input
id: description
attributes:
label: Description
description: Describe what this scale is for and how it will look.

- type: textarea
id: graduationMarks
attributes:
label: Graduation mark settings
description: Anything you want the scale to be different than the default. Keep in mind that this may take longer to get created as it will be manual work to do it.
default: cylinder

0 comments on commit eecac0b

Please sign in to comment.