R&D of solutions at the intersection of:
In original "Team" repo: select an existing Issue or create a new Issue
Assign Issue to yourself. For new Issues - add label & clear title
Write in description of the Issue:
Fork original "Team" repo to your personal GitHub
Clone your personal GitHub fork repo to local machine
Add original "Team" repo as upstream remote:
git remote add upstream https://github.com/ctrlsa/smart-contract-wallet-Ethereum-Account-Abstraction-Telegram
Sync regularly with upstream remote repo: git fetch upstream
git merge upstream/main
Create a new branch locally named as your Issue: git checkout -b feature/<issue_number>-<branch_name>
Work on your Issue locally. Make regular commits
Push local changes to your personal GitHub fork: git push origin feature/<issue_number>-<branch_name>
{on GitHub} Pull request from your personal fork to original "Team" repo. Reference your GitHub Issue in the pull request description
If makes sense for your Issue: