From 9dc8ea9d9f51b9c39ae273081ad58dad3b5cbaa0 Mon Sep 17 00:00:00 2001 From: jennybc Date: Mon, 27 Jun 2016 00:25:16 -0700 Subject: [PATCH] prompt: bingo --- 42_prompt-fork-pr-bingo.Rmd | 32 ++++++++++++++++++++++++++++++++ _bookdown.yml | 1 + 2 files changed, 33 insertions(+) create mode 100644 42_prompt-fork-pr-bingo.Rmd diff --git a/42_prompt-fork-pr-bingo.Rmd b/42_prompt-fork-pr-bingo.Rmd new file mode 100644 index 00000000..37bef51d --- /dev/null +++ b/42_prompt-fork-pr-bingo.Rmd @@ -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: + + * + * 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 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! + - + + diff --git a/_bookdown.yml b/_bookdown.yml index 843de828..796e3ce5 100644 --- a/_bookdown.yml +++ b/_bookdown.yml @@ -30,6 +30,7 @@ rmd_files: [ "40_prompt-clone.Rmd", "41_prompt-fork.Rmd", + "42_prompt-fork-pr-bingo.Rmd", "50_more-content.Rmd",