Skip to content

Commit

Permalink
provide github username in moderator requests
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanb committed Jul 1, 2011
1 parent 3532054 commit 98f8315
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/views/info/moderators.html.erb
@@ -1,7 +1,7 @@
<% title "Moderator Guidelines" %>

<div class="content" id="moderators">
<p>I am looking for moderators to primarily help deal with the spam issues, but also to help fix show notes and review unreleased episodes. If you are interested in becoming a moderator, <%= link_to "let me know", feedback_path %> and provide reasons as to why you should become one.</p>
<p>I am looking for moderators to primarily help deal with the spam issues, but also to help fix show notes and review unreleased episodes. If you are interested in becoming a moderator, <%= link_to "let me know", feedback_path %> and provide reasons as to why you should become one along with your GitHub username.</p>

<h2>Editing User Comments</h2>
<p>Moderators are able to edit user comments. This is intended to fix incorrect formatting. Do not alter what the user is saying. If you must add a note, ensure that it is clearly marked as edited by you.</p>
Expand All @@ -22,6 +22,6 @@
<p>Moderators can edit episode show notes. Feel free to add notes based on what users mention in the comments. Also please include links to related episodes, mention problems with specific Rails versions, fix minor problems with the source code, etc. If you are doing significant changes to the show notes, please ask me first.</p>

<h2>Special Thanks</h2>
<p>Thank you to all who are interested in becoming moderators. I am very grateful to all who can help clean up the site and make it better. Your name will appear in a moderators list in the <%= link_to "About page", about_path %> for credit. If you are interested in becoming a moderator, <%= link_to "let me know", feedback_path %> and provide reasons as to why you should become one.</p>
<p>Thank you to all who are interested in becoming moderators. I am very grateful to all who can help clean up the site and make it better. Your name will appear in a moderators list in the <%= link_to "About page", about_path %> for credit. If you are interested in becoming a moderator, <%= link_to "let me know", feedback_path %> and provide reasons as to why you should become one along with your GitHub username.</p>
<p>If you have ideas on how I can improve the moderator experience, please add an issue to the <%= link_to "GitHub project", "https://github.com/ryanb/railscasts" %>.</p>
</div>

0 comments on commit 98f8315

Please sign in to comment.