Skip to content

Commit be3bfcb

Browse files
fixes the contributing file
1 parent 4e7fea4 commit be3bfcb

File tree

1 file changed

+10
-9
lines changed

1 file changed

+10
-9
lines changed

CONTRIBUTING.md

+10-9
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,26 @@
11
# Contributing Guidelines
22

3-
This project aims to create a common source from all algorithms questions on HackerRank and values every single
3+
This project aims to create a common source from all algorithms questions on LeetCode and values every single
44
contribution made by the community.
55

6-
We aim to solve all questions in the HackerRank Algorithms domain in as many languages as possible to show the
6+
We aim to solve all questions in the LeetCode Algorithms domain in as many languages as possible to show the
77
different code styles and approaches that can be used to solve the same problem.
88

99
Contributing is very simple, simply identify a question from the [README](README.md) file that has yet to be solved in
1010
a programming language of your choice.
1111

12-
Solve that question and make sure that all tests pass on HackerRank and then create a pull request with the
13-
added solution and updated readme.
12+
Solve that question and make sure that all tests pass on LeetCode, and the solution is accepted
13+
and then create a pull request with the added solution and updated readme.
1414

1515
## Pull Request Process
1616

1717
1. Fork this repository to your github account and then clone your forked repository to your machine.
18-
2. Say you solve some problem called __cars-and-trucks__ in the _Implementation_ sub domain on
19-
HackerRank using your favorite programming language, say Python then simple add a new file called
20-
`cars-and-trucks.py` in the `implimentation` directory.
18+
2. Say you solve some problem called __cars-and-trucks__ in using your favorite programming language,
19+
say Python then simple add a new file called
20+
`cars-and-trucks.py` in the `python` directory.
2121
3. In the [README](README.md) file, add a Python logo along with an empty link.
22-
4. Updating the link for the solution will be done by the Project maintainers (aka. [anishLearnsToCode]())
22+
4. Updating the link for the solution will be done by the Project maintainers
23+
(aka. [anishLearnsToCode](https://github.com/anishLearnsToCode))
2324

2425
## Programming Language Logos
2526
To add a logo in the [README](README.md) table simply add a link with an embedded picture as
@@ -40,7 +41,7 @@ For the icon link refer to the table below to obtain the link for a specific pro
4041
| TypeScript | ![TypeScript](https://img.icons8.com/color/40/000000/typescript.png) | https://img.icons8.com/color/40/000000/typescript.png |
4142
| Ruby | ![Ruby](https://img.icons8.com/office/35/000000/ruby-programming-language.png) | https://img.icons8.com/office/35/000000/ruby-programming-language.png |
4243
| Scala | ![Scala](https://img.icons8.com/dusk/35/000000/scala.png) | https://img.icons8.com/office/35/000000/ruby-programming-language.png |
43-
| PGH | ![PHP](https://img.icons8.com/officel/40/000000/php-logo.png) | https://img.icons8.com/officel/40/000000/php-logo.png |
44+
| PHP | ![PHP](https://img.icons8.com/officel/40/000000/php-logo.png) | https://img.icons8.com/officel/40/000000/php-logo.png |
4445
| Swift | ![Swift](https://img.icons8.com/fluent/40/000000/swift.png) | https://img.icons8.com/fluent/40/000000/swift.png |
4546

4647

0 commit comments

Comments
 (0)