Skip to content

Development

Apratim Shukla edited this page Apr 1, 2020 · 1 revision

DEVELOPMENT

Filesystem Hierarchy

VITask/
├── VITask Desktop/
├── VITask Android/
├── VITask Web/
│       ├──  captcha/
│       ├── static/
│       |     └──  assets/
│       |     └──  captcha/
│       ├──  templates/
|       └──  main.py
├──  README.md/
├──  LICENSE/

Making a PR


Fork this repository first and then make local changes. Test that change and push it to your own repo. Create a pull request now.

Whenever you make a pull request, it is moved into a Docker image and the test cases are run. Then, a member of our team reviews your code and decides if it is eligible for merging. You will get change requests if certain things don't look good.

Clone this wiki locally