Skip to content

Commit

Permalink
prompt: bingo
Browse files Browse the repository at this point in the history
  • Loading branch information
jennybc committed Jun 27, 2016
1 parent a95ddbd commit 9dc8ea9
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 0 deletions.
32 changes: 32 additions & 0 deletions 42_prompt-fork-pr-bingo.Rmd
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
# Create a bingo card {#bingo}

Here's a specific suggestion for practicing "fork and pull".

The general workflow is laid out in chapter \@ref(fork).

Jenny and Dean have a repository that makes bingo cards with R:

* <https://github.com/jennybc/bingo>
* Read the README to learn more about it!

Your mission:

* Maybe find a partner? Or a couple of partners?
* Fork the `bingo` repo.
* Clone it to someone's local machine.
* Create a new bingo card by making a file of possible squares.
- Follow the instructions in <https://github.com/jennybc/bingo/blob/master/CONTRIBUTING.md> to see how to contribute a new card.
- Protip: It's easy to be very funny, but create a very difficult bingo card. Remember to include some easy stuff so people have a chance to bingo.
* If you're feeling virtuous, run the tests and check the package. Ask us for help! Or live dangerously and skip this.
* Commit!
* Push your changes back to your copy of the repo on GitHub.
* Make a pull request back to the main `bingo` repo.
* If you card is appropriate, we'll merge your request and it will become part of the package and available via the [Shiny app](http://daattali.com/shiny/bingo/).

**Special inspiration for useR**:

* Make useR-specific conference bingo.
* See this issue thread for lots of square ideas!
- <https://github.com/jennybc/bingo/issues/4>


1 change: 1 addition & 0 deletions _bookdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ rmd_files: [

"40_prompt-clone.Rmd",
"41_prompt-fork.Rmd",
"42_prompt-fork-pr-bingo.Rmd",

"50_more-content.Rmd",

Expand Down

0 comments on commit 9dc8ea9

Please sign in to comment.