You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
Describe the solution you'd like
jack-bot
) to complete the tasks/Jack/
). All development from now on will be within your own folderrequirements.txt
containing the packages needed during development. At any time you can usepip install -r requirements.txt
to install requirements within that file.The text was updated successfully, but these errors were encountered: