Skip to content

Commit d47af94

Browse files
author
Aadit Kamat
authored
Add line for creating PR from new branch
1 parent b51225a commit d47af94

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

CONTRIBUTING.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ When contributing to this repository, please first discuss the change you wish t
55
Please note we have a code of conduct, please follow it in all your interactions with the project.
66

77
## Pull Request Process and Contribution Guidelines
8-
9-
1. Inside each "Day" Create a folder with the name of language you are contributing in.
10-
2. Ensure you have tested the code you are contributing atleast 3 times before submitting the pull request.
11-
3. The code you contribute must have this at top -
8+
1. Fork this repository and [**checkout a new branch from the fork's master**](https://git-scm.com/docs/git-checkout#Documentation/git-checkout.txt--bltnewbranchgt) before creating a pull request.
9+
2. Inside each "Day" Create a folder with the name of language you are contributing in.
10+
3. Ensure you have tested the code you are contributing atleast 3 times before submitting the pull request.
11+
4. The code you contribute must have this at top -
1212
```cpp
1313
/**
1414
* @author: <GitHub Username>

0 commit comments

Comments
 (0)