Coder Social home page Coder Social logo

peer-feedback's Introduction

Peer Feedback for statistics projects

Adding peer feedback templates to project GitHub repos

Making the template

  • Start by making issue templates that will go in the project repos. You can do this directly in GitHub or in your local project repo. You can find the issue templates I've used in the issue-templates folder.

  • If you've already created the repos, you can add them to the student repos using the repo_add_file function in the ghclass R package. Example code is below:

repo_add_file(repo = repos,
              branch = "main",
              repo_folder = ".github/ISSUE_TEMPLATE",
              message = "Adding peer review template",
              file = "[FILE PATH]/01-peer-review-introduction.md", 
              overwrite = FALSE)

In this code

  • repos is a vector of the project repos
  • [FILE PATH] is the location of the issue templates on your local computer.

I haven't figured out a way to post all four templates simultaneously, so I just change the file name and run this code separately for each template.

Opening a new issue

When students click to open a new issue in that GitHub repo, you should now see the option to use one of the templates. It will look similar to this:

Instructions for students

Click here for instructions from STA 210: Regression Analysis. It includes the peer review assignment and how to create the new issues.

peer-feedback's People

Contributors

matackett avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.