|
1 | 1 | ### Contribution Guide |
| 2 | + |
2 | 3 | - Feel free to contribute to this repo by raising the __pull request__ |
3 | | -- If you do not know to raise a pull request, send an email with details to sadypai@gmail.com |
4 | | -- Spelling mistakes, improvement of answers, code comments, rephrasing the questions / points, additional details, quality references and similar contributions are highly appreciated |
| 4 | +- Spelling mistakes, improvement of answers, code comments, rephrasing the questions/points, additional details, quality references, and similar contributions are highly appreciated |
5 | 5 |
|
6 | 6 | #### Question contribution |
| 7 | + |
7 | 8 | - The question should be unambiguous and as generic as possible |
8 | | -- Only JavaScript questions with coding solutions are allowed (No theoretical question) |
9 | | -- Any coding hints to be provided along with the question can be included as example |
| 9 | +- Only JavaScript questions with coding solutions are allowed (No theoretical questions) |
| 10 | +- Any coding hints to be provided along with the question can be included as an example |
10 | 11 | - This repo does not aim to solve algorithm questions in JavaScript |
11 | | -- Answer can contain maximum 4 parts |
| 12 | +- Answer can contain a maximum 4 parts |
12 | 13 | - Important points related to solving the question or about the implementation logic - optional but recommended |
13 | 14 | - Solution program (single or multiple solutions) - mandatory |
14 | 15 | - Notes (additional detail about the answer) - optional |
15 | 16 | - References - optional but recommended |
16 | 17 |
|
17 | | -#### Standards followed |
| 18 | +#### Standards Followed |
| 19 | + |
18 | 20 | - No full stop at the end of the question or points |
19 | 21 | - Output of the code is mentioned in front of the statement with comments |
20 | 22 | - Code comments should be before or after the code in a separate line |
21 | 23 | - Driver codes are added only when necessary |
22 | 24 | - The difficulty level of the question in general increases with the question number |
23 | 25 | - Follow the existing format of markdown and code |
| 26 | + |
| 27 | +#### Tech |
| 28 | + |
| 29 | +- Website is built using Nextra |
| 30 | +- The challenges are in [mdx files](https://github.com/sadanandpai/javascript-code-challenges/tree/main/web/src/pages) |
| 31 | +- Add new questions to the end |
0 commit comments