Emergent is an experimental project with full access for everyone. Just send a pull request and you'll be added as a contributor. Main idea is to organize ourselves and create something exciting.
We are at the very beginning right now and it's not very clear how to interact with the server. So if you want any specific configuration or libraries feel free to open an issue, or talk to @averrin.
We decided to use Django on this stage. There is a basic Django installation ready to use. Python requirements are installing automatically from requirements.txt.
Django admin's credentials are admin:admin
Workflow is under development but we have some notes and rules already:
- To join the project just send a pull request. You will be added as contributor.
- We communicate mostly in Russian. But if you are considering to join us and don't speak Russian we can switch to (bad) English. Please let us know.
- We love PEP8 and use Travis to keep the code clean.
- Before starting to work on some feature and after all discussions please create a task and let all members know what are you working on. All commits related to this issue must contain issue number (#000) in commit message.
- Create feature branches for non-trivial stuff.