Skip to content

Commit 571f259

Browse files
committed
Add PR instructions
1 parent 0da234a commit 571f259

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,3 +37,19 @@ Print the following instructions out and make it available for each contestant t
3737
1. When time runs out, take your hands off the keyboard.
3838
1. Do not leave the editor during the competition!
3939

40+
### Creating the Pull Request
41+
To get your event featured on the [codeinthedark.com](http://codeinthedark.com) website, create a pull request in this repository adding the following code below the "Community Organized Section" section:
42+
43+
```html
44+
<p>
45+
[CITY] &middot; [DATE] &middot; <a href="[LINK_TO_RSVP_PAGE]" target="_blank">RSVP</a>
46+
</p>
47+
```
48+
49+
Replace `[CITY]`, `[DATE]` and `[LINK_TO_RSVP_PAGE]` with your information. Here's an example:
50+
51+
```html
52+
<p>
53+
Stockholm &middot; January 22, 2016 &middot; <a href="http://example.com" target="_blank">RSVP</a>
54+
</p>
55+
```

0 commit comments

Comments
 (0)