global-sprint/_articles/project-lead-guide/templates.md

4.4 KiB

layout title following
page Using the Templates _articles/project-lead-guide/featured-projects.md

We've created a set of templates to help you get started on your own GitHub project repository. You'll need to fork or clone the repository (or repo) to start using the templates. A fork is your own copy of a GitHub repository that you can edit and change however you like. A repository is a collection of files and history of your project. GitHub helps people work together and collaborate around a project.

This exercise will walk you through forking the repo.

If you already have a project repository, take a quick look at the template before you move on to the next section.

Template: https://github.com/acabunoc/mozsprint-repo-template

1. Fork the repo

To fork the templates, click on the Fork button on the repository page. It should be in the top right corner.

screen shot 2016-10-07 at 01 08 51

You'll see something like this:

screen shot 2016-10-07 at 01 19 56

You should now have your own version of the templates in your account. You should be able to find it at https://github.com/[YOUR GITHUB USERNAME]/mozsprint-repo-template.

2. Update your settings

To use this repository for your own project, it should be named properly!

Go to the settings tab in your fork. It should be rightmost tab in the repository. You can also go to the url https://github.com/[YOUR GITHUB USERNAME]/mozsprint-repo-template/settings.

screen shot 2016-10-07 at 01 13 52

Enter your new repository name.

screen shot 2016-10-07 at 01 17 20

While you're in settings, enable issues. Issues are vital for discussion and reporting around your project.

screen shot 2016-10-07 at 01 24 01

3. Edit the templates in your fork

You can edit the templates right in the GitHub website! To get to the editor, click on any of the files (let's start with README.md), then click on the edit icon in the top right-hand corner.

screen shot 2016-10-07 at 01 22 56

In the editor, you can Preview changes.

screen shot 2016-10-07 at 01 28 16

When you're ready to save your changes, scroll down to a section called Commit changes. Add a message summarizing your change. Then click on the green Commit changes button.

screen shot 2016-10-07 at 01 29 30

Now you have templates and a way to edit them! Keep reading to see how you can make your repository more contributor friendly.

4. Create issues

make_issue Each issue should be a small chunk of work someone can do during the sprint. It's best to have a range of issues with different levels of difficulty and types of contributions.

5. Add a mozsprint label

Create a label called mozsprint make_label

Add the mozsprint label to the issues people can work on during #mozsprint. apply_label

Further Reading