Pykonik.org website.
You can run provision-new-dev-envirionment.sh
on your dev environment – it will create
everything necessary (using virutalenv) for basic development.
For more info read the script, or ask us on slack.
https://pykonik.slack.com/ or https://join-slack.pykonik.org/
- Make a fork of
https://github.com/pykonik/pykonik.org
- Make changes in your fork (ideally on a feature/bugfix branch)
- Make sure your branch is based on latest
upstream/master
(git fetch upstream
) (provision-new-dev-envirionment.sh
addspykonik/pykonik.org
asupstream
) - Push your changes.
- Create a pull request to pykonik/pykonik.org, targeting master.