github / contributors

GitHub Action that given an organization or repository, produces information about the contributors over the specified time period.
https://github.blog/2023-10-23-how-to-gain-insight-into-your-project-contributors/
MIT License
98 stars 15 forks source link

fix: Fix headers in markdown to reflect when its limited to date range #165

Closed zkoppert closed 2 months ago

zkoppert commented 2 months ago

Pull Request

fixes #143

Proposed Changes

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

Reviewer