Skip to content
This repository has been archived by the owner on May 4, 2018. It is now read-only.

Latest commit

 

History

History
21 lines (17 loc) · 407 Bytes

README.MD

File metadata and controls

21 lines (17 loc) · 407 Bytes

Testy:

execute python runtime.py

So you wanna join Funtime Runtime

  1. Setup your branch (e.g. devel/bob)
cd {directory of your choice}
git clone https://github.com/pioneers/atalanta.git
cd atalanta
git branch devel/your_name 
git checkout devel/your_name
git push -u origin devel/your_name
  1. Develop
  • actually do work
  1. Create pull request
  2. Code review
  3. Code merged into master