Update welcome text and add conditional for adding remote fork
This commit is contained in:
parent
3baa270f7c
commit
6f14ad76ce
3 changed files with 9 additions and 14 deletions
|
|
@ -2,6 +2,8 @@
|
|||
|
||||
🛠️ Your environment is setup with all the required dependencies and your fork has been added as a remote.
|
||||
|
||||
📝 Wait for the "postCreateCommand" to finish setting things up, then run `. .venv/bin/activate` to activate your virtualenv.
|
||||
📝 Wait for the "postCreateCommand" to finish setting things up.
|
||||
|
||||
🚀 To start coding, checkout a branch from the latest release for bugs or docs fixes, or from main for new feature work.
|
||||
🚀 To start coding:
|
||||
- run `. .venv/bin/activate` to activate your virtualenv
|
||||
- run `git checkout -b your-branch-name origin/{main-or-latest-release}` to start working on a new feature or bug fix
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue