Skip to content

Commit bc6f1bb

Browse files
committed
add template
1 parent 8f54d2d commit bc6f1bb

File tree

6 files changed

+31
-5
lines changed

6 files changed

+31
-5
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@ Use issues to ask questions or give suggestions, or do your organizational tasks
2929
## License
3030

3131
* MIT for code
32-
* [http://creativecommons.org/licenses/by/4.0/])(Creative Commons Attribution 4.0 International License) for content.
32+
* [http://creativecommons.org/licenses/by/4.0/](Creative Commons Attribution 4.0 International License) for content.

lets-build-an-irc-bot/README.md

+9-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
11
# Let's Build an IRC Bot!
22

3-
This is a workshop based off the talk that Wraithan gave at PDX Node in December [link](https://github.com/wraithan/pdxnode-ircbot-talk). The idea is to make an IRC bot with some basic functionality, then just help people take it a couple steps further.
3+
This is a workshop based off the talk that Wraithan gave at PDX Node in December [link](https://github.com/wraithan/pdxnode-ircbot-talk). The idea is to make an IRC bot with some basic functionality, then just help people take it a couple steps further.
4+
5+
# When?
6+
7+
TBD
8+
9+
# Prequisites?
10+
11+
A modern version of Node installed (At least 0.10.x), basic commandline skills (creating directories, installing npm packages).

lets-build-an-irc-bot/volunteers.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
# IRC Bot Mentors
1+
# IRC Bot Volunteers
22

33
Adding myself as an example:
44

55
| Name | Github | Twitter | Freenode | What |
66
|:---------|:--------------------------------------|:---------------------------------------|:---------|:-----------------------------|
7-
| Wraithan | [github](https://github.com/wraithan) | [twitter](http://twitter.com/wraithan) | Wraithan | Running workshops, mentoring |
7+
| Wraithan | [github](https://github.com/wraithan) | [twitter](http://twitter.com/wraithan) | Wraithan | Running the workshop |

volunteers.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# General Mentors
1+
# General Volunteers
22

33
| Name | Github | Twitter | Freenode | What |
44
|:---------|:--------------------------------------|:---------------------------------------|:---------|:-----------------------------|

workshop-template/README.md

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Workshop Template
2+
3+
This is the template for a new workshop. Put a description of the workshop in this section
4+
5+
# When?
6+
7+
TBD
8+
9+
# Prerequisites?
10+
11+
Put thing like recommended [nodeschool.io](http://nodeschool.io/) workshoppers, reading, and any library or platform requirements.

workshop-template/volunteers.md

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# Workshop Template Volunteers
2+
3+
Adding myself as an example:
4+
5+
| Name | Github | Twitter | Freenode | What |
6+
|:---------|:--------------------------------------|:---------------------------------------|:---------|:-----------------------------|
7+
| Wraithan | [github](https://github.com/wraithan) | [twitter](http://twitter.com/wraithan) | Wraithan | Running workshops, mentoring |

0 commit comments

Comments
 (0)