Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 1 KB

CONTRIBUTING.md

File metadata and controls

21 lines (15 loc) · 1 KB

Contributing

Thanks for your interest in contributing to the Labs Practices Site!

Code Contributions

If you are interested in contributing new features, bug fixes, or open issues, follow these steps:

  1. Find an issue you want to work on either in an open project, or an open issue.
  2. Fork the repo to your own git repository.
  3. Create a new branch.
    git checkout -b $NEW_BRANCH
    
  4. 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.
  5. add, commit, and push your work to your branch.
  6. Open a pull request within the Labs Practices Site repository.

Content Contributions

Your pull requests are welcomed!