We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9b95f4 commit c8c715fCopy full SHA for c8c715f
CONTRIBUTING.md
@@ -98,6 +98,11 @@ It is advised that you add the Doctests in a multiline comment just after the Al
98
*/
99
For Code Structure reference see [this file](https://github.com/TheAlgorithms/Javascript/blob/master/Sorts/BubbleSort.js).
100
101
+You can run the doctest by using the command
102
+```
103
+$ doctest MyFile.js // if that fails, try: npx doctest MyFile.js
104
105
+
106
107
- Most importantly,
108
- **Be consistent in the use of these guidelines when submitting.**
0 commit comments