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

Contributor Issue Tracker for PyData Global Sprint #7053

Open
57 tasks
lmmx opened this issue Dec 7, 2023 · 1 comment
Open
57 tasks

Contributor Issue Tracker for PyData Global Sprint #7053

lmmx opened this issue Dec 7, 2023 · 1 comment

Comments

@lmmx
Copy link

lmmx commented Dec 7, 2023

Issue with current documentation:

No response

Idea or request for content:

Beginner friendly issues

Here are the beginner friendly issues for pytensor, most recently updated first

Click to show the gh CLI command to generate it
CHECK_OFF=() &&
gh issue list --repo pymc-devs/pymc --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 beginner friendly issues for pytensor, most recently updated first

Click to show the gh CLI command to generate it
CHECK_OFF=() &&
gh issue list --repo pymc-devs/pymc --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;
}'
@lmmx lmmx added the docs label Dec 7, 2023
Copy link

welcome bot commented Dec 7, 2023

Welcome Banner
🎉 Welcome to PyMC! 🎉 We're really excited to have your input into the project! 💖

If you haven't done so already, please make sure you check out our Contributing Guidelines and Code of Conduct.

@ricardoV94 ricardoV94 pinned this issue Dec 8, 2023
@ricardoV94 ricardoV94 changed the title DOC: New Contributor Issue Tracker for PyData Global Sprint Contributor Issue Tracker for PyData Global Sprint Dec 8, 2023
@ricardoV94 ricardoV94 removed the docs label Dec 8, 2023
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