Describe the solution you'd like
- Create a branch with your name (e.g.
jack-bot) to complete the tasks
- Install Python3 & an IDE of your choice (pycharm, VSCode, etc.)
- Create a folder in the root directory of this repo with your name (e.g.
/Jack/). All development from now on will be within your own folder
- Create a
requirements.txt containing the packages needed during development. At any time you can use pip install -r requirements.txt to install requirements within that file.
- Create a draft pull request (using the PR template) which will automatically add all future pushed commits on your branch to it while you work. Check off each task completed on your pull request as you complete tasks
Describe the solution you'd like
jack-bot) to complete the tasks/Jack/). All development from now on will be within your own folderrequirements.txtcontaining the packages needed during development. At any time you can usepip install -r requirements.txtto install requirements within that file.