2015-05-28 14:29:45 -07:00
|
|
|
|
#pair-modal.modal(tabindex='-1')
|
|
|
|
|
.modal-dialog.animated.zoomIn.fast-animation
|
|
|
|
|
.modal-content
|
|
|
|
|
.modal-header.challenge-list-header Ready to pair program?
|
|
|
|
|
a.close.closing-x(href='#', data-dismiss='modal', aria-hidden='true') ×
|
|
|
|
|
.modal-body.text-center
|
|
|
|
|
h3 This will create a pair programming request.
|
|
|
|
|
h3 You'll need  
|
|
|
|
|
a(href='/field-guide/how-do-i-install-screenhero' target='_blank') Screen Hero
|
|
|
|
|
| .
|
|
|
|
|
h3 Other campers may then message you about pair programming.
|
|
|
|
|
a.btn.btn-lg.btn-primary.btn-block#i-want-to-pair(name='_csrf', value=_csrf) Create my pair request
|
|
|
|
|
a.btn.btn-lg.btn-info.btn-block(href='#', data-dismiss='modal', aria-hidden='true') Cancel
|
|
|
|
|
|
|
|
|
|
#issue-modal.modal(tabindex='-1')
|
|
|
|
|
.modal-dialog.animated.zoomIn.fast-animation
|
|
|
|
|
.modal-content
|
|
|
|
|
.modal-header.challenge-list-header Did you find a bug?
|
|
|
|
|
a.close.closing-x(href='#', data-dismiss='modal', aria-hidden='true') ×
|
|
|
|
|
.modal-body.text-center
|
|
|
|
|
h3 This will open our GitHub Issues page.
|
|
|
|
|
h3 Please tell us how to reproduce the bug and link us to screen shots if possible.
|
|
|
|
|
a.btn.btn-lg.btn-primary.btn-block#report-issue(name='_csrf', value=_csrf) Create my GitHub issue
|
|
|
|
|
a.btn.btn-lg.btn-info.btn-block(href='#', data-dismiss='modal', aria-hidden='true') Cancel
|
|
|
|
|
|
|
|
|
|
#help-modal.modal(tabindex='-1')
|
|
|
|
|
.modal-dialog.animated.zoomIn.fast-animation
|
|
|
|
|
.modal-content
|
|
|
|
|
.modal-header.challenge-list-header Need some help?
|
|
|
|
|
a.close.closing-x(href='#', data-dismiss='modal', aria-hidden='true') ×
|
|
|
|
|
.modal-body.text-center
|
|
|
|
|
h3 Remember to use  
|
2015-05-28 16:59:25 -07:00
|
|
|
|
a(href='/field-guide/how-do-i-get-help-when-i-get-stuck' target='_blank') RSAP
|
2015-05-28 14:29:45 -07:00
|
|
|
|
| .
|
|
|
|
|
h3 If you've already read the errors and searched Google, you should ask for help.
|
|
|
|
|
h3 This will open a help request in our Help chat room.
|
|
|
|
|
a.btn.btn-lg.btn-primary.btn-block#i-want-help(name='_csrf', value=_csrf) Ask for help
|
|
|
|
|
a.btn.btn-lg.btn-info.btn-block(href='#', data-dismiss='modal', aria-hidden='true') Cancel
|
|
|
|
|
|
|
|
|
|
#help-editorless-modal.modal(tabindex='-1')
|
|
|
|
|
.modal-dialog.animated.zoomIn.fast-animation
|
|
|
|
|
.modal-content
|
|
|
|
|
.modal-header.challenge-list-header Need some help?
|
|
|
|
|
a.close.closing-x(href='#', data-dismiss='modal', aria-hidden='true') ×
|
|
|
|
|
.modal-body.text-center
|
|
|
|
|
h3 Remember to use  
|
2015-05-28 16:59:25 -07:00
|
|
|
|
a(href='/field-guide/how-do-i-get-help-when-i-get-stuck' target='_blank') RSAP
|
2015-05-28 14:29:45 -07:00
|
|
|
|
| .
|
|
|
|
|
h3 If you've already read the errors and searched Google, you should ask for help.
|
|
|
|
|
h3 This will open a help request in our Help chat room.
|
|
|
|
|
a.btn.btn-lg.btn-primary.btn-block#i-want-help-editorless(name='_csrf', value=_csrf) Ask for help
|
|
|
|
|
a.btn.btn-lg.btn-info.btn-block(href='#', data-dismiss='modal', aria-hidden='true') Cancel
|