Good day, BSIT 3 Major in Software Technologies!
This is your Github repository for submitting your coding activities, including your assignments, exercises.
Instructions on submitting your activities:
For video instruction, you can refer to this vidoes:
- Using Git CLI (by Allyn Ralf Ledesma aka Mazal): https://youtu.be/E67MFiC-j-M?feature=shared
- Using GitHub Desktop (by yours truly): https://youtu.be/O9WAGZSQXBQ
Before submitting any activities, especially if it is your first time, please do the following:
- Fork this repository
- Clone the repository in your local device
- Once clone, create a new folder with the name "FULL_NAME" (last name, first name, all caps, no spaces, _ as the delimiter), i.e. MATEO_JOHN_CRISTOPHER
Every time you submit a coding activity, make sure to the following:
-
Your file/project folder name should have the TEMPLATE: LAST_NAME-ACTIVITY_NAME, i.e. (MATEO-EXERCISE_1)
-
Put the file/project folder to your respective folder.
-
For Android Project folders, make sure you have included only the necessary files, PLEASE INCLUDE A .gitignore (refer to this gitignore https://github.com/JetBrains/kotlin/blob/master/.gitignore)
-
Make sure that you have done the holy trinity of git, (ADD, COMMIT, PUSH)
-
Go to the forked Github link, and find the indicator that your repository is ahead of the original repository.
-
Click that to create a pull request, make sure to modify the description (i.e. This is my exercise's python notebook)
-
Once the pull request has been made, kindly notify your instructor.
-
Finally, once the PR has been accepted, evaluation is on it's way.
Please take note of the following:
- Updating your forked repository is not necessary.
- Do not modify the repository in the organization, you need to create a forked repository.
- Do not spam the pull requests, only one is enough, if you are not sure that the PR is on the way, inform your instructor.
- For rejected PRs, kindly read the reason on the PR comments.