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

Fixes #169 #170

Merged
merged 1 commit into from
Jul 26, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@ This is the most simple project when it comes to contributions, setup, opening i
- We use ESLint for code linting
- The linter follows [Airbnb JavaScript Style Guide](https://github.com/airbnb/javascript)
- Go through the folder structure carefully and follow the same
- Go through the format and file convenetions used while adding tests (both test case and test files)
- Go through the format and file conventions used while adding tests (both test case and test files)

## How to pick up an Issue
- Comment on the issue first so that we can assign you the issue.
- If you raise a Pull Request for an issue and the Issue was not assigned to you, your PR will be marked as **Invalid**

## Submititng a Pull Request (PR)
## Submittng a Pull Request (PR)
- Add yourself to the assignee section
- Add meaningful heading and description to your PR
- Also mention the issue number in the description using **'#'**, e.g: **#12**
Expand Down
2 changes: 1 addition & 1 deletion TOC.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
- [Find 2 numbers that add upto N](src/_Problems_/find-2-nums-adding-to-n)
- [Find 2nd Maxinum from an Array](src/_Problems_/find-2nd-max)
- [FizzBuzz](src/_Problems_/fizzbuzz)
- [String Permutaions](src/_Problems_/get-string-permutations)
- [String Permutations](src/_Problems_/get-string-permutations)
- [Get Subsequence](src/_Problems_/get_subsequence)
- [Get Maze Path](src/_Problems_/get-mazePath)
- [Get longest consecutive 1s](src/_Problems_/max-consecutive-1s)
Expand Down