Coder Social home page Coder Social logo

aakash017 / nepactober Goto Github PK

View Code? Open in Web Editor NEW

This project forked from pratiksh404/nepactober

0.0 0.0 0.0 95.91 MB

Celebrating hactober fest 2021. Making open source great.

CMake 0.01% C++ 0.87% CSS 17.61% HTML 2.67% C# 1.47% JavaScript 13.55% Python 3.31% C 0.13% Jupyter Notebook 35.88% PHP 7.75% Hack 1.16% Ruby 0.02% SCSS 15.48% Java 0.10%

nepactober's Introduction

HACTOBERFEST2021

hack

Make Open source contributions, and be a part of Hactoberfest to win a t-shirt and goodies.

This repo is made with an objective to encourage Nepalese dev on open source contribution and to be part of Hactoberfest.

About HactoberFest

Hacktoberfest® is open to everyone in our global community. Whether you’re a developer, student learning to code, event host, or company of any size, you can help drive growth of open source and make positive contributions to an ever-growing community. All backgrounds and skill levels are encouraged to complete the challenge.

Hacktoberfest is a celebration open to everyone in our global community. Pull requests can be made in participating GitHub-hosted repositories/projects, classified with the Hacktoberfest topic. You can sign up anytime between October 1 and October 31.

Let's make a contribution to this repository.

Hacktoberfest presented by DigitalOcean

Contribution guideline

  • If you are contributing notes, place it under its specified domain.
  • If you are contributing algorithm programs, place it under algorithm folder.
  • If you are contributing specific program, place it under program folder
  • If you are contributing designs, place it under design folder.

Note

Before you start you must register in hactoberfest and contribution must be code to be counted as valid PR.

Let me show you how easy it is:

1. Fork this repository

Fork this repository by clicking on the fork button on the top of this page. This will create a copy of this repository in your account.


2. Clone the repository

Now clone the forked repository to your machine. Go to your GitHub account, open the forked repository, click on the clone button and then click the copy to clipboard icon.
Now let's bring the cloned repository to your local machine.
git clone <url-you-just-copied>
For example:
git clone https://github.com/pratiksh404/nepactober.git


3. Move inside the repository

Since you want to change the files inside, first let's move to the folder correctly. Use the following command on terminal:
cd nepactober


4. Make a new branch

Since now you're about to make your personal changes to the project, it's always a better idea to make a new branch. Run the following command:

git checkout -b <branch_name>
For example:
git checkout -b new_branch


6. Commit all your changes

It's finally that time when you commit your changes and leave a beautiful commit message behind. You can run the following commands:

git add .
git commit -m "<Message>"
For example:
git commit -m "Added a script"

Finally, push your changes to Github:
To do so run the following command:

git push origin <your-branch-name>
For example:
git push origin branch_name


7. Hit us a pull request

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. Leave a custom message if you want.


nepactober's People

Contributors

aakash017 avatar aaryajose avatar abaddonahpuch avatar ani-d avatar anushhada46 avatar aryamangurjar avatar athapa81121 avatar ayushh93 avatar bbun8 avatar birat21sk avatar dhirajtandukar avatar drh2so4 avatar gulshan1511 avatar jeevanthelife avatar jonishilalkar avatar nishangupta avatar parjanya5797 avatar prabnkarma avatar pratiksh404 avatar prativatandukar avatar rituparnapadira avatar sammeirj avatar sarila avatar sk21-siku avatar souvickmazumdar avatar subanishakya avatar supratimsarkar2001 avatar thepen30892 avatar virendra-khorwal 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.