Skip to content
This repository has been archived by the owner on Apr 15, 2023. It is now read-only.

Commit

Permalink
Add some submission guidelines to the form
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeff Kreeftmeijer committed Jun 25, 2011
1 parent 9d0cf16 commit a8c89a3
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 2 deletions.
8 changes: 7 additions & 1 deletion app/assets/stylesheets/sass/application.sass.erb
Expand Up @@ -258,4 +258,10 @@ span#submitter
color: #666

em
font-style: italic
font-style: italic

form ul
list-style: disc inside none

li
margin: 10px
14 changes: 13 additions & 1 deletion app/views/submissions/new.haml
@@ -1,6 +1,18 @@
%h2 Submit your contest idea

= form_tag '/submissions' do
:textile
To suggest a contest idea, just fill in the form below. If you need an idea of what we're looking for, check out the "previous contests":/. Here are some guidelines:

* Your problem shouldn't take more than about an hour to solve
* Ideally, your challenge is to solve an actual problem, or improve an existing solution
* Keep your problem open-ended. Don't ask for a @Hash#subset@ method, ask for an improvement for @Hash@, to allow some creativity
* It's okay to ask for improvements to your open source project, that's what Codebrawl is for
* The solution should fit in a Gist with only a couple of files, so don't ask for complete Rails applications
* It should be fun!

If you're not sure your contest fits these guidelines, please submit it anyway. Remember, they're guidelines.

= text_area_tag :idea

= submit_tag 'Submit'
= submit_tag 'Submit your idea'

0 comments on commit a8c89a3

Please sign in to comment.