Giter Site home page Giter Site logo

bajrayejoon / hacktoberfest-projects-1 Goto Github PK

View Code? Open in Web Editor NEW

This project forked from tenet-coding/hacktoberfest-projects

0.0 0.0 0.0 15.91 MB

A Project maintaining Repository ! Hosted for Hacktoberfest 2021. Submit your projects and dive in open source.

License: MIT License

HTML 34.52% JavaScript 61.82% CSS 3.66%

hacktoberfest-projects-1's Introduction

banner08CRredlogo

HacktoberFest 2021

Hacktoberfest encourages participation in giving back to the open source community by completing pull requests, participating in events, and donating to open source projects.

We here at Tenet-Coding will be maintaining the Projects with MIT License and make the use of open source rights. Kindly, Follow the Steps to contribute to submit your Hacktoberfest Pull Request to us.

Contributing Guidelines

  • Plagiarism is strictly not allowed. Any work that is found to be suspicious of plagiarized work will not be merged.
  • Issues will be assigned on a first come, first serve basis. You just have to comment on the issue, asking to be assigned, and it will be done if found fit.
  • Preferably, you cannot work on any issue that is not assigned to you.
  • In case you want to submit an improvement to an existing algorithm, we prefer that you create an issue, describing in details your improvement. This will help others to analyze your contribution. You can use the templates that we have provided :)
  • If you have anything else in mind, create an issue and please wait for it to be assigned to you. You can then start working on it and create a PR.
  • All PRs must be made from a Branch. Create a separate branch for every Issue you are working upon and once found fit, make a PR.
  • If you have no idea what are issues or PRs, please do refer to this link

Make sure your code works before submitting it :D

Steps to Contribute

  • If you are looking to make your first contribution, follow the steps below

How to contribute

  1. Fork the repository.
  2. Make any changes in your forked repository.
  3. Now submit the Pull Request.

Fork this repository

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.

Clone this repository

  • Now clone the forked repository to your machine.
  • Go to your GitHub account, open your forked repository, click on the code button and then click the copy to clipboard icon.
  • Open your terminal and run the following git command:
git clone https://github.com/Your-username/Hacktoberfest-Projects.git

Clone this repository

clone this repository








Create a branch

  • Switch to the cloned folder on your computer.
 cd Hacktoberfest-Projects
  • Now create a branch using the git checkout command:
  git checkout -b projectname-username

Add your projects

  • Add your projects to a new directory, the name of the directory should be your ProjectName/USERNAME
  • Add One Project at a time.

Add & Commit

  1. Stage your changes

    • Stage all files: git add .
    • Stage a file: git add <file_name.html>
    • Stage a folder: git add <projectfolder>
  2. Check the status of your repository by entering the following command.

    git status
    
  3. Now commit those changes to the branch you just created:

    git commit -m "Added <projectname> by <your_username>
    

Push changes to GitHub

  • Push your changes using the git push command:
git push origin <projectname-username> Compare & pull request button

Compare & Submit a Pull Request

  • If you go to your repository on GitHub, you'll see a new section containing contribute buttom! Click on that button.
  • Now click the pull request button on the drop down.
  • Wait for your changes to be merged.

Hurray! You successfully made a contribution! ๐ŸŽ‰


Note

  • Do not spam, Else you will be banned.
  • Submit your Projects in Appropriate folders as mentioned to you while assigning.

Refer Our Wiki If you are new to Github Tenet Contributing Wiki

You can refer to Sample Issue Created here And Create Pull Request Accordingly.

hacktoberfest-projects-1's People

Contributors

soumikbaithalu avatar harshil-jani avatar rameshchandrapola 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.