Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/essammohamed1/oop_sections_s1

oop sections with cairo university students
https://github.com/essammohamed1/oop_sections_s1

Last synced: about 1 month ago
JSON representation

oop sections with cairo university students

Awesome Lists containing this project

README

        

# Contribution Rules

## Contributing to Student Solutions

Thank you for your interest in contributing to our project! To ensure smooth collaboration, please follow these guidelines:

1. **Folder Structure:**

- All student contributions must be placed in the `Student_Solutions` folder.

2. **Naming Conventions for Solution Folder:**

- Create a new Folder for your solution with the following naming convention:
```
OOP_Solve_TaskNumber_StudentName
```
Replace `TaskNumber` with the specific task number you are solving, and `StudentName` with your own name or identifier.
Example: `OOP_Solve_Task1_JohnDoe`

3. **File Types:**

- For C++ solutions, ensure that your file has the `.cpp` extension.
- Name your C++ files the same as the task name for clarity and organization.

4. **Submission Process:**

- Fork this repository and create a new branch for your changes.
- Place your solution file in the `Student_Solutions` folder of your branch.
- Submit a pull request (PR) to the main repository, detailing the task you solved and any relevant information.

5. **Code Quality:**

- Write clear and concise code that follows best practices and adheres to any project-specific coding standards.

6. **Documentation:**

- Include comments or documentation within your code to explain your approach, algorithms used, and any other relevant information.

7. **Testing:**
- If applicable, include test cases or instructions on how to test your solution to ensure it functions correctly.

We appreciate your contributions and look forward to seeing your solutions!