Skip to content

Commit

Permalink
Merge branch 'master' into feature/602-shared-variables
Browse files Browse the repository at this point in the history
  • Loading branch information
coltmcnealy-lh committed Jan 22, 2024
2 parents 9db101d + ba49862 commit bcd82b0
Show file tree
Hide file tree
Showing 24 changed files with 2,980 additions and 223 deletions.
25 changes: 13 additions & 12 deletions .github/ISSUE_TEMPLATE/bug-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ body:
id: steps
attributes:
label: Steps To Reproduce
description: Anything that makes this issue complete.
description: "Anything that makes this issue complete. Example:"
value: |
Go to ...
Click on ....
Expand All @@ -39,17 +39,18 @@ body:
attributes:
label: Additional Context
description: Add any other context about the problem here.
- type: textarea
- type: dropdown
id: components
attributes:
label: Components
description: Please put an X between the parenthesis of the components this issue is related to.
value: |
() Dashboard
() Server
() Python SDK
() Go SDK
() Java SDK
() C# SDK
() LH Control
() LH Tests Utils
description: Please select all the affected components.
multiple: true
options:
- Dashboard
- Server
- Python SDK
- Go SDK
- Java SDK
- C# SDK
- LH Control
- LH Tests Utils
23 changes: 12 additions & 11 deletions .github/ISSUE_TEMPLATE/enhancement.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,17 +28,18 @@ body:
attributes:
label: Out of Scope
description: Allows to define what is within the scope of the user story and what's not.
- type: textarea
- type: dropdown
id: components
attributes:
label: Components
description: Please put an X between the parenthesis of the components this issue is related to.
value: |
() Dashboard
() Server
() Python SDK
() Go SDK
() Java SDK
() C# SDK
() LH Control
() LH Tests Utils
description: Please select all the affected components.
multiple: true
options:
- Dashboard
- Server
- Python SDK
- Go SDK
- Java SDK
- C# SDK
- LH Control
- LH Tests Utils
23 changes: 12 additions & 11 deletions .github/ISSUE_TEMPLATE/tech-debt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,17 +60,18 @@ body:
attributes:
label: Additional Context
description: Add any other context about the problem here.
- type: textarea
- type: dropdown
id: components
attributes:
label: Components
description: Please put an X between the parenthesis of the components this issue is related to.
value: |
() Dashboard
() Server
() Python SDK
() Go SDK
() Java SDK
() C# SDK
() LH Control
() LH Tests Utils
description: Please select all the affected components.
multiple: true
options:
- Dashboard
- Server
- Python SDK
- Go SDK
- Java SDK
- C# SDK
- LH Control
- LH Tests Utils
23 changes: 12 additions & 11 deletions .github/ISSUE_TEMPLATE/user-story.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,17 +44,18 @@ body:
attributes:
label: Technical Context
description: Here we need to specify if there are any technical constraints that might guide the implementation of the user story.
- type: textarea
- type: dropdown
id: components
attributes:
label: Components
description: Please put an X between the parenthesis of the components this issue is related to.
value: |
() Dashboard
() Server
() Python SDK
() Go SDK
() Java SDK
() C# SDK
() LH Control
() LH Tests Utils
description: Please select all the affected components.
multiple: true
options:
- Dashboard
- Server
- Python SDK
- Go SDK
- Java SDK
- C# SDK
- LH Control
- LH Tests Utils
Loading

0 comments on commit bcd82b0

Please sign in to comment.