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 Pull Request Data #1

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

Fetch Pull Request Data #1

tomasohCHOM opened this issue Nov 5, 2024 · 0 comments

Comments

@tomasohCHOM
Copy link
Contributor

tomasohCHOM commented Nov 5, 2024

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

To-Do

  • Create a function called fetch_prs (look at fetch_repositories as a reference) inside oss_stats/github.py that will fetch the number of pull requests created across all repositories in acmcsufoss
  • Go into oss_stats/cli.py and add the "PRs" 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/prs" to create a new branch
  4. Once you are done adding your code, commit those changes then push them via git push origin add/prs
  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

1 participant