All Projects → Auto-bot-Channel → Hacktoberfest-Learning

Auto-bot-Channel / Hacktoberfest-Learning

Licence: other
Get started with Hacktoberfest 2020 with your first easy PR; just add an html page about yourself or edit sample html page to get started with open-source

Programming Languages

HTML
75241 projects
CSS
56736 projects

Projects that are alternatives of or similar to Hacktoberfest-Learning

Automatic-attendance-management-system
ROLLCALL an automatic and smart attendance marking and management system which uses Microsoft Azure’s Cognitive service at its core to create a system that could make sure that no human intervention is required and provides government the ability to monitor the attendance of the schools and helps the government officials in mark fake schools.
Stars: ✭ 44 (+193.33%)
Mutual labels:  first-timers, hacktoberfest2020, hacktoberfest-accepted
hacktoberfest2020
This is a hacktoberfest repo with learning propose to make pull request(PR) and get contribute on opensource project
Stars: ✭ 13 (-13.33%)
Mutual labels:  hacktoberfest-starter, hacktoberfest2020, hacktoberfest-accepted
HacktoberFest2021
hacktoberfest-accepted repository
Stars: ✭ 25 (+66.67%)
Mutual labels:  hacktoberfest-starter, hacktoberfest2020, hacktoberfest-accepted
HacktoberFest-21
A mentorship initiative to help beginners kickstarting their open-source journey by completing Hacktoberfest'21 challenge | Curated list of beginner-friendly issues for Hacktoberfest 2021 | Raise PR to add your issues
Stars: ✭ 27 (+80%)
Mutual labels:  first-timers, hacktoberfest-starter, hacktoberfest-accepted
github-readme-quotes
Dynamic quote generator for your GitHub readmes | Give a poetic touch to readmes
Stars: ✭ 128 (+753.33%)
Mutual labels:  first-timers, hacktoberfest2020, hacktoberfest-accepted
Hactoberfest-2021
Make your first PR! ~ A beginner friendly repository made specifically for open source beginners. Add your profile, a blog or any program under any language (it can be anything from a hello-world program to a complex data structure algorithm) or update the existing one. Just make sure to add the file under the correct directory. Happy hacking!
Stars: ✭ 134 (+793.33%)
Mutual labels:  hacktoberfest-starter, hacktoberfest2020, hacktoberfest-accepted
hacktoberfest
Fork and Create a Pull Request
Stars: ✭ 13 (-13.33%)
Mutual labels:  hacktoberfest-starter, hacktoberfest2020, hacktoberfest-accepted
hacktoberfest2021
For Beginners, students and developers this is a great opportunity to learn and contribute to open source.
Stars: ✭ 79 (+426.67%)
Mutual labels:  hacktoberfest-starter, hacktoberfest-accepted
FreeCodeCamp-Projects
This repo is for coders who are looking to contribute & participate in Hacktoberfest. Please do star the repo if y'all liked it!
Stars: ✭ 30 (+100%)
Mutual labels:  first-timers, hacktoberfest-accepted
first-pr-repo
A step by step guide to help people make their first Pull Request
Stars: ✭ 29 (+93.33%)
Mutual labels:  first-timers, hacktoberfest2020
Resources
No description or website provided.
Stars: ✭ 25 (+66.67%)
Mutual labels:  hacktoberfest2020, hacktoberfest-accepted
hacktoberfest20
Participate in Hacktoberfest by contributing to any Open Source project on GitHub! Here is a starter project for first-time contributors. #hacktoberfest20. Don’t forget to read the README.md for guidance.
Stars: ✭ 18 (+20%)
Mutual labels:  first-timers, hacktoberfest2020
Hacktoberfest2021
This Repository for Hacktoberfest Fest 2021. Contribute anything for your T-shirt, must be relevant that can add some value to this repo.
Stars: ✭ 57 (+280%)
Mutual labels:  hacktoberfest2020, hacktoberfest-accepted
hacktoberfest 2021
This is a repository for anyone wishing to contribute to HacktoberFest 2021
Stars: ✭ 51 (+240%)
Mutual labels:  hacktoberfest-starter, hacktoberfest-accepted
Awesome-Clone
A curated list of AWESOME clones made with react,vue,svelte
Stars: ✭ 37 (+146.67%)
Mutual labels:  hacktoberfest-starter, hacktoberfest-accepted
companies-on-blm
We are collecting corporate statements in response to racial injustice, along with Diversity/Inclusion reports and ICE contract information. We have several issues for requested companies, please feel free to add more!
Stars: ✭ 21 (+40%)
Mutual labels:  hacktoberfest2020, hacktoberfest-accepted
SoundTouch-Chrome-Extension
📢 💻 SoundTouch Bose Chrome Extension, Display the current playing music, control the Soundtouch and more...
Stars: ✭ 17 (+13.33%)
Mutual labels:  hacktoberfest2020, hacktoberfest-accepted
DeveloperFolio
A DevFolio/Developer Portfolio built using ReactJs and Animation libraries.
Stars: ✭ 51 (+240%)
Mutual labels:  hacktoberfest2020, hacktoberfest-accepted
Web-Development-Resources
One and only place on the internet for all Web Development Resources.
Stars: ✭ 51 (+240%)
Mutual labels:  hacktoberfest-starter, hacktoberfest-accepted
TheAlgorithms
This contains whatever you need to study about Algos...
Stars: ✭ 21 (+40%)
Mutual labels:  hacktoberfest-starter, hacktoberfest-accepted

