Update contribution tables in both the README.md examples and in the functional code markdown.py files, along with corresponding changes to the test cases in test_markdown.py. The goal of this change is improving the clarity and accuracy of contribution data by including date ranges for commit counts and specifying when the date reange is not limiting the results for that column.
Readiness Checklist
Author/Contributor
[x] If documentation is needed for this change, has that been included in this pull request
[x] run make lint and fix any issues that you have introduced
[x] run make test and ensure you have test coverage for the lines you are introducing
[x] If publishing new data to the public (scorecards, security scan results, code quality results, live dashboards, etc.), please request review from @jeffrey-luszcz
Reviewer
[x] Label as either bug, documentation, enhancement, infrastructure, maintenance or breaking
Pull Request
fixes #143
Proposed Changes
Update contribution tables in both the
README.md
examples and in the functional codemarkdown.py
files, along with corresponding changes to the test cases intest_markdown.py
. The goal of this change is improving the clarity and accuracy of contribution data by including date ranges for commit counts and specifying when the date reange is not limiting the results for that column.Readiness Checklist
Author/Contributor
make lint
and fix any issues that you have introducedmake test
and ensure you have test coverage for the lines you are introducing@jeffrey-luszcz
Reviewer
bug
,documentation
,enhancement
,infrastructure
,maintenance
orbreaking