Skip to content
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

Expand starter tasks #569

Merged
merged 5 commits into from Feb 3, 2020
Merged

Expand starter tasks #569

merged 5 commits into from Feb 3, 2020

Commits on Feb 3, 2020

  1. update Slack documentation

    This addresses some common issues that should be better documented,
    and updates the channel lists. We also make some changes to avoid
    links that just say "here", which can be problems for accessibility.
    cg505 committed Feb 3, 2020
    Configuration menu
    Copy the full SHA
    d61a3ba View commit details
    Browse the repository at this point in the history
  2. update Starter Tasks to be more helpful

    This adds additional hints and links to the Start Tasks so that new
    staffers are more likely to progress through them without getting
    confused and giving up.
    cg505 committed Feb 3, 2020
    Configuration menu
    Copy the full SHA
    c4357e3 View commit details
    Browse the repository at this point in the history
  3. add a starter task for getting familiar with the command line

    The existing Starter Tasks mostly presume knowledge of the command
    line, which might be overwhelming for someone who hasn't used the
    command line much or at all, and doesn't know where to find help. This
    aims to ease people into that more gently by giving them the basics.
    
    I expect that many people will already be a little familiar with the
    command line. These people can simply skip over this task.
    cg505 committed Feb 3, 2020
    Configuration menu
    Copy the full SHA
    a2dff46 View commit details
    Browse the repository at this point in the history
  4. add a starter task for making a PR

    Making pull requests is a critical part of contributing the OCF. This
    starter task will walk people though the process in a lot of detail so
    that they can start to get comfortable. It also makes an observable
    change to the actual website, so that the task feels less like a
    meaningless exercise.
    cg505 committed Feb 3, 2020
    Configuration menu
    Copy the full SHA
    d7e555e View commit details
    Browse the repository at this point in the history
  5. remove git clone instruction from README

    This instruction assumes that the user has SSH keys set up, and is
    not cloning from a fork. It is also incorrect without a `cd ocfweb`
    afterwards. In any case "Clone the repo" in the previous sentence
    should be sufficient.
    cg505 committed Feb 3, 2020
    Configuration menu
    Copy the full SHA
    4d56fd5 View commit details
    Browse the repository at this point in the history