Skip to content
This repository was archived by the owner on Aug 28, 2020. It is now read-only.

Developer notes

Robert Basic edited this page Jun 7, 2015 · 4 revisions

Notes for developers/maintainers of pugdebug.

Sending pull requests

Before sending a pull request, please run flake8 on the project.

Updating the Unreleased part of the change log file would be nice.

Syncing gh-pages

git checkout gh-pages
git checkout master README.md
mv README.md index.md

And add

---
layout: index
---

To the beginning of index.md.

Finally:

git add index.md
git commit -m 'Sync master and gh-pages'
git push origin gh-pages

Clone this wiki locally