Include code in issue + issue body improvements
This creates an auto-checked checkbox next to the 'Create my GitHub issue'-button that, when checked, includes the camper's code in the body sent to GitHub when creating a new issue. Also includes some general improvements to how the way the issue creation is handled and how the output looks.
This commit is contained in:
@@ -21,7 +21,10 @@
|
||||
h3 Before you submit a new issue, read "Help I've Found a Bug" and browse other issues with this challenge.
|
||||
a.btn.btn-lg.btn-success.btn-block#help-ive-found-a-bug-wiki-article(name='_csrf', value=_csrf) Read "Help I've Found a Bug"
|
||||
a.btn.btn-lg.btn-success.btn-block#search-issue(name='_csrf', value=_csrf) Browse other issues with this challenge
|
||||
a.btn.btn-lg.btn-primary.btn-block#report-issue(name='_csrf', value=_csrf) Create my GitHub issue
|
||||
.btn-group.btn-block
|
||||
a.btn.btn-lg.btn-primary.col-sm-11.col-xs-10.p-l-lg#report-issue(name='_csrf', value=_csrf) Create my GitHub issue
|
||||
.btn.btn-lg.btn-primary.col-sm-1.col-xs-2
|
||||
input(type="checkbox" title="Include code" checked)#include-code
|
||||
a.btn.btn-lg.btn-info.btn-block(href='#', data-dismiss='modal', aria-hidden='true') Cancel
|
||||
|
||||
#help-modal.modal(tabindex='-1')
|
||||
|
Reference in New Issue
Block a user