Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create Readme #952

Merged
merged 1 commit into from Nov 8, 2017
Merged

Create Readme #952

merged 1 commit into from Nov 8, 2017

Conversation

love-ode
Copy link
Contributor

Hacktoberfest Sign In Sheet 2017!

The goal of this repo is to help beginners who are doing their first pull requests. Feel free to join!

Instruction

In the index file, look for the 'ol' tag. Then insert a 'li' tag with your link to your profile.

Git and Pull Request Resources

Github
The Net Ninja
Awesome-Git
How to Create a Pull Request

Click on the fork on the top to fork this repo.
Go to your repo where you forked the project.
Hit the clone button on your forked repo and copy the given link.
On your terminal / command prompt, type "git clone [put the link here]".
Change the index file in the folder.
Afterward, on your terminal / command prompt, type "git add index.html"; then 'git commit -m "[type a message]" '.
Create a remote to link the repository on github to your local workspace. use "git remote add [remote-name] [put the github link here]"
Push the commit. For example, type "git push [remote-name] master".
Go back to the original repo.
Hit "new pull request" and compare between forks.
Confirm the pull request and that's it!

#Info (delete this section)
Please see the contributing guide, on the contributing section.

You should notify the maintainers on the issue you are working on before you send a PR.

Rebase and
squash your commits.
Submit one commit only, on top of the branch you are working on, master for bug fixes to the
stable version, vnext to new analyzers and fixers.

Verify if you pass the definition of done.

Always reference issue you are fixing (see bellow, e.g. Fixes #123)

#Start your PR description here (delete this line too)
Fixes # .

Hacktoberfest Sign In Sheet 2017!

The goal of this repo is to help beginners who are doing their first pull requests. Feel free to join!

Instruction

In the index file, look for the 'ol' tag. Then insert a 'li' tag with your link to your profile.

Git and Pull Request Resources

Github
The Net Ninja
Awesome-Git
How to Create a Pull Request

Click on the fork on the top to fork this repo.
Go to your repo where you forked the project.
Hit the clone button on your forked repo and copy the given link.
On your terminal / command prompt, type "git clone [put the link here]".
Change the index file in the folder.
Afterward, on your terminal / command prompt, type "git add index.html"; then 'git commit -m "[type a message]" '.
Create a remote to link the repository on github to your local workspace. use "git remote add [remote-name] [put the github link here]"
Push the commit. For example, type "git push [remote-name] master".
Go back to the original repo.
Hit "new pull request" and compare between forks.
Confirm the pull request and that's it!
@coveralls
Copy link

Coverage Status

Coverage remained the same at 91.659% when pulling 464c3d3 on love-ode:patch-1 into 187501c on code-cracker:master.

@carloscds carloscds merged commit 468e04b into code-cracker:master Nov 8, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants