ttc-cases / pydevx-lindjacob

1 stars 0 forks source link

Load some real problems #8

Closed github-actions[bot] closed 2 months ago

github-actions[bot] commented 2 months ago

The issues up til now constitutes the instructional part of the tutorial. Here comes the problems

We'er software developers - we'er in the problem solving business, so it's time to get some problems and challenges of your own.

Open a terminal in your container and run the following:

gh extension install thetechcollective/gh-cpissues
gh cpissues thetechcollective/py-devx-intro --label challenges

If all works according to plan you just received another handful of issues Continue there.

If it didn't import as planned... Check your `gh` credentials with ```shell gh auth status ``` Problems? let's revisit the instructions you got in the first issue: ```shell gh auth login -h github.com -p https -w ``` - Answer `y` (yes) to use GitHub credentials - Copy the one-time code displayed in the output into the clip board - hit `` and paste the code onto the web page. - Accept the autorization request.