Skip to content

Commit db6ec27

Browse files
committed
Add credits to a few curricula ✨
For the JS curricula, Learn to Code, and the Rails job board & message board curricula, add a note to the last page of the curriculum with the name of the original author and a link to the history of the curriculum on GitHub so that curious people can see who has contributed specifically to this curriculum. I'm using the directory history instead of the contribution graph because the contribution graph can't be broken down by what part of the codebase the contribution was made to, as far as I can tell.
1 parent 5f94e95 commit db6ec27

File tree

6 files changed

+39
-1
lines changed

6 files changed

+39
-1
lines changed
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,10 @@
11
insert '../javascript-to-do-list/_deploying_your_site'
2+
3+
message <<-MARKDOWN
4+
# Credits
5+
6+
This curriculum was originally written by
7+
[Zassmin Montes de Oca](http://zassmin.com/) and
8+
[Zee Spencer](http://www.zeespencer.com/),
9+
and has been improved by all sorts of [lovely RailsBridge volunteers](https://github.com/railsbridge/docs/commits/master/sites/en/javascript-snake-game).
10+
MARKDOWN

sites/en/javascript-to-do-list-with-react/next_steps.step

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,11 @@ ul do
2020
a "http://railsbridge.org/learn/resources", href: "http://railsbridge.org/learn/resources"
2121
end
2222
end
23+
24+
message <<-MARKDOWN
25+
# Credits
26+
27+
This curriculum was originally written by
28+
[Srinivas Rao](https://twitter.com/raorao_)
29+
and has been improved by all sorts of [lovely RailsBridge volunteers](https://github.com/railsbridge/docs/commits/master/sites/en/javascript-to-do-list-with-react).
30+
MARKDOWN

sites/en/javascript-to-do-list/next_steps.step

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,11 @@ ul do
2020
a "http://railsbridge.org/learn/resources", href: "http://railsbridge.org/learn/resources"
2121
end
2222
end
23+
24+
message <<-MARKDOWN
25+
# Credits
26+
27+
This curriculum was originally written by
28+
[Srinivas Rao](https://twitter.com/raorao_)
29+
and has been improved by all sorts of [lovely RailsBridge volunteers](https://github.com/railsbridge/docs/commits/master/sites/en/javascript-to-do-list).
30+
MARKDOWN

sites/en/job-board/add_more_things.step

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,8 @@ message <<-MARKDOWN
1515
* Add a user model and auth with Devise
1616
* Test it! Write a controller spec.
1717

18+
## Credits
19+
20+
This curriculum was originally written by [Lillie Chilen](http://www.twitter.com/lilliealbert)
21+
and has been improved by all sorts of [lovely RailsBridge volunteers](https://github.com/railsbridge/docs/commits/master/sites/en/job-board).
1822
MARKDOWN

sites/en/learn-to-code/next_steps.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@
1414

1515
# Thanks
1616

17-
* to all the TAs
17+
* to all the TAs!
1818
* to all the students!
19+
* to [Alex Chaffee](http://alexchaffee.com/), the original author of this curriculum, and
20+
* to all the [RailsBridge volunteers](https://github.com/railsbridge/docs/commits/master/sites/en/learn-to-code) who have helped make it better!
1921

sites/en/message-board/add_other_features_of_your_choosing.step

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,11 @@ Suggestions:
1313
* Deploy to Heroku and send your message board to all your friends!
1414

1515
## ...and that's that! Good luck! Make more things! Come back again!
16+
17+
# Credits
18+
19+
This curriculum was originally written by
20+
[Lillie Chilen](http://www.twitter.com/lilliealbert) and
21+
[Travis Grathwell](https://github.com/tjgrathwell),
22+
and has been improved by all sorts of [lovely RailsBridge volunteers](https://github.com/railsbridge/docs/commits/master/sites/en/message-board).
1623
MARKDOWN

0 commit comments

Comments
 (0)