/meetpy

MeetPy - a project of common and unified webpage for all polish python meetups

Primary LanguageHTMLMIT LicenseMIT

Meetpy

Build Status

Meetpy website - this is a shared website along polish Python meetup groups.

For example: http://pywaw.org/ http://pykonik.org https://www.pythonlodz.org/

Local install and setup

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/

Contributing

  1. Make a fork of https://github.com/meetpy/meetpy
  2. Make changes in your fork (ideally on a feature/bugfix branch)
  3. Make sure your branch is based on latest upstream/master (git fetch upstream) (provision-new-dev-envirionment.sh adds meetpy/meetpy as upstream)
  4. Push your changes.
  5. Create a pull request to meetpy/meetpy, targeting master.