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

Fetch Issues Data #2

Open
tomasohCHOM opened this issue Nov 5, 2024 · 0 comments
Open

Fetch Issues Data #2

tomasohCHOM opened this issue Nov 5, 2024 · 0 comments
Assignees

Comments

@tomasohCHOM
Copy link
Contributor

Add functionality to oss-stats to fetch issues data from the acmcsufoss organization

To-Do

  • Create a function called fetch_issues (look at fetch_repositories as a reference) inside oss_stats/github.py that will fetch the number of issues opened across all repositories in acmcsufoss
  • Go into oss_stats/cli.py and add the "issues" option under the cli function

Contributing

  1. git checkout main to position yourself in the main branch first
  2. git pull for latest change if there's any
  3. git checkout -b "add/issues" to create a new branch
  4. Once you are done adding your code, commit those changes then push them via git push origin add/issues
  5. Assign reviewer (@tomasohCHOM or @EvanCPSC or @JOwen-ster) before merging code
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants