Skip to content

Commit 78aa133

Browse files
authored
Update contributing.md
1 parent 9004ab3 commit 78aa133

File tree

1 file changed

+14
-6
lines changed

1 file changed

+14
-6
lines changed

contributing.md

Lines changed: 14 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,31 @@
11
### Contribution Guide
2+
23
- 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
55

66
#### Question contribution
7+
78
- 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
1011
- 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
1213
- Important points related to solving the question or about the implementation logic - optional but recommended
1314
- Solution program (single or multiple solutions) - mandatory
1415
- Notes (additional detail about the answer) - optional
1516
- References - optional but recommended
1617

17-
#### Standards followed
18+
#### Standards Followed
19+
1820
- No full stop at the end of the question or points
1921
- Output of the code is mentioned in front of the statement with comments
2022
- Code comments should be before or after the code in a separate line
2123
- Driver codes are added only when necessary
2224
- The difficulty level of the question in general increases with the question number
2325
- 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

Comments
 (0)