Code Monkey home page Code Monkey logo

eventmanager's Introduction

HTF23-Team-101

GitHub submission guide

In this Readme, you will find a guide on how to fork this Repository, add files to it, and make a pull request to contribute your changes.

1. Login to your GitHub Account by heading over to github.com


  • Open the current repo in a new tab.
  • Perform all operations in the newly opened tab, and follow the current tab for instructions.

2. Fork the Repository


  • In the newly opened tab, on the top-right corner, click on Fork
  • Enter the Repository Name as HTF23-Team-101 (your team number).
  • Then click Create Fork leaving all other fields to their default value.
  • After a few moments, you can view the repo.

3. Clone your Repository


  • Click on Code and from the dropdown menu copy your web URL in your forked Repository.
  • Now open terminal on your local machine.
  • Use the following command to clone your forked Repository:
  • git clone https://github.com/your-username/HTF23-Team-101.git

4. Adding files to the Repository


  • While doing it for the first time, create a new branch for your changes.
  • git checkout -b branch-name
  • Add your files or make modifications to existing files.
  • Stage your changes:
  • git add .
  • Commit your changes:
  • git commit -m "Descriptive commit message"
  • Push changes to your fork
  • git push origin branch-name

5. Create a Pull Request


  • Finally, click on the Contribute button and choose Open Pull Request.
  • Leaving all fields to their default values, click on Create Pull Request.
  • Wait for a few moments, then you are all done

Thanks for participating!

eventmanager's People

Contributors

brohithkr avatar riteshgarlapati avatar susheel-2004 avatar shaik-amaan-ahmed avatar kvssks 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.