causefolio
causefolio copied to clipboard
Resolved Conflicts
@Amishakumari544 Checkout to new branch to work on the latest code. There were too many lint errors generated in the course of development. Which are fixed now.
Just add the things that are necessary for your PR, that is related to adding validators on textFields and no more changes. It becomes hard to review changes that way.
Please work on the latest branch.
If you havenot setup upstream remote: do it with git remote add upstream https://github.com/codeforcauseorg/causefolio.git
To work on the latest changes do :
git checkout upstream/development
git pull upstream development
git checkout -b my_new_branch
make your changes and create PR
Ok
@Amishakumari544 Any updates?