Giter VIP home page Giter VIP logo

hacktoberfest-beginner's Introduction

Hacktoberfest-Beginner

Make your first contribution for Hacktoberfest in the simplest way.

You can find my Hacktoberfest guide Here

This is an open source project on Github. Here you can practice making your first Pull Request to a public repository before doing a more complex contribution.

This public repository is open to all members of the Github Community.

Hacktoberfest Details

Hacktoberfest is a month long programming celebration from October 1st - October 31st sponsored by Digital Ocean and Github to get people involved in open source. Create your Hacktoberfest account with your Github sign in information and begin making your contributions.

https://hacktoberfest.digitalocean.com/

How You Can Contribute to This Project

Formatting to follow for profile and hello_world is below under Format

  • In your preferred language create a simple Hello World script in the respective Hello-World.Year directory

  • Even if you don't want to code Hello World in your preferred language because it's already done, please still contribute your piece. Your way of writing in a language may differ from another person's way.

Make a Pull Request for your changes and wait to be merged.

How to Begin

  1. Fork this repository

  2. Clone your fork down to your local environment

git clone https://github.com/your-username/hacktoberfest-beginner.git
  1. Create a branch
git checkout -b your-branch-name
  1. Make your addition to the Profile and Hello World directories

  2. Commit and Push your changes

git add .
git commit -m 'commit message'
git push origin your-branch-name
  • Create a new Pull Request from your forked repository, click the New Pull Request button located at the top of your repository
  • Wait for you PR to be reviewed and merge approval
  • ⭐⭐⭐ Star this repository if you had fun! ⭐⭐⭐

Format

Name of File: hello_world_firstinitiallastname.preferred language written

example: hello_world_aselsiriwardena.rs
// AUTHOR: Asel Siriwardena
// LANGUAGE: Rust
// GITHUB: https://github.com/AselSiriwardena

fn main() {
    println!("Hello World!");
}

HAPPY CODING!

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.