Code Monkey home page Code Monkey logo

hacktoberfest-2023's Introduction

Hacktoberfest Beginner's Guide

Welcome to Hacktoberfest! This is a beginner-friendly guide to help you get started with your first Pull Request (PR) for Hacktoberfest. We're excited to have you join the open source community and contribute to this project.

bannar

Getting Started

Step 1: Fork the Repository

Click the "Fork" button in the upper right-hand corner of this repository to create your own copy.

Step 2: Clone Your Fork

Clone the repository to your local machine using the following command (replace <your-username> with your GitHub username):

git clone https://github.com/<your-username>/Hacktoberfest-2023.git

Step 4: Go to Hactoberfest directory by:

cd Hacktoberfest/

Step 5: Installing all the dependency using:

npm install

Step 6: Start your development by:

npm run dev

Now start contributing to the project by:

Step 1: Create a Branch

Create a new branch to work on your changes:

git branch
git branch new-branch-name
git checkout -b my-branch

Step 2: Make Changes

Make the necessary changes or additions to the project. You can add new features, fix bugs, update documentation, or anything else you think is valuable.

Step 3: Commit Your Changes

Commit your changes with a meaningful commit message:

git commit -m "Add a brief description of your changes"

Step 4: Push Your Changes

Push your changes to your fork on GitHub:

git push origin my-branch

Step 5: Create a Pull Request

Go to the original repository on GitHub and click the "New Pull Request" button. Ensure that you're comparing your branch to the main branch of the original repository.

Step 6: Describe Your Pull Request

Write a clear and concise description of your changes in the Pull Request description box. Be sure to mention what issue you're addressing if applicable.

Step 7: Submit Your Pull Request

Click the "Create Pull Request" button to submit your changes for review.

Additional info:For Staged changes

   git reset <- file name ->
   git reset

Commited changes (for many commits)

git reset <-commit hash->
git reset --hard <-commit hash->

Review and Merge

I will review your Pull Requests and, if they are okay, merge them into the main project. Please be patient, as it may take some time for your PR to be reviewed.

Important Notes

  • Please don't spam: Ensure that your contributions are meaningful and follow the project's guidelines.

Additional Resources

If you have any questions or need help, don't hesitate to reach out. We're here to support you on your Hacktoberfest journey.

Contributors ✨

Thanks go to these wonderful people

hacktoberfest-2023's People

Contributors

amangupta0000 avatar ayushranjan025 avatar brijesh1963 avatar haris-mohanty avatar harshithalfred avatar hridyesh-gupta avatar insane30 avatar itsamanjain avatar karans08 avatar konarksharma2001 avatar kondapalli19 avatar madhuraabnave avatar me-priyank avatar pankaj-bind avatar priyagoyal1006 avatar raj-khanna1 avatar rishavagarwal12345 avatar rishavgupta12345 avatar romar22 avatar sameer-choudhary-git avatar sata-hash avatar sha1kh4 avatar shishirr17 avatar shreyashvarshney avatar vaishali785 avatar vineetbambah avatar zhackerloopback 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.