Hacktoberfest-2020

Screenshot-HFST

🎃 Get yourself featured here 🎃

This repo is hosted at https://auto-bot-channel.github.io/Hacktoberfest-Learning/

Instructions :

Make sure you have a GitHub account. In case you don't have one, you can create your account by visiting https://github.com/ and clicking on Sign up option at the top right corner.

1. Register yourself for Hacktoberfest
Link to register: https://hacktoberfest.digitalocean.com/

Click on "Start Hacking" and add your GitHub account.
2. Star and Fork this Repository
You can star and fork this repository on GitHub by navigating at the top of this repository.

When you’re on the main page of a repository, you’ll see a button to "Star" and “Fork” the repository on the upper right-hand side of the page, underneath your user icon.


screenshot-star

screenshot-fork

3. Clone the Repository

To make your own local copy of the repository you would like to contribute to, let’s first open up a terminal window.

We’ll use the git clone command along with the URL that points to your fork of the repository.

This URL will be similar to the URL above, except now it will end with .git. In the cloud_haiku example above, the URL will look like this: https://github.com/your-username/Hacktoberfest-Learning.git

You can alternatively copy the URL by using the green “Clone or download” button from your repository page that you just forked from the original repository page. Once you click the button, you’ll be able to copy the URL by clicking the binder button next to the URL:

Once we have the URL, we’re ready to clone the repository. To do this, we’ll combine the git clone command with the repository URL from the command line in a terminal window:

git clone https://github.com/your-username/Hacktoberfest-Learning.git

4. Create a New Branch

To create your branch, from your terminal window, change your directory so that you are working in the directory of the repository. Be sure to use the actual name of the repository (i.e. Hacktoberfest-Learning) to switch into that directory.

cd Hacktoberfest-Learning

Now, we’ll create our new branch with the git branch command. Make sure you name it descriptively so that others working on the project understand what you are working on.

git branch new-branch

Now that our new branch is created, we can switch to make sure that we are working on that branch by using the git checkout command:

git checkout new-branch

Once you enter the git checkout command, you will receive the following output:

Output:
Switched to branch 'new-branch'

At this point, you can now modify existing files or add new files to the project on your own branch.

Make Changes Locally

Once you have modified existing files or added new files to the project, you can add them to your local repository, which you can do with the git add command. Let’s add the -A flag to add all changes that we have made:

git add -A or git add .

Next, we’ll want to record the changes that we made to the repository with the git commit command.

The commit message is an important aspect of your code contribution; it helps the other contributors fully understand the change you have made, why you made it, and how significant it is. Additionally, commit messages provide a historical record of the changes for the project at large, helping future contributors along the way.

If you have a very short message, you can record that with the -m flag and the message in quotes:

Example:
git commit -m "Updated Readme.md"
At this point you can use the git push command to push the changes to the current branch of your forked repository:
Example:
git push --set-upstream origin new-branch
5. Update Local Repository
_While working on a project alongside other contributors, it is important for you to keep your local repository up-to-date with the project as you don’t want to make a pull request for code that will cause conflicts. To keep your local copy of the code base updated, you’ll need to sync changes._

We’ll first go over configuring a remote for the fork, then syncing the fork.

6. Configure a Remote for the Fork
Next up, you’ll have to specify a new remote upstream repository for us to sync with the fork. This will be the original repository that you forked from. you’ll have to do this with the git remote add command.
git remote add upstream https://github.com/acmbvp/Hacktoberfest-Learning.git

screenshot 74

In this example, // upstream // is the shortname we have supplied for the remote repository since in terms of Git, “upstream” refers to the repository that you cloned from. If you want to add a remote pointer to the repository of a collaborator, you may want to provide that collaborator’s username or a shortened nickname for the shortname.

7. Sync the Fork

Once you have configured a remote that references the upstream and original repository on GitHub, you are ready to sync your fork of the repository to keep it up-to-date. To sync your fork, from the directory of your local repository in a terminal window, you’ll have to use the // git fetch // command to fetch the branches along with their respective commits from the upstream repository. Since you used the shortname “upstream” to refer to the upstream repository, you’ll have to pass that to the command:

git fetch upstream

Switch to the local master branch of our repository:

git checkout master

Now merge any changes that were made in the original repository’s master branch, that you will access through your local upstream/master branch, with your local master branch:

git merge upstream/master
8. Create Pull Request

At this point, you are ready to make a pull request to the original repository.

Navigate to your forked repository, and press the “New pull request” button on your left-hand side of your Repo page.


What you can contribute

  1. You can add a simple html page(no css page if you want add the css into the html page intself) into the contributors folder which should contain your picture, name and your github username.
  2. You can also use sample.html page and just add your image link and edit your name and add your github username. gif

if you are lazy to find a picture of yourself then here is your hack!! gif

HTML page should be named as your-name.html and must be kept inside contributors folder

Hurray! You just got closer to completing your Hacktoberfest challenge.

©Auto-Bot-Channel



Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].