Skip to content

Commit

Permalink
merges in master. Definitely NOT ready yet but I'll try to get it there
Browse files Browse the repository at this point in the history
  • Loading branch information
coltmcnealy-lh committed Feb 13, 2024
2 parents 6f3f550 + 7a0c340 commit eaced67
Show file tree
Hide file tree
Showing 883 changed files with 67,703 additions and 17,816 deletions.
1 change: 1 addition & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Ignore everything
*
!canary/
!server/
!sdk-java/
!sdk-go/
Expand Down
56 changes: 56 additions & 0 deletions .github/ISSUE_TEMPLATE/bug-report.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,56 @@
name: Bug Report
description: Allows to report any bug/defect you have found in our project
labels: ["bug"]
projects: ["littlehorse-enterprises/1"]
body:
- type: textarea
id: context
attributes:
label: Context
description: A clear and concise description of what the bug is.
validations:
required: true
- type: textarea
id: steps
attributes:
label: Steps To Reproduce
description: "Anything that makes this issue complete. Example:"
value: |
Go to ...
Click on ....
Scroll down to ....
See error
validations:
required: true
- type: textarea
id: expected-behavior
attributes:
label: Expected Behavior
description: A clear and concise description of what you expected to happen.
validations:
required: true
- type: textarea
id: screenshots
attributes:
label: Screenshots
description: If applicable, add screenshots to help explain your problem.
- type: textarea
id: additional-context
attributes:
label: Additional Context
description: Add any other context about the problem here.
- type: dropdown
id: components
attributes:
label: Components
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
25 changes: 0 additions & 25 deletions .github/ISSUE_TEMPLATE/bug_report.md

This file was deleted.

45 changes: 45 additions & 0 deletions .github/ISSUE_TEMPLATE/enhancement.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
name: Enhancement
description: Minor change, refactor or enhancement
labels: ["enhancement"]
projects: ["littlehorse-enterprises/1"]
body:
- type: textarea
id: context
attributes:
label: Context
description: Describe the context and any relevant information about this enhancement.
validations:
required: true
- type: textarea
id: acceptance-criteria
attributes:
label: Acceptance Criteria
description: Anything that makes this issue complete.
value: |
**Scenario** [the name for the behavior that will be described]
**Given** [the beginning state of the scenario]
**When** [specific action that the user makes]
**Then** [the outcome of the action in **When**]
**And** [used to continue any of three previous statements]
validations:
required: true
- type: textarea
id: scope
attributes:
label: Out of Scope
description: Allows to define what is within the scope of the user story and what's not.
- type: dropdown
id: components
attributes:
label: Components
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
77 changes: 77 additions & 0 deletions .github/ISSUE_TEMPLATE/tech-debt.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,77 @@
name: Technical Debt
description: Technical Debt
labels: ["tech-debt", "enhancement"]
projects: ["littlehorse-enterprises/1"]
body:
- type: textarea
id: context
attributes:
label: Context
description: About this tech debt.
validations:
required: true
- type: dropdown
id: value
attributes:
label: Value
options:
- High
- Low
validations:
required: true
- type: dropdown
id: effort
attributes:
label: Effort
options:
- High
- Low
validations:
required: true
- type: textarea
id: current-state
attributes:
label: Current State and Pains
description: What is happening now?, Why is it painful?.
validations:
required: true
- type: textarea
id: solution
attributes:
label: Solution and Benefits
description: What is the proposals?. List the benefits.
validations:
required: true
- type: textarea
id: acceptance-criteria
attributes:
label: Acceptance Criteria
description: Anything that makes this issue complete.
value: |
**Scenario** [the name for the behavior that will be described]
**Given** [the beginning state of the scenario]
**When** [specific action that the user makes]
**Then** [the outcome of the action in **When**]
**And** [used to continue any of three previous statements]
validations:
required: true
- type: textarea
id: additional-context
attributes:
label: Additional Context
description: Add any other context about the problem here.
- type: dropdown
id: components
attributes:
label: Components
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
61 changes: 61 additions & 0 deletions .github/ISSUE_TEMPLATE/user-story.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,61 @@
name: User Story
description: New feature
labels: ["feature"]
projects: ["littlehorse-enterprises/1"]
body:
- type: textarea
id: context
attributes:
label: Context
description: Describe the context and any relevant information about this enhancement.
validations:
required: true
- type: textarea
id: description
attributes:
label: Description
description: The User Story.
value: |
**As a** [description of user]
**I want to** [functionality]
**So that** [benefit]
validations:
required: true
- type: textarea
id: acceptance-criteria
attributes:
label: Acceptance Criteria
description: Anything that makes this issue complete.
value: |
**Scenario** [the name for the behavior that will be described]
**Given** [the beginning state of the scenario]
**When** [specific action that the user makes]
**Then** [the outcome of the action in **When**]
**And** [used to continue any of three previous statements]
validations:
required: true
- type: textarea
id: scope
attributes:
label: Out of Scope
description: Allows to define what is within the scope of the user story and what's not.
- type: textarea
id: technical-context
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: dropdown
id: components
attributes:
label: Components
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
37 changes: 0 additions & 37 deletions .github/ISSUE_TEMPLATE/user_story.md

This file was deleted.

Loading

0 comments on commit eaced67

Please sign in to comment.