Giter Club home page Giter Club logo

acropolishacktoberfest2022's Introduction

How to contribute?

  1. Fork the repository by clicking fork symbol at the top right corner.

A forked repository would be created affiliated to your account. Now open the command line on your device, add type the commands(requires git installed on your system)

  1. Clone the forked repository.

    git clone https://github.com/AcropolisHacktoberfest2022.git

  2. Navigate to the project directory.

    cd AcropolisHacktoberfest2022

  3. Create a new branch:

    git checkout -b

  4. Now, in the data.json file, add your data information in below provided in json format,

{ "github": "<your_github_user_id>" "firstname": "", "lastname": "", "about": "", "image": "https://github.com/<your_github_user_id>.png" } 6. Now save your file, add it to staged area using the commond,

git add . 7. Now, your data is staged, now you can commit it to make the changes final. Use the command provided below,

git commit -m "your message" Now deploy your changes to GitHub. Push your changes using the command git push:

git push origin -u 8. Submit your changes for review:

If you go to your repository on GitHub, you'll see a Compare & pull request button. Click on that button.

Now submit the pull request.

Soon all your changes will be merged into the master branch of this project. You will get a notification email once the changes have been merged.

Boom!!! you just got your first PR merged.

acropolishacktoberfest2022's People

Contributors

addy-devil avatar srashtisj avatar

Stargazers

Roman 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.