Skip to content

Commit

Permalink
Temp: re-enable form for FOSDEM demo
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelKohler committed Feb 4, 2022
1 parent bc7e429 commit 573477b
Showing 1 changed file with 34 additions and 34 deletions.
68 changes: 34 additions & 34 deletions views/index.pug
Expand Up @@ -16,42 +16,42 @@ block content
p We're sorry.

.form-container
h1 Stay tuned for the next campaign!
p.campaign-over Thank you for your contributions. The Foxfooding campaign is now over. Stay tuned for the next campaign!
//- h1 Stay tuned for the next campaign!
//- p.campaign-over Thank you for your contributions. The Foxfooding campaign is now over. Stay tuned for the next campaign!
//- h1 Report a bug - Foxfooding for iOS
h1 Report a bug - Foxfooding for iOS

//- form(action="/create", method="POST", enctype="multipart/form-data")
//- label Fields marked with <span>*</span> are required. Please make sure to file this form on the device you're testing on. This allows us to autocomplete the correct version and the window size.
//- div(class="input-group")
//- label(for="firefox") Firefox Version&nbsp;<span>*</span><br><span class="field-note">(please check the pre-filled value and adjust if necessary)</span>
//- input(id="firefox", type="text", name="firefox", required, placeholder="for example: Firefox 94")
//- div(class="input-group")
//- label(for="resolution") Window Size&nbsp;<span>*</span>
//- input(id="resolution", type="text", name="resolution", required, placeholder="for example: 1200x800")
//- div(class="input-group")
//- label(for="phone") What iPhone or iPad are you using?&nbsp;<span>*</span>
//- input(id="phone", type="text", name="phone", required, placeholder="for example: iPhone 8")
//- h2 Issue Description
//- div(class="input-group")
//- label(for="summary") Short summary&nbsp;<span>*</span>
//- input(id="summary", type="text", name="summary", required)
//- div(class="input-group")
//- label(for="reproduce") <strong>Steps to reproduce&nbsp;<span>*</span></strong> - Write down everything you did immediately before you arrived at the bug as clearly as possible
//- textarea(name="reproduce", required, placeholder="1) Did ...\n2) Tapped on ...\n3) etc..")
//- div(class="input-group")
//- label(for="expected") <strong>Expected behavior&nbsp;<span>*</span></strong> - What were you hoping/expecting Firefox to do?
//- textarea(name="expected", required)
//- div(class="input-group")
//- label(for="actual") <strong>Actual behavior&nbsp;<span>*</span></strong> - What was the actual result, what did Firefox actually do?
//- textarea(name="actual", required)
//- div(class="input-group")
//- label(for="attachment") Add a screenshot/recording of what you see
//- input(id="attachment", type="file", accept="image/*,video/*", name="attachment")
//- div(class="input-group")
//- label(for="github") Your GitHub account name if you have one
//- input(id="github", type="text", name="github")
//- button(type="submit") Create Issue
form(action="/create", method="POST", enctype="multipart/form-data")
label Fields marked with <span>*</span> are required. Please make sure to file this form on the device you're testing on. This allows us to autocomplete the correct version and the window size.
div(class="input-group")
label(for="firefox") Firefox Version&nbsp;<span>*</span><br><span class="field-note">(please check the pre-filled value and adjust if necessary)</span>
input(id="firefox", type="text", name="firefox", required, placeholder="for example: Firefox 94")
div(class="input-group")
label(for="resolution") Window Size&nbsp;<span>*</span>
input(id="resolution", type="text", name="resolution", required, placeholder="for example: 1200x800")
div(class="input-group")
label(for="phone") What iPhone or iPad are you using?&nbsp;<span>*</span>
input(id="phone", type="text", name="phone", required, placeholder="for example: iPhone 8")
h2 Issue Description
div(class="input-group")
label(for="summary") Short summary&nbsp;<span>*</span>
input(id="summary", type="text", name="summary", required)
div(class="input-group")
label(for="reproduce") <strong>Steps to reproduce&nbsp;<span>*</span></strong> - Write down everything you did immediately before you arrived at the bug as clearly as possible
textarea(name="reproduce", required, placeholder="1) Did ...\n2) Tapped on ...\n3) etc..")
div(class="input-group")
label(for="expected") <strong>Expected behavior&nbsp;<span>*</span></strong> - What were you hoping/expecting Firefox to do?
textarea(name="expected", required)
div(class="input-group")
label(for="actual") <strong>Actual behavior&nbsp;<span>*</span></strong> - What was the actual result, what did Firefox actually do?
textarea(name="actual", required)
div(class="input-group")
label(for="attachment") Add a screenshot/recording of what you see
input(id="attachment", type="file", accept="image/*,video/*", name="attachment")
div(class="input-group")
label(for="github") Your GitHub account name if you have one
input(id="github", type="text", name="github")
button(type="submit") Create Issue

footer
a(href="https://mozilla.org")
Expand Down

0 comments on commit 573477b

Please sign in to comment.