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

Beginner Friendly Issue Tracker for PyData Global Sprint #534

Closed
jessegrabowski opened this issue Dec 6, 2023 · 2 comments
Closed

Beginner Friendly Issue Tracker for PyData Global Sprint #534

jessegrabowski opened this issue Dec 6, 2023 · 2 comments
Labels
beginner friendly help wanted Extra attention is needed

Comments

@jessegrabowski
Copy link
Member

Issue with current documentation:

This is a collection place for beginner friendly issues that we can point participants to

Idea or request for content:

No response

@jessegrabowski jessegrabowski added help wanted Extra attention is needed beginner friendly labels Dec 6, 2023
@lmmx
Copy link
Contributor

lmmx commented Dec 6, 2023

Beginner friendly issues

Here are the beginner friendly issues for pytensor, most recently updated first (which is this issue!)

Click to show the gh CLI command to generate it
CHECK_OFF=(534 471 462) &&
gh issue list --repo pymc-devs/pytensor --limit=100 --label "beginner friendly" --json number,title,labels,updatedAt,url --state open | 
jq -r 'sort_by(.updatedAt) | reverse | .[] | [.number, .title, .url] | @tsv' | 
awk -v checkList="$(printf ':%s:' "${CHECK_OFF[@]}")" -F"\t" '{
    match(checkList, ":" $1 ":");
    printf "- [%s] [%d: %s](%s)\n", (RLENGTH > 0) ? "x" : " ", $1, $2, $3;
}'

Help wanted issues

Here are the help wanted issues for pytensor, most recently updated first

Click to show the gh CLI command to generate it
CHECK_OFF=(534 471 462) &&
gh issue list --repo pymc-devs/pytensor --limit=100 --label "help wanted" --json number,title,labels,updatedAt,url --state open | 
jq -r 'sort_by(.updatedAt) | reverse | .[] | [.number, .title, .url] | @tsv' | 
awk -v checkList="$(printf ':%s:' "${CHECK_OFF[@]}")" -F"\t" '{
    match(checkList, ":" $1 ":");
    printf "- [%s] [%d: %s](%s)\n", (RLENGTH > 0) ? "x" : " ", $1, $2, $3;
}'

@ricardoV94
Copy link
Member

@lmmx I have updated the beginner-friendly labels in case you want to update the list above

@ricardoV94 ricardoV94 pinned this issue Dec 7, 2023
@ricardoV94 ricardoV94 unpinned this issue Jun 24, 2024
@ricardoV94 ricardoV94 closed this as not planned Won't fix, can't repro, duplicate, stale Jun 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
beginner friendly help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

3 participants