GithubHelp home page GithubHelp logo

danielgo26 / introduction_to_programming Goto Github PK

View Code? Open in Web Editor NEW

This project forked from justsvetoslavov/introduction_to_programming

0.0 0.0 0.0 686 KB

Repository with examples for the "Introduction To Programming" course given by me @ Faculty of Mathematics and Informatics, Sofia University

C++ 100.00%

introduction_to_programming's Introduction

Материали от семинарите и практикумите по "Увод в програмирането"

зимен семестър 2022/2023, спец. Софтуерно инженерство & Информационни системи

Екип

Никола Светославов Деян Светославов Георги Терзиев Пламена Илиева Contributors

Github workflow

  1. Star the repository star the repo

  2. Fork the repository

  3. Clone the repository on your local machine

    • How to clone a repository.

    • In GitHub desktop - Repository -> Repository settings... -> Fork behavior -> select To contribute to the parent repository repo menu repo-settings

  4. Fetch origin

    • fetch origin
  5. Create a branch

    • You should create branch for each 3 tasks.
    • The branch should be created from the master branch of the original repository. In this way you will always have the latest changes .
    • About branches.
    • How to create branch.
  6. Add a solution for a task

    • Create a cpp file for each task.
    • The name of the file should be TaskXX.cpp where XX is the number of the task
      e.g. Task01.cpp, Task12.cpp etc.
    • Copy your solution into the file.
  7. Commit solution to a task

    • Commit the file for the task.
    • Each task should be in seperate commit.
    • Repeat step 5. and 6. until you have 3 tasks in the new branch.
      Then create a new branch and start from step 4.
    • About commits.
  8. Open PR to the original repository to the master branch

    • How to create pull request.
    • The pull request should request to merge the changes of your branch in the fork to the master branch of the original repositor.
    • The title of the Pull Request should be:
      Pract.\<number\>: Add \<first task number\> - \<last task number\> | \<name\>
      
      Example:
      Pract.03: Add 01-03 | John Doe
      
    • The description of the pull Request should be
      \<name\> \<lastname\>
      \<group\> \<fn\>
      
      Example:
      John Doe 
      2 2MI0600192
      
💥 DANGER
If a pull request has more than 3 tasks or the title or description are not in the format described above, the PR will be rejected and will not be reviewed.

introduction_to_programming's People

Contributors

justsvetoslavov avatar georgiterziev02 avatar atanashrist0v avatar kristian2109 avatar dejansvetoslavov avatar plamena-ilieva avatar mir4oni3 avatar danielgo26 avatar georgi-m-iliev avatar hari-hristov avatar vacata12 avatar darialaz avatar presiyanabb avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.