Skip to content

Commit

Permalink
Merge pull request #40 from bdiptesh/testing
Browse files Browse the repository at this point in the history
v0.5.0_testing_stable
  • Loading branch information
bdiptesh committed Feb 19, 2024
2 parents 62e3635 + 37a0efd commit a20c47a
Show file tree
Hide file tree
Showing 49 changed files with 19,785 additions and 5,011 deletions.
2 changes: 1 addition & 1 deletion .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: ["1: bug", "2: tests"]
labels: ["bug", "tests"]
assignees:
- octocat
body:
Expand Down
2 changes: 1 addition & 1 deletion .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: ["1: eda"]
labels: ["eda"]
assignees:
- octocat
body:
Expand Down
2 changes: 1 addition & 1 deletion .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: ["1: feature", "2: tests"]
labels: ["feature", "tests"]
assignees:
- octocat
body:
Expand Down
2 changes: 1 addition & 1 deletion .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: ["1: maintenance"]
labels: ["maintenance"]
assignees:
- octocat
body:
Expand Down
2 changes: 1 addition & 1 deletion .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: ["1: story"]
labels: ["story"]
assignees:
- octocat
body:
Expand Down
1 change: 1 addition & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ Please select option(s) that are relevant.

- [ ] Bug fix (non-breaking change which fixes an issue)
- [ ] New feature (non-breaking change which adds functionality)
- [ ] Maintenance requests
- [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
- [ ] This change requires a documentation update

Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
# - Run linter
# - Run tests
#
# Version: 0.1.0
# Version: 0.1.1
#
# Author: Diptesh
#
# Date: May 03, 2020
# Date: Feb 11, 2024
#
# =============================================================================

Expand Down Expand Up @@ -38,7 +38,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: [3.7]
python-version: ['3.10']

steps:
- uses: actions/checkout@v2
Expand Down
Binary file not shown.
Binary file removed bin/metrics/build/temp.linux-x86_64-3.7/metrics.o
Binary file not shown.
Loading

0 comments on commit a20c47a

Please sign in to comment.