forked from algorithm-archivists/algorithm-archive
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Move Code Reviewers from Wiki into the book (algorithm-archivists#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 <[email protected]> * Update contents/code_reviews/code_reviewers.md Co-authored-by: Dimitri Belopopsky <[email protected]> * Update contents/code_reviews/code_reviewers.md Co-authored-by: Dimitri Belopopsky <[email protected]> * Update contents/code_reviews/code_reviewers.md Co-authored-by: Dimitri Belopopsky <[email protected]> * Apply suggestions from code review Co-authored-by: Dimitri Belopopsky <[email protected]> * Update contents/code_reviews/code_reviewers.md Co-authored-by: Sammy Plat <[email protected]> * Update contents/code_reviews/code_reviewers.md Co-authored-by: Sammy Plat <[email protected]> * 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 <[email protected]> Co-authored-by: Sammy Plat <[email protected]>
- Loading branch information
1 parent
f5af368
commit 25d03e4
Showing
3 changed files
with
73 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,69 @@ | ||
# Code Reviewers | ||
|
||
If you are comfortable reviewing a language, please add yourself to the table below: | ||
|
||
[//]: # (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) | ||
|
||
Language | Reviewers | ||
-|- | ||
asm-x64 | | ||
bash | | ||
c | [@amaras] | ||
c# | | ||
clojure | | ||
coconut | [@amaras] | ||
c++ | [@ShadowMitia] | ||
crystal | | ||
D | | ||
dart | | ||
elm | | ||
emojicode | | ||
factor | | ||
fortran | [@leios] | ||
gnuplot | [@leios] | ||
go | | ||
haskell | | ||
java | | ||
javascript | [@ntindle],[@ShadowMitia] | ||
julia | [@leios] | ||
kotlin | | ||
labview | | ||
lolcode | | ||
lisp | | ||
lua | | ||
matlab | | ||
nim | | ||
ocaml | [@ShadowMitia] | ||
php | | ||
piet | | ||
powershell | | ||
python | [@ntindle],[@ShadowMitia],[@amaras],[@PeanutbutterWarrior] | ||
r | | ||
racket | | ||
ruby | | ||
rust | [@ShadowMitia],[@PeanutbutterWarrior] | ||
scala | | ||
scheme | | ||
scratch | [@leios] | ||
smalltask | | ||
swift | | ||
typescript | [@ntindle] | ||
v | | ||
viml | | ||
whitespace | | ||
|
||
If you are comfortable reviewing a toolchain change, please add yourself to the list below: | ||
|
||
Feature | Reviewers | ||
-|- | ||
Dev Container | [@ntindle], [@ShadowMitia] | ||
Docker | [@ntindle], [@ShadowMitia] | ||
Github Actions | [@ntindle] | ||
Honkit | | ||
Scons | [@amaras],[@PeanutbutterWarrior] | ||
Chapters | [@leios] | ||
|
||
[@leios]: https://github.com/leios | ||
[@ntindle]: https://github.com/ntindle | ||
[@amaras]: https://github.com/amaras | ||
[@ShadowMitia]: https://github.com/ShadowMitia |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters