Skip to content

Manik2704/Coding-Beginners

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Open Source Love

Hello coders 👋

Let's help you submit your first Pull Request!!!

Coding-Beginners

Repository for coding newbies.

Feel free to fork and contribute :)

How to contribute to this project or Open Source ?

Happy Hacktoberfest 2019! If you are a beginner, and looking for your first contribution. please follow these steps :-

Note :

Before contributing to this project plese read the ISSUE and then start to contribute for that issue.

Instructions :

1. Fork this Repository

fork 🍽️ this repository on GitHub by navigating at the top of this repository.
GitHub repository URLs will reference both the username associated with the owner of the repository, as well as the repository name.

2. Clone the Repository

To make your own local copy of the repository you would like to contribute.
use the git clone command along with the URL that points to your fork of the repository.

3. Create a New Branch

use the git branch new-branch command for create a new branch.
change the branch master name for one of your own.
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
git add -A or git add . for adding the changes file.

git add -A stages all changes git add . stages new files and modifications, without deletions git add -u stages modifications and deletions, without new files

git commit -m " here type your message " for comminting.
Then push to your local repository
git push origin new-branch

4. Create Pull Request

At this point, you are ready to make a pull request to the original repository.
Now navigate to your forked repository, and press the “New pull request” button on your left-hand side of the page.

Done ! you have made a pull request and wait for approved by the maintainers.

About

Repository for coding newbies.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 46.1%
  • Java 31.3%
  • Python 7.7%
  • Kotlin 4.8%
  • C 4.6%
  • JavaScript 2.9%
  • Other 2.6%