Skip to content

riteshhon/Diploma_Mate

Repository files navigation

Diploma Mate

Clone Diploma Mate App


Download Diploma Mate App from PlayStore

🧑‍💻 Tech Stack

Android Studio Java Firebase MySQL PHP
HTML CSS3 JavaScript Bootstrap

Contribution Guidelines 🏗

Do you seem to notice any of your favorite features that we are missing? If yes, do you think you can add it and make it a beautiful experience for all?

We are excited to invite you to contribute to this project and make it better.

If you wish to contribute, we highly recommend following the guidelines mentioned below.

1. Fork this repository.

2. Clone your forked copy of the project.

   git clone https://github.com/riteshhon/Diploma_Mate.git

3. Navigate to the project directory.

   cd Diploma_Mate

4. Create a new branch:

   git checkout -b YourBranchName

5. Make changes in source code.

6. Stage your changes and commit

   git add .
   git commit -m "<your_commit_message>"

7. Push your local commits to the remote repo.

   git push origin YourBranchName

8. Create a PR

Note: If anyone contributes to this repository, the changes will not be reflected in your local repository. For that:

9. Setup a reference(remote) to the original repository to get all the changes from the remote.

   git remote add upstream  https://github.com/riteshhon/Diploma_Mate.git

10. Check the remotes for this repository.

   git remote -v

11. Fetching from the remote repository will bring in its branches and their respective commits.

   git fetch upstream

12. Make sure that you're on your master branch.

   git checkout main

13. Now that you have fetched the upstream repository, you can merge its changes into our local branch. This will bring that branch into sync with the upstream, without losing the local changes.

   git merge upstream/main

Code of Conduct 🤩

To maintain a safe and inclusive space for everyone, to learn and grow.


© 2022 Ritesh Hon and contributors
This project is licensed under the MIT license.

forthebadge

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages