This is an app where we make the users guess if the propmted news are real of fake.
IMPORTANT Always make sure you fully understand what change you will make
- Before coding PULL
- Run to make sure nothing is broken
- start writing your code
- RUN and COMMIT and RUN
- PUSH and REPEAT the process
How to add list of Pull requests
- Pull request to main
- GitHub > 'Open a pull request'
- Document your latest changes > Create a pull request
- Copy and paste the link of your pull request to our discord channel
- Review and comment on the pull request
- For additional review: Go to 'Files changed' to check the file change path leave a comment and message @Haide to get it approved
- Go back to VSC Flutter terminal
- Switch to the main branch by running 'git checkout main'
- Then run 'git pull'
- DO NOT CLOSE your pull request!
- Just wait until you get 2 approvals from your peers and your product owner (Haide)
- If you accidently closed it, go back to the pull requst link and reopen the pull request.
- DO NOT DELETE your pull request then, your record will be deleted.