Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: json output #115

Merged
merged 2 commits into from
May 15, 2024
Merged

feat: json output #115

merged 2 commits into from
May 15, 2024

Conversation

zkoppert
Copy link
Member

@zkoppert zkoppert commented May 14, 2024

Pull Request

Proposed Changes

fixes #17

This pull request introduces two new files, json_writer.py and test_json_writer.py. The changes implement a new functionality to write contributor data to a JSON file.

Readiness Checklist

Author/Contributor

  • If documentation is needed for this change, has that been included in this pull request
  • run make lint and fix any issues that you have introduced
  • run make test and ensure you have test coverage for the lines you are introducing

Reviewer

  • Label as either bug, documentation, enhancement, infrastructure, maintenance or breaking

Signed-off-by: Zack Koppert <[email protected]>
@zkoppert
Copy link
Member Author

@jmeridth Are we missing any data that you think is important to put into the json output?

Signed-off-by: Zack Koppert <[email protected]>
@zkoppert
Copy link
Member Author

example outputs for comparison:
contributors.json
contributors.md

Copy link
Member

@jmeridth jmeridth left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

One question. Output, I think we're good

contributors.py Show resolved Hide resolved
@zkoppert zkoppert merged commit acb10f6 into main May 15, 2024
24 checks passed
@zkoppert zkoppert deleted the json branch May 15, 2024 00:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

feature: Add json output
2 participants