Skip to content

Aug 2019 #32

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

Merged
merged 4 commits into from
Aug 15, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added slides/2019/07-jul/files/open-source.key
Binary file not shown.
497 changes: 0 additions & 497 deletions slides/2019/07-jul/index.pug

This file was deleted.

51 changes: 51 additions & 0 deletions slides/2019/08-aug/files/gfi-demo-notes.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,51 @@
# Good First Issue Demo

Fork the project:
https://github.com/cutenode/good-first-issue

```
proj
git clone https://github.com/bmoeskau/good-first-issue.git
cd good-first-issue
git checkout -b add-gfi
```

Review the contributing guidelines:
https://github.com/cutenode/good-first-issue#contributing

Install the local project for testing:
`npm i`

Verify that good-first-issue is not an option:
`good-first-issue`

Edit:
`code .`

edit data/projects.json:
```
"good-first-issue": {
"name": "Good First Issue",
"q": " repo:cutenode/good-first-issue is:issue is:open sort:updated-desc label:\"good first issue\"",
"description": "CLI for finding good first issues"
},
```

Check current edit:
`git status`

Update the README:
```
npm run markdown
git status
```

Save changes and push:
```
git add .
git commit -m "Added good-first-issue as a project"
git push --set-upstream origin add-gfi
```

Cmd-click the link to create a PR:
https://github.com/bmoeskau/good-first-issue/pull/new/add-gfi
Binary file added slides/2019/08-aug/images/apollo-11.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added slides/2019/08-aug/images/catalina.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added slides/2019/08-aug/images/climate-fixathon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added slides/2019/08-aug/images/donkey-kong.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added slides/2019/08-aug/images/js13k.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added slides/2019/08-aug/images/microsoft-logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added slides/2019/08-aug/images/mithril-logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added slides/2019/08-aug/images/ms-samples.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added slides/2019/08-aug/images/pizza-tracker.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added slides/2019/08-aug/images/underrun.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added slides/2019/08-aug/images/vueconf.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added slides/2019/08-aug/images/webkit-logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
313 changes: 313 additions & 0 deletions slides/2019/08-aug/index.html

Large diffs are not rendered by default.

Loading