Skip to content

Commit 25d03e4

Browse files
ntindleShadowMitiaAmaras
authored
Move Code Reviewers from Wiki into the book (#946)
* Add code Reviewers chapter * Add code reviews to summary * add code reviews to how to contribute * Update contents/code_reviews/code_reviewers.md Co-authored-by: Dimitri Belopopsky <ShadowMitia@users.noreply.github.com> * Update contents/code_reviews/code_reviewers.md Co-authored-by: Dimitri Belopopsky <ShadowMitia@users.noreply.github.com> * Update contents/code_reviews/code_reviewers.md Co-authored-by: Dimitri Belopopsky <ShadowMitia@users.noreply.github.com> * Update contents/code_reviews/code_reviewers.md Co-authored-by: Dimitri Belopopsky <ShadowMitia@users.noreply.github.com> * Apply suggestions from code review Co-authored-by: Dimitri Belopopsky <ShadowMitia@users.noreply.github.com> * Update contents/code_reviews/code_reviewers.md Co-authored-by: Sammy Plat <amaras@vivaldi.net> * Update contents/code_reviews/code_reviewers.md Co-authored-by: Sammy Plat <amaras@vivaldi.net> * Update contents/code_reviews/code_reviewers.md * Update contents/code_reviews/code_reviewers.md * Update contents/code_reviews/code_reviewers.md Co-authored-by: Dimitri Belopopsky <ShadowMitia@users.noreply.github.com> Co-authored-by: Sammy Plat <amaras@vivaldi.net>
1 parent f5af368 commit 25d03e4

File tree

3 files changed

+73
-1
lines changed

3 files changed

+73
-1
lines changed

SUMMARY.md

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
* [Algorithm Archive](README.md)
44
* [Introduction](contents/introduction/introduction.md)
55
* [How To Contribute](contents/how_to_contribute/how_to_contribute.md)
6+
* [Code Reviewers](contents/code_reviews/code_reviewers.md)
67
* [Plotting](contents/plotting/plotting.md)
78
* [Domain Coloring](contents/domain_coloring/domain_coloring.md)
89
* [Iterated Function Systems](contents/IFS/IFS.md)
+69
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,69 @@
1+
# Code Reviewers
2+
3+
If you are comfortable reviewing a language, please add yourself to the table below:
4+
5+
[//]: # (To add yourself to the table, please add a link at the bottom of the article and reference yourself in the following format next to each language [@username]. If there are multiple usernames for a language, make sure to seperate them with commas)
6+
7+
Language | Reviewers
8+
-|-
9+
asm-x64 |
10+
bash |
11+
c | [@amaras]
12+
c# |
13+
clojure |
14+
coconut | [@amaras]
15+
c++ | [@ShadowMitia]
16+
crystal |
17+
D |
18+
dart |
19+
elm |
20+
emojicode |
21+
factor |
22+
fortran | [@leios]
23+
gnuplot | [@leios]
24+
go |
25+
haskell |
26+
java |
27+
javascript | [@ntindle],[@ShadowMitia]
28+
julia | [@leios]
29+
kotlin |
30+
labview |
31+
lolcode |
32+
lisp |
33+
lua |
34+
matlab |
35+
nim |
36+
ocaml | [@ShadowMitia]
37+
php |
38+
piet |
39+
powershell |
40+
python | [@ntindle],[@ShadowMitia],[@amaras],[@PeanutbutterWarrior]
41+
r |
42+
racket |
43+
ruby |
44+
rust | [@ShadowMitia],[@PeanutbutterWarrior]
45+
scala |
46+
scheme |
47+
scratch | [@leios]
48+
smalltask |
49+
swift |
50+
typescript | [@ntindle]
51+
v |
52+
viml |
53+
whitespace |
54+
55+
If you are comfortable reviewing a toolchain change, please add yourself to the list below:
56+
57+
Feature | Reviewers
58+
-|-
59+
Dev Container | [@ntindle], [@ShadowMitia]
60+
Docker | [@ntindle], [@ShadowMitia]
61+
Github Actions | [@ntindle]
62+
Honkit |
63+
Scons | [@amaras],[@PeanutbutterWarrior]
64+
Chapters | [@leios]
65+
66+
[@leios]: https://github.com/leios
67+
[@ntindle]: https://github.com/ntindle
68+
[@amaras]: https://github.com/amaras
69+
[@ShadowMitia]: https://github.com/ShadowMitia

contents/how_to_contribute/how_to_contribute.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,9 @@ For now, here are the basics for submitting code to the Algorithm Archive:
1515
3. **CONTRIBUTORS.md**: After contributing code, please echo your name to the end of `CONTRIBUTORS.md` with `echo "- name" >> CONTRIBUTORS.md`.
1616
4. **Building the Algorithm Archive**: Before every submission, you should build the Algorithm Archive on your own machine. To do this, install [Node](https://nodejs.org/) and use `npm install` and then `npm run serve` in the main directory (where `README.md` is). This will provide a local URL to go to to view the archive in your browser of choice. Use this server to make sure your version of the Algorithm Archive works cleanly for the chapter you are updating!
1717

18-
To submit code, simply go to the `code/` directory of whatever chapter you want and add another directory for your language of choice.
18+
To **submit code**, go to the `code/` directory of whatever chapter you want and add another directory for your language of choice.
19+
20+
You can also help out by **reviewing code**, if you have the ability to review a language (and want to be asked to do so), please add yourself to [the Code Reviewers list](../code_reviews/code_reviewers.md)
1921

2022
We use two GitBook plugins to allow users to flip between languages on different algorithms.
2123
One is the theme-api, and the other is the include-codeblock api.

0 commit comments

Comments
 (0)