Skip to content

Commit

Permalink
Use yml issue template
Browse files Browse the repository at this point in the history
  • Loading branch information
papauorg committed Jul 9, 2024
1 parent f8dc031 commit 9063075
Showing 1 changed file with 32 additions and 47 deletions.
Original file line number Diff line number Diff line change
@@ -1,15 +1,16 @@
---
name: 📏 New Scale Request (Cylindric)
about: You want to create a new scale with a default style for a vessel with new size or different style?
title: 'New Scale: '
labels: scale-request
assignees: 'papauorg'
description: Request a new default scale for a cylindric container.
title: "[Scale]: "
labels: ["scale-request"]
body:
- type: markdown
attributes:
value: |
[] I had a look at the available scales and the one I request does not exist yet.
- type: checkboxes
id: terms
attributes:
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: The scale I request is not yet available.
required: true
- type: dropdown
id: containerForm
attributes:
Expand All @@ -18,85 +19,69 @@ body:
multiple: false
options:
- cylinder
default: cylinder
validations:
required: true

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

id: lengthUnit
attributes:
label: "Length Unit"
description: The length unit that you give your measurements in.
multiple: false
options:
- "mm"
- "in"
default: 0
- 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
validations:
required: true

- "l"
- "gal (U.S.)"
default: 0
- 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: true

- 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: true

- type: input
id: minVolume
attributes:
label: Min. Volume
description: The minimum volume that should appear on the scale.
default: 1
placeholder: "1"
value: "1"
validations:
required: true

- 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
validations:
required: true

placeholder: "0"
value: "0"
- type: input
id: description
attributes:
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

required: true
- 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.
validations:
required: false
---


0 comments on commit 9063075

Please sign in to comment.