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
16 changes: 8 additions & 8 deletions .github/ISSUE_TEMPLATE/bug_report.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ title: "[Bug]: "
labels: ["bug"]
assignees:
- octocat
body:
body:
- type: input
id: contact
attributes:
Expand All @@ -13,15 +13,15 @@ body:
placeholder: ex. email@example.com
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:
Expand All @@ -34,22 +34,22 @@ body:
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.1.0 (Default)
- v0.4.0 (Default)
validations:
required: true

Expand All @@ -59,11 +59,11 @@ body:
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
required: false
19 changes: 9 additions & 10 deletions .github/ISSUE_TEMPLATE/feature_request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@ body:
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:
Expand All @@ -31,7 +31,7 @@ body:
render: python
validations:
required: true

- type: textarea
id: output
attributes:
Expand All @@ -42,26 +42,26 @@ body:
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
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
required: true

- type: dropdown
id: version
attributes:
Expand All @@ -71,4 +71,3 @@ body:
- v0.4.0 (Default)
validations:
required: true

5 changes: 2 additions & 3 deletions .github/ISSUE_TEMPLATE/maintenance_request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ body:
label: Version
description: What version of our product are you running?
options:
- v0.1.0 (Default)
- v0.4.0 (Default)
validations:
required: true

Expand All @@ -37,5 +37,4 @@ body:
label: Additional context
placeholder: Add any other context or screenshots about the maintenance request here.
validations:
required: false

required: false
3 changes: 2 additions & 1 deletion .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ on:
branches:
- 'stable'
- 'testing'
- 'feature*'
pull_request:
branches:
- 'stable'
Expand Down Expand Up @@ -51,7 +52,7 @@ jobs:
- name: Lint with flake8
run: |
# stop the build if there are Python syntax errors or undefined names
flake8 . --count --extend-ignore=E402 --show-source --statistics
flake8 . --count --extend-ignore=E402,W0511 --show-source --statistics
# exit-zero treats all errors as warnings. The GitHub editor is 127 chars wide
flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
- name: Test with pytest
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