Skip to content

Commit

Permalink
Merge pull request #36 from bdiptesh/testing
Browse files Browse the repository at this point in the history
v0.4.1_testing_stable
  • Loading branch information
bdiptesh authored Jan 16, 2022
2 parents 947b708 + 7d5f768 commit 62e3635
Show file tree
Hide file tree
Showing 92 changed files with 48,729 additions and 207 deletions.
2 changes: 1 addition & 1 deletion .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ standards.
rating of 10/10.
- Ensure to profile your modules and move any bottlenecks to a low latency system/module.
- Ensure to add unit tests with corner cases and achieve 100% code coverage.
- Limit the use of third party libraries. If you do have to use them, ensure that it exists in [bigRED environment](https://wiki.target.com/tgtwiki/index.php/Portal:BigRED/_Software_Libraries).
- Limit the use of third party libraries. If you do have to use them, ensure that it exists in production environment.
- Follow [pull request](PULL_REQUEST_TEMPLATE.md) guidelines.

### Guidelines
Expand Down
32 changes: 0 additions & 32 deletions .github/ISSUE_TEMPLATE/bug_report.md

This file was deleted.

70 changes: 70 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,70 @@
name: Bug Report
description: File a bug report
title: "[Bug]: "
labels: ["1: bug", "2: tests"]
assignees:
- octocat
body:
- type: input
id: contact
attributes:
label: Contact Details
description: How can we get in touch with you if we need more information?
placeholder: ex. [email protected]
validations:
required: false

- type: textarea
id: bug-description
attributes:
label: Describe the bug
placeholder: A clear and concise description of what the bug is.
validations:
required: true

- type: textarea
id: bug-reproduce
attributes:
label: How can we reproduce the bug
placeholder: |
Steps to reproduce the behavior:
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error
validations:
required: true

- type: textarea
id: expected
attributes:
label: Expected behavior
placeholder: A clear and concise description of what you expected to happen.
validations:
required: true

- type: dropdown
id: version
attributes:
label: Version
description: What version of our product are you running?
options:
- v0.4.1 (Default)
- v0.4.0
validations:
required: true

- type: textarea
id: logs
attributes:
label: Relevant log output/screenshots
description: Please copy and paste any relevant log output. This will be automatically formatted into code, so no need for backticks.
render: shell

- type: textarea
id: add-context
attributes:
label: Additional context
placeholder: Add any other context about the bug report here.
validations:
required: false
23 changes: 0 additions & 23 deletions .github/ISSUE_TEMPLATE/eda_request.md

This file was deleted.

36 changes: 36 additions & 0 deletions .github/ISSUE_TEMPLATE/eda_request.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
name: EDA request
description: Request an EDA request
title: "[EDA]: "
labels: ["1: eda"]
assignees:
- octocat
body:
- type: textarea
id: description
attributes:
label: Describe the EDA request
placeholder: A clear and concise description of the request.
validations:
required: true

- type: textarea
id: expected
attributes:
label: Expected outcomes(s)
placeholder: Describe expected analyses/outcomes.
validations:
required: true

- type: textarea
id: add-context
attributes:
label: Additional context
placeholder: Add any other context or screenshots about the EDA request here.
validations:
required: false

- type: markdown
attributes:
value: |
### NOTE: EDA branch(es) if at all created should not be merged into production/perennial branches i.e. (stable/testing/master)
40 changes: 0 additions & 40 deletions .github/ISSUE_TEMPLATE/feature_request.md

This file was deleted.

74 changes: 74 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,74 @@
name: Feature request
description: Request a feature addition
title: "[Feature]: "
labels: ["1: feature", "2: tests"]
assignees:
- octocat
body:
- type: textarea
id: problem-statement
attributes:
label: Is your feature request related to a problem? Please describe.
placeholder: A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
validations:
required: true

- type: textarea
id: solution
attributes:
label: Describe the solution you'd like
placeholder: A clear and concise description of what you want to happen.
validations:
required: true

- type: textarea
id: input
attributes:
label: Expected input(s)
placeholder: |
input_01: int
input_02: List[Union[int, float]]
render: python
validations:
required: true

- type: textarea
id: output
attributes:
label: Expected output(s)
placeholder: |
output_01: Dict[str, int]
output_02: List[Union[int, float]]
render: python
validations:
required: true

- type: textarea
id: add-context
attributes:
label: Additional context
placeholder: Add any other context or screenshots about the feature request here.
validations:
required: false

- type: textarea
id: accept
attributes:
label: Acceptance criteria
placeholder: |
NOTE: Acceptance criteria should be measurable and should be based on maximum possible limit.
Example: If the acceptance criteria for an application is based on response time, specify the response time such that post which the application will not be adopted/used at all i.e. a deal breaker. Meaning if the acceptance criteria for response time is 1 minute, the end user will NOT use the application at all if the response time is more than 1 minute.
validations:
required: true

- type: dropdown
id: version
attributes:
label: Version
description: What version of our product are you running?
options:
- v0.4.1 (Default)
- v0.4.0
validations:
required: true
22 changes: 0 additions & 22 deletions .github/ISSUE_TEMPLATE/maintenance_request.md

This file was deleted.

41 changes: 41 additions & 0 deletions .github/ISSUE_TEMPLATE/maintenance_request.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
name: Maintenance request
description: Describe the technical debt or runtime updates
title: "[Maintenance]: "
labels: ["1: maintenance"]
assignees:
- octocat
body:
- type: textarea
id: describe
attributes:
label: Describe the maintenance request
placeholder: A clear and concise description of the request.
validations:
required: true

- type: textarea
id: impact
attributes:
label: Current impact
placeholder: Quantify the impact of not completing the request.
validations:
required: true

- type: dropdown
id: version
attributes:
label: Version
description: What version of our product are you running?
options:
- v0.4.1 (Default)
- v0.4.0
validations:
required: true

- type: textarea
id: add-context
attributes:
label: Additional context
placeholder: Add any other context or screenshots about the maintenance request here.
validations:
required: false
Loading

0 comments on commit 62e3635

Please sign in to comment.