Skip to content

Commit

Permalink
Copy editing of form (#553)
Browse files Browse the repository at this point in the history
  • Loading branch information
timja authored Jun 6, 2024
1 parent 7b55a31 commit 0258a8f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions .github/ISSUE_TEMPLATE/2-ondemand-env-startup-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,14 +36,14 @@ body:
id: on_demand_start_date
attributes:
label: On Demand start date
description: "DD-MM-YYYY - date covers start period, 08:00 to 20:00 the same day"
description: "DD-MM-YYYY - date covers start period, 8am till 8pm the same day"
validations:
required: true

- type: input
id: on_demand_end_date
attributes:
label: On Demand end date
description: "DD-MM-YYYY - Defaults to start date. 08:00 startup job will start on demand environment till this date."
description: "DD-MM-YYYY - Defaults to start date. 8am startup job will start on demand environment till this date."
validations:
required: false
required: false
8 changes: 4 additions & 4 deletions .github/ISSUE_TEMPLATE/3-skip-auto-shutdown-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,23 +46,23 @@ body:
id: form_start_date
attributes:
label: Skip shutdown start date
description: "DD-MM-YYYY - date covers shutdown period, 20:00 to 20:00 the following day"
description: "DD-MM-YYYY - date covers shutdown period, 8pm till 8pm the following day"
validations:
required: true

- type: input
id: form_end_date
attributes:
label: Skip shutdown end date
description: "DD-MM-YYYY - Defaults to start date. 20:00 shutdown job will skip provided clusters on this date."
description: "DD-MM-YYYY - Defaults to start date. 8pm shutdown job will skip auto shutdown on this date."
validations:
required: false

- type: dropdown
id: form_stay_on_late
attributes:
label: Do you need this exclusion past 23:00?
description: Default is set to no. Shutdown of all environments will occur at 23:00 unless the below is ticked.
label: Do you need this exclusion past 11pm?
description: Most people only need an extra couple of hours past the default 8pm, select 'Yes' if you need the environment to stay up the whole night.
multiple: false
options:
- 'No'
Expand Down

0 comments on commit 0258a8f

Please sign in to comment.