pymc icon indicating copy to clipboard operation
pymc copied to clipboard

Contributor Issue Tracker for PyData Global Sprint

Open lmmx opened this issue 2 years ago • 1 comments

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 avatar Dec 07 '23 18:12 lmmx

Welcome Banner :tada: Welcome to PyMC! :tada: We're really excited to have your input into the project! :sparkling_heart:
If you haven't done so already, please make sure you check out our Contributing Guidelines and Code of Conduct.

welcome[bot] avatar Dec 07 '23 18:12 welcome[bot]