You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
git checkout main to position yourself in the main branch first
git pull for latest change if there's any
git checkout -b "add/prs" to create a new branch
Once you are done adding your code, commit those changes then push them via git push origin add/prs
Add functionality to
oss-stats
to fetch pull request data from the acmcsufoss organizationTo-Do
fetch_prs
(look atfetch_repositories
as a reference) insideoss_stats/github.py
that will fetch the number of pull requests created across all repositories in acmcsufossoss_stats/cli.py
and add the "PRs" option under thecli
functionContributing
git checkout main
to position yourself in the main branch firstgit pull
for latest change if there's anygit checkout -b "add/prs"
to create a new branchgit push origin add/prs
The text was updated successfully, but these errors were encountered: