Skip to content

Welcome to Hacktoberfest 2023! We invite you to embark on a journey into the world of open source development. Whether you're new to GitHub or an experienced contributor, this is your chance to make a meaningful impact on the open source community.

Notifications You must be signed in to change notification settings

withaarzoo/Hacktoberfest-2023

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

🚀 Hacktoberfest 2023: Open Source Contribution Opportunity

Welcome to Hacktoberfest 2023! We invite you to embark on a journey into the world of open source development. Whether you're new to GitHub or an experienced contributor, this is your chance to make a meaningful impact on the open source community. Join us in celebrating Hacktoberfest by participating in this exciting project.

Project Overview

This repository serves as a gateway for you to make your first contribution to an open source project on GitHub. It provides an opportunity to practice creating your initial pull request in a supportive environment before venturing into more complex projects. As part of the Hacktoberfest celebration, you can complete straightforward tasks within this project to contribute to the open source ecosystem.

Project Accessibility

We welcome all members of the GitHub community, whether you are an established collaborator or a newcomer. Feel free to contribute to this project without any constraints.

What is Hacktoberfest?

Hacktoberfest is a month-long celebration sponsored by Digital Ocean and GitHub. It runs from October 1st to 31st, aimed at encouraging individuals to become active participants in the world of Open Source. Your first pull request to any public GitHub repository during this period contributes to the growth of the open source developer community.

How to Contribute

Here are three straightforward ways to contribute to this project:

  1. Add Your Name: Add your name to the CONTRIBUTORS.md file following this format:

    #### Name: [YOUR NAME](GitHub link)
    - Location: City, State, Country
    - Bio: Brief introduction about yourself
    - GitHub: [GitHub account name](GitHub link)
  2. Create a Profile Page: Generate a Your_Name.md file within the profiles directory. You have creative freedom to structure your profile with content and Markdown. For reference, here's an example:

    # Your Name
    
    ### Location
    
    Your City/Country
    
    ### Academics
    
    Your School
    
    ### Interests
    
    - Some Things You Like
    
    ### Development
    
    - Inventor of the My Pillow
    
    ### Projects
    
    - [My Project](GitHub Link) - Short Description 
    
    ### Profile Link
    
    - GitHub - [Your Name](GitHub Link)
    - LinkedIn - [Your Name](LinkedIn Link)
    - Instagram - [Your Name](Instagram Link)
  3. Craft a "Hello, World!" Script: Contribute a hello_world_yourusername.xx script to the scripts directory in a language of your choice. Follow this template:

    // LANGUAGE: Javascript
    // ENV: Node.js
    // AUTHOR: Your Name
    // GITHUB: [GitHub account link]
    
    console.log('Hello, World!');

    Remember to name the file as hello_world_yourusername.xx, e.g., hello_world_Aarzoo75.js. Include the provided comments and, if desired, additional information about the chosen language.

Getting Started

  1. Fork this Repository: Click the "Fork" button in the top-right corner of this page, associating it with your GitHub profile.

  2. Clone your Fork: Clone the forked repository to your local machine:

    git clone https://github.com/Aarzoo75/Hacktoberfest-2023.git
  3. Create a Branch: Establish a new branch for your contributions:

    git checkout -b branch-name
  4. Make Changes: Choose a task from the options above and make your desired modifications.

  5. Commit and Push: Commit your changes and push them to your forked repository:

    git add .
    git commit -m 'Your commit message'
    git push origin branch-name
  6. Submit a Pull Request: Initiate a new pull request from your forked repository by clicking the "New Pull Request" button at the top.

  7. Review and Merge: Await the review and approval of your pull request. Once accepted, your contribution will be merged into the project.

  8. Star this Repository: If you enjoyed your experience, show your support by starring this repository!

Explore the Bonus

Discover profiles contributed by fellow developers worldwide, explore both obscure and trending programming languages, and be amazed by creative ways to print "Hello, World!" strings.

Useful References

Additional Resources

Explore GitHub licenses and choose the right one for your project: License Guide

Join us in making Hacktoberfest 2023 a memorable and productive event for the open source community!

About

Welcome to Hacktoberfest 2023! We invite you to embark on a journey into the world of open source development. Whether you're new to GitHub or an experienced contributor, this is your chance to make a meaningful impact on the open source community.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •