-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
merges in master. Definitely NOT ready yet but I'll try to get it there
- Loading branch information
Showing
883 changed files
with
67,703 additions
and
17,816 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
# Ignore everything | ||
* | ||
!canary/ | ||
!server/ | ||
!sdk-java/ | ||
!sdk-go/ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.