Skip to content

Latest commit

 

History

History
34 lines (25 loc) · 1.27 KB

CONTRIBUTING.md

File metadata and controls

34 lines (25 loc) · 1.27 KB

By contributing, you are agreeing that we may redistribute your work under these licenses. You also agree to abide by our contributor code of conduct.

Getting Started

  1. We use GitHub flow to manage changes, which is explained in the chapter Contributing to a Project in Scott Chacon's book Pro Git.

  2. For our lessons, you should branch from and submit pull requests against the gh-pages branch.

  3. When editing lesson pages, you need only commit changes to the Markdown source files.

  4. If you're looking for things to work on, please see the list of issues for this repository. Comments on issues and reviews of pull requests are equally welcome.

Other Resources

  1. This lesson is based on the template found at https://github.com/swcarpentry/lesson-template. That repository has instructions on formatting and previewing lessons.

  2. For a list of helpful commands run make in this directory.