Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions .github/ISSUE_TEMPLATE/bug_report.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Bug Report
description: File a bug report
title: "[Bug]: "
labels: ["bug"]
labels: ["1: bug", "2: tests"]
assignees:
- octocat
body:
Expand Down Expand Up @@ -49,7 +49,8 @@ body:
label: Version
description: What version of our product are you running?
options:
- v0.4.0 (Default)
- v0.4.1 (Default)
- v0.4.0
validations:
required: true

Expand Down
6 changes: 3 additions & 3 deletions .github/ISSUE_TEMPLATE/eda_request.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: EDA request
description: Request an EDA request
title: "[EDA]: "
labels: ["eda"]
labels: ["1: eda"]
assignees:
- octocat
body:
Expand All @@ -27,10 +27,10 @@ body:
label: Additional context
placeholder: Add any other context or screenshots about the EDA request here.
validations:
required: false
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)
5 changes: 3 additions & 2 deletions .github/ISSUE_TEMPLATE/feature_request.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Feature request
description: Request a feature addition
title: "[Feature]: "
labels: ["feature"]
labels: ["1: feature", "2: tests"]
assignees:
- octocat
body:
Expand Down Expand Up @@ -68,6 +68,7 @@ body:
label: Version
description: What version of our product are you running?
options:
- v0.4.0 (Default)
- v0.4.1 (Default)
- v0.4.0
validations:
required: true
5 changes: 3 additions & 2 deletions .github/ISSUE_TEMPLATE/maintenance_request.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Maintenance request
description: Describe the technical debt or runtime updates
title: "[Maintenance]: "
labels: ["maintenance"]
labels: ["1: maintenance"]
assignees:
- octocat
body:
Expand All @@ -27,7 +27,8 @@ body:
label: Version
description: What version of our product are you running?
options:
- v0.4.0 (Default)
- v0.4.1 (Default)
- v0.4.0
validations:
required: true

Expand Down
11 changes: 5 additions & 6 deletions .github/ISSUE_TEMPLATE/user_story.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: User story
description: A valuable increment of functionality, testable by the users
title: "[User story]: "
labels: ["user story"]
labels: ["1: story"]
assignees:
- octocat
body:
Expand Down Expand Up @@ -60,10 +60,10 @@ body:
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
required: true

- type: input
id: sponsor
Expand All @@ -73,12 +73,11 @@ body:
placeholder: ex. email@example.com
validations:
required: true

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

required: false
2 changes: 2 additions & 0 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,13 @@ on:
- 'stable'
- 'testing'
- 'feature*'
- 'bug*'
pull_request:
branches:
- 'stable'
- 'testing'
- 'feature*'
- 'bug*'
- '!maintenance*'

jobs:
Expand Down
Binary file not shown.
Binary file modified bin/metrics/build/temp.linux-x86_64-3.7/metrics.o
Binary file not shown.
Loading