forked from anam152/DAA
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathInstructions
25 lines (16 loc) · 1.18 KB
/
Instructions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
Welcome to the DAA code repository! This repository is designed for you to upload your programming assignments. Please follow the guidelines below when submitting your code.
1. Fork this repository:
Click on the "Fork" button on the top-right corner to create your own copy of the repository.
2. Clone your fork**:
On your forked repository page, click on the "Code" button, copy the URL, and clone the repository to your local machine.
3. Create a new branch for your submission:
Always create a new branch before adding new files
4. Add your code to the appropriate folder.
Make sure to place your code files in the correct folder (e.g., `Assignment1/`, `Project2/`, etc.).
5. Commit your changes:
After adding your code, commit your changes with a meaningful message:
6. Push the changes to your forked repository**:
7. Create a Pull Request (PR)**:
After pushing your changes, go to your repository and click on New Pull Request. Make sure to select the correct branch you want to merge with the original repository.
Please make sure to submit your assignments before the due date.
If you have any questions or issues, feel free to open an issue in the repository.