By contributing, you are agreeing that Software Carpentry may redistribute your work under these licenses. You also agree to abide by our contributor code of conduct.
-
We use GitHub flow to manage changes, which is explained in the chapter Contributing to a Project in Scott Chacon's book Pro Git.
-
For our lessons, you should branch from and submit pull requests against the
gh-pages
branch. -
When editing lesson pages, you need only commit changes to the Markdown source files. The HTML will be generated by the lesson maintainers.
-
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.
-
This lesson is based on the template found at https://github.com/swcarpentry/lesson-template. That repository has instructions on formatting and previewing lessons.
-
For a list of helpful commands run
make
in this directory.