Thanks for your interest in contributing to the Labs Practices Site!
If you are interested in contributing new features, bug fixes, or open issues, follow these steps:
- Find an issue you want to work on either in an open project, or an open issue.
- Fork the repo to your own git repository.
- Create a new branch.
git checkout -b $NEW_BRANCH
- Write and test the feature locally. For information on building a local deployment of the Labs Practices Site, see the Getting Started section of the README.md.
add
,commit
, andpush
your work to your branch.- Open a pull request within the Labs Practices Site repository.
Your pull requests are welcomed!