Introduce Yourself is an application to tell a little about yourself. Ask to get an issue assigned.
- Make sure to read the contributing guidelines before contributing.
Fork
this repository.Clone
your fork on local machine.- Switch to the
main
branch. - Make a new
branch
, preferably with the feature/issue name. - Checkout to the new branch with
git checkout <new_branch_name>
- Do the desired changes and
commit
them withgit commit -m '<a nice commit message here>'
. Push
the change to your fork on GitHub withgit push origin <your_branch_name>
- Make a
Pull Request
to the main branch in the original repository, i.e. this one.
Note: Make sure you are always up to date with sync and pull upstream. Sync and pull before you start and before you push your work.
$ Clone the project.
$ Open it on Android Studio, or Visual Studio Code or any other IDE that supports the technologies used.
$ Run the following command on the terminal:- "flutter pub get".
$ Select the device where you want to run this project.
$ Run the project.