Skip to content

Contribute guideline

Vu Tuan Hai edited this page Apr 10, 2024 · 2 revisions

How to contribute?

Instruction:

  1. Install Git or GitHub Desktop, and an editor such as Visual Studio Code.
  2. Send your GitHub username to haivt@uit.edu.vn, after that, I will add you as a collaborator in this repository.
  3. Clone your branch to your computer.
git clone https://github.com/vutuanhai237/qoop.git
  1. Create a new branch (set name as your username) for your work and switch to your branch.
  2. Modify/add the code [Guideline later]
  3. Install all needed packages.
cd qoop
pip install -r requirements.txt
  1. Test