Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 784 Bytes

CONTRIBUTING.md

File metadata and controls

32 lines (21 loc) · 784 Bytes

Contributing

How to propose changes to this repository.

Fork the repository and clone it:

gh repo clone your-name/first-automated-chart

Change into the project directory:

cd first-automated-chart

Install the dependencies using pipenv:

pipenv install

To start a test server the previews the site, use the following commands

cd docs
pipenv run make livehtml

Once it starts, visit localhost:8000 in your browser. Edits made in the docs/ folder will appear soon after being pushed to GitHub.

You should commit your changes to a branch and then submit a pull request to the source repository. You can learn how in the class "First Pull Request"