You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: sites/docs/docs.step
+23Lines changed: 23 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,6 @@
1
1
message <<MARKDOWN
2
+
This site is maintained by RailsBridge volunteers. If you find something that could be improved, please make a [pull request](https://github.com/railsbridge/docs) or [drop us a note](https://github.com/railsbridge/docs/issues/new) via GitHub Issues (no technical knowledge required).
3
+
2
4
# [Installfest](/installfest)
3
5
4
6
Instructions for installing Ruby and Rails on your computer. You are required to do this before going to a Rails workshop!
@@ -25,4 +27,25 @@ Railsbridge workshops can also use Alex's [Learn To Code In Ruby](http://codelik
25
27
26
28
The Railsbridge junkyard! Slide decks for opening/closing presentations, teacher training.
27
29
30
+
# RailsBridge curriculum-related FAQ
31
+
32
+
### Can I use the RailsBridge curricula at my event?
33
+
Anyone can use this site — it's very open source!
34
+
35
+
If you're organizing an event and wonder if it could be considered a RailsBridge Workshop, we just have two requests:
36
+
37
+
* The event should be free of charge.
38
+
* The event should work toward making tech more welcoming!
39
+
40
+
If you're not doing those two things, you can totally still use the site, we just ask that you not call your event a RailsBridge workshop.
41
+
(Charity workshops have used "Rails Workshop featuring the RailsBridge curriculum" in the past, which is neat.)
42
+
43
+
### I want to help, but I don't know how.
44
+
First, [make a GitHub account](https://github.com/). Then, [create an issue](https://github.com/railsbridge/docs/issues) with the idea you have. We'll help you turn it into reality (assuming it's in line with our lofty goals :D).
45
+
46
+
Don't know what you could work on? Browse the [issues list](https://github.com/railsbridge/docs/issues) and the [To Do list](https://github.com/railsbridge/docs/wiki/RailsBridge-To-Do-List). Those have lots of ideas.
47
+
48
+
49
+
### I have different question about RailsBridge.
50
+
The [RailsBridge website](http://www.railsbridge.org) probably has an answer!
0 commit comments