Zenara Daley

Results 5 issues of Zenara Daley

### What happened? `check_runs_for_check_suite` accepts a repo name or id and then renders it to an API url using the [path helper](https://github.com/octokit/octokit.rb/blob/d5eec6e8db61b7548e0235b84414e8ffa272a5b2/lib/octokit/repository.rb#L49): 1. Repo name case ❌ : - result:...

Status: Up for grabs
Type: Bug
hacktoberfest

Allow students to accept GitHub Classroom assignments via the CLI as well, as via ``` gh classroom accept ORG/REPO ``` wherein ORG is a teacher's org (for GitHub Classroom) and...

E.g.: ``` $ gh classroom assignments --web ? Select a classroom: Introduction to Game Development 22 Assignments for Introduction to Game Development Opening in your browser. ``` Versus: ``` $...

Particularly for large classes, it would be great if raw output could easily be saved as CSVs, without having to use API.

# Premise Git is hard for students in introductory courses (e.g., CS1). Particularly at term's start, when commands like ``` python foo.py ``` or ``` gcc foo.c ./a.out ``` are...