This repo has been archived. Use - awesome-random for open source getting started workshops
The point of this repository is to allow anyone to start contributing on a public repository.
- Find an issue that is not assigned yet and ask to be assigned to you
- Once it's assigned, implement the problem asked in the issue
- Create a new file with a new problem name and add a example as comment
- Create your Pull Request
- Create an issue for your new problem
- Each PR should contain exactly 2 files: your implementation, and a new kata. All pull requests that do not follow this rule will be closed immediately.
You only need to edit the problem file, the actual implementation will be left to someone else!
theFunction.js:
export const theFunction = () => {
// TO IMPLEMENT IN ANOTHER PR
};
Inspired from - https://github.com/rgehan/hacktoberfest-2k18-katas