]> git.ipfire.org Git - thirdparty/bootstrap.git/log
thirdparty/bootstrap.git
9 years agolinting order 18807/head
Mark Otto [Wed, 11 May 2016 21:28:59 +0000 (14:28 -0700)] 
linting order

9 years agoConsolidate button-dropdown.md with dropdowns.md to simplify docs
Mark Otto [Wed, 11 May 2016 21:13:16 +0000 (14:13 -0700)] 
Consolidate button-dropdown.md with dropdowns.md to simplify docs

9 years agorest in peace _functions.scss
Mark Otto [Wed, 11 May 2016 18:36:40 +0000 (11:36 -0700)] 
rest in peace _functions.scss

9 years agoUnfuck those split button dropdowns
Mark Otto [Wed, 11 May 2016 18:36:09 +0000 (11:36 -0700)] 
Unfuck those split button dropdowns

- Really we didn't need to do any of that strip units stuff to generate six new variables, two for each button size
- Using sibling selectors, we can target those split button dropdown toggles using the .dropdown-toggle-split class, and adjust padding and margin as needed
- Now, we nuke the margin-left from the ::after generated caret and tighten up the padding so that those split toggles don't look huge next to their main button

9 years agoMerge branch 'v4-dev' into v4-split-buttons
Mark Otto [Wed, 11 May 2016 18:07:06 +0000 (11:07 -0700)] 
Merge branch 'v4-dev' into v4-split-buttons

9 years agoMerge pull request #19141 from twbs/v4-forms-cleanup
Mark Otto [Wed, 11 May 2016 17:49:31 +0000 (10:49 -0700)] 
Merge pull request #19141 from twbs/v4-forms-cleanup

v4: Forms cleanup

9 years agogrunt 19141/head
Mark Otto [Wed, 11 May 2016 17:20:00 +0000 (10:20 -0700)] 
grunt

9 years agoMerge branch 'v4-forms-cleanup' of github.com:twbs/bootstrap into v4-forms-cleanup
Mark Otto [Wed, 11 May 2016 17:19:40 +0000 (10:19 -0700)] 
Merge branch 'v4-forms-cleanup' of github.com:twbs/bootstrap into v4-forms-cleanup

9 years agoupdate migration notes
Mark Otto [Wed, 11 May 2016 17:16:00 +0000 (10:16 -0700)] 
update migration notes

9 years agoMerge pull request #19879 from patrickhlauke/v4-modal-aria-fix
Patrick H. Lauke [Wed, 11 May 2016 09:35:22 +0000 (10:35 +0100)] 
Merge pull request #19879 from patrickhlauke/v4-modal-aria-fix

Handle aria-hidden on modal container when showing/hiding

9 years agoHandle aria-hidden on modal container when showing/hiding 19879/head
Patrick H. Lauke [Tue, 10 May 2016 22:53:49 +0000 (23:53 +0100)] 
Handle aria-hidden on modal container when showing/hiding

Fixes #19878

9 years agoBring back some 'help text' love for forms with .form-text
Mark Otto [Tue, 10 May 2016 15:24:38 +0000 (08:24 -0700)] 
Bring back some 'help text' love for forms with .form-text

- Includes new class
- New docs to support it
- Rearranged older docs

9 years agoMerge branch 'v4-forms-cleanup' of https://github.com/twbs/bootstrap into v4-forms...
Mark Otto [Tue, 10 May 2016 02:25:42 +0000 (19:25 -0700)] 
Merge branch 'v4-forms-cleanup' of https://github.com/twbs/bootstrap into v4-forms-cleanup

9 years agoUpdate checkboxes and radios docs
Mark Otto [Mon, 9 May 2016 18:00:36 +0000 (11:00 -0700)] 
Update checkboxes and radios docs

- Add lighter gray text to disabled state for .form-check
- Separate radios and checkboxes example
- Clarify docs

9 years agoclarify docs comment from #19459
Mark Otto [Mon, 9 May 2016 17:29:04 +0000 (10:29 -0700)] 
clarify docs comment from #19459

9 years agomore options, clearer options, and proper markdown formatting
Mark Otto [Mon, 9 May 2016 17:25:38 +0000 (10:25 -0700)] 
more options, clearer options, and proper markdown formatting

9 years agoMerge branch 'v4-dev-docs-hidden-show-replacement' of https://github.com/lamby/bootst...
Mark Otto [Mon, 9 May 2016 17:23:52 +0000 (10:23 -0700)] 
Merge branch 'v4-dev-docs-hidden-show-replacement' of https://github.com/lamby/bootstrap into lamby-v4-dev-docs-hidden-show-replacement

9 years agoMerge branch 'v4-dev' of github.com:twbs/bootstrap into v4-dev
Mark Otto [Mon, 9 May 2016 17:21:56 +0000 (10:21 -0700)] 
Merge branch 'v4-dev' of github.com:twbs/bootstrap into v4-dev

9 years agoproperty order
Mark Otto [Mon, 9 May 2016 17:18:41 +0000 (10:18 -0700)] 
property order

9 years agoMerge branch 'add-input-focus-variables' of https://github.com/kevinkucharczyk/bootst...
Mark Otto [Mon, 9 May 2016 17:17:27 +0000 (10:17 -0700)] 
Merge branch 'add-input-focus-variables' of https://github.com/kevinkucharczyk/bootstrap into kevinkucharczyk-add-input-focus-variables

9 years agoMerge pull request #19459 from delftswa2016/v4-card-ordering
Mark Otto [Mon, 9 May 2016 17:14:50 +0000 (10:14 -0700)] 
Merge pull request #19459 from delftswa2016/v4-card-ordering

Explicitly state the ordering of cards in card columns in the docs

9 years agoMerge pull request #19667 from vsn4ik/v4-dev-use-border-radius-mixin
Mark Otto [Mon, 9 May 2016 16:56:28 +0000 (09:56 -0700)] 
Merge pull request #19667 from vsn4ik/v4-dev-use-border-radius-mixin

Use @border-radius and add $nav-tabs-border-radius variable

9 years agoupdate classes for inline form to new checkbox options
Mark Otto [Mon, 9 May 2016 06:14:48 +0000 (23:14 -0700)] 
update classes for inline form to new checkbox options

9 years agooops, another checkbox needing a new class
Mark Otto [Mon, 9 May 2016 06:14:28 +0000 (23:14 -0700)] 
oops, another checkbox needing a new class

9 years agoadd options to the examples so they render properly
Mark Otto [Mon, 9 May 2016 05:53:32 +0000 (22:53 -0700)] 
add options to the examples so they render properly

9 years agofix remaining checkboxes and radios in docs
Mark Otto [Mon, 9 May 2016 05:53:17 +0000 (22:53 -0700)] 
fix remaining checkboxes and radios in docs

9 years agofix broken markdown formatting
Mark Otto [Mon, 9 May 2016 05:52:58 +0000 (22:52 -0700)] 
fix broken markdown formatting

9 years agogrunt
Mark Otto [Mon, 9 May 2016 00:31:11 +0000 (17:31 -0700)] 
grunt

9 years agoFixes #19771: Enable .form-control-sm/lg on select.form-control
Mark Otto [Mon, 9 May 2016 00:31:02 +0000 (17:31 -0700)] 
Fixes #19771: Enable .form-control-sm/lg on select.form-control

9 years agolinting
Mark Otto [Mon, 9 May 2016 00:11:17 +0000 (17:11 -0700)] 
linting

9 years agoRedo checkboxes and radios
Mark Otto [Sun, 8 May 2016 23:05:27 +0000 (16:05 -0700)] 
Redo checkboxes and radios

- Move disabled radio and checkbox styles to Reboot
- Collapse .radio and .checkbox into single class, .form-check
- Collapse .radio-inline and .checkbox-inline into single class, .form-check-inline
- Require classes for sub-elements in both new classes

9 years agolol my bad, fix that last one too
Mark Otto [Sun, 8 May 2016 22:31:53 +0000 (15:31 -0700)] 
lol my bad, fix that last one too

9 years agoMerge branch 'v4-dev' into v4-forms-cleanup
Mark Otto [Sun, 8 May 2016 22:25:26 +0000 (15:25 -0700)] 
Merge branch 'v4-dev' into v4-forms-cleanup

9 years agoFixes #18492: Document .h1-.h6, change docs mention of inline usage to varying elements
Mark Otto [Sun, 8 May 2016 22:13:53 +0000 (15:13 -0700)] 
Fixes #18492: Document .h1-.h6, change docs mention of inline usage to varying elements

9 years agoFixes #18705: Clarify removal of .help-text and update changes to .form-group for...
Mark Otto [Sun, 8 May 2016 22:10:27 +0000 (15:10 -0700)] 
Fixes #18705: Clarify removal of .help-text and update changes to .form-group for horizontal layouts

9 years agoFixes #18768: Add migration docs for dropdowns
Mark Otto [Sun, 8 May 2016 22:07:16 +0000 (15:07 -0700)] 
Fixes #18768: Add migration docs for dropdowns

9 years agofixes #19439: add some docs context to migration for .btn-xs and .page-header
Mark Otto [Sun, 8 May 2016 22:02:05 +0000 (15:02 -0700)] 
fixes #19439: add some docs context to migration for .btn-xs and .page-header

9 years agogrunt
Mark Otto [Sun, 8 May 2016 21:58:37 +0000 (14:58 -0700)] 
grunt

9 years agoMerge pull request #19863 from twbs/v4-inverse-table-variants
Mark Otto [Sun, 8 May 2016 21:33:38 +0000 (14:33 -0700)] 
Merge pull request #19863 from twbs/v4-inverse-table-variants

v4: Inverse table variants

9 years agoMerge pull request #19735 from MatthewRayfield/v4-custom-select-disabled-styling
Mark Otto [Sun, 8 May 2016 21:20:54 +0000 (14:20 -0700)] 
Merge pull request #19735 from MatthewRayfield/v4-custom-select-disabled-styling

Add disabled styling for .custom-select

9 years agoMerge pull request #19476 from delftswa2016/v4-card-docs
Mark Otto [Sun, 8 May 2016 21:20:12 +0000 (14:20 -0700)] 
Merge pull request #19476 from delftswa2016/v4-card-docs

Added explicit commentary to .card-* classes

9 years agoMerge pull request #19862 from twbs/marktopper-patch-1
Mark Otto [Sun, 8 May 2016 21:19:09 +0000 (14:19 -0700)] 
Merge pull request #19862 from twbs/marktopper-patch-1

Update Normalize to v4.0.0

9 years agoadd code snippet 19863/head
Mark Otto [Sun, 8 May 2016 21:16:23 +0000 (14:16 -0700)] 
add code snippet

9 years agoUpdate table docs
Mark Otto [Sun, 8 May 2016 21:15:34 +0000 (14:15 -0700)] 
Update table docs

- Change some things around, add some copy
- Include table variant styles for the inverse tables thanks to bg and color utils

9 years agoremove unneeded, commented out border change for legends; it's handled in normalize 19862/head
Mark Otto [Sun, 8 May 2016 20:57:39 +0000 (13:57 -0700)] 
remove unneeded, commented out border change for legends; it's handled in normalize

9 years agodocument table border collapse change, move from old normalize to our reboot
Mark Otto [Sun, 8 May 2016 20:51:25 +0000 (13:51 -0700)] 
document table border collapse change, move from old normalize to our reboot

9 years agomove that change to reboot
Mark Otto [Sun, 8 May 2016 20:50:45 +0000 (13:50 -0700)] 
move that change to reboot

9 years agoFix overflow auto removal on pre elements
Mark Otto [Sun, 8 May 2016 20:48:21 +0000 (13:48 -0700)] 
Fix overflow auto removal on pre elements

9 years agogrunt
Mark Otto [Sun, 8 May 2016 20:46:38 +0000 (13:46 -0700)] 
grunt

9 years agoFix up linter to ignore all other Normalize upstream shenanigans
Mark Otto [Sun, 8 May 2016 20:46:29 +0000 (13:46 -0700)] 
Fix up linter to ignore all other Normalize upstream shenanigans

9 years agoMerge branch 'patch-1' of https://github.com/marktopper/twitter-bootstrap into markto...
Mark Otto [Sun, 8 May 2016 20:43:54 +0000 (13:43 -0700)] 
Merge branch 'patch-1' of https://github.com/marktopper/twitter-bootstrap into marktopper-patch-1

9 years agoMerge branch 'v4-dev' of https://github.com/twbs/bootstrap into v4-dev
Mark Otto [Sun, 8 May 2016 20:43:19 +0000 (13:43 -0700)] 
Merge branch 'v4-dev' of https://github.com/twbs/bootstrap into v4-dev

9 years agogrunt
Mark Otto [Sun, 8 May 2016 20:43:13 +0000 (13:43 -0700)] 
grunt

9 years agoMerge pull request #19706 from twbs/issue-template
Mark Otto [Sun, 8 May 2016 20:41:23 +0000 (13:41 -0700)] 
Merge pull request #19706 from twbs/issue-template

Add GitHub issue template

9 years agoMerge pull request #19793 from bassjobsen/patch-38
Mark Otto [Sun, 8 May 2016 20:39:47 +0000 (13:39 -0700)] 
Merge pull request #19793 from bassjobsen/patch-38

Update overview.md

9 years agoMerge pull request #19861 from twbs/card-borders
Mark Otto [Sun, 8 May 2016 20:38:51 +0000 (13:38 -0700)] 
Merge pull request #19861 from twbs/card-borders

Jank card borders were too janky

9 years agofix validation of dupe ids
Mark Otto [Sun, 8 May 2016 20:38:34 +0000 (13:38 -0700)] 
fix validation of dupe ids

9 years agoMerge pull request #19252 from twbs/card-img-overlay-padding
Mark Otto [Sun, 8 May 2016 20:36:13 +0000 (13:36 -0700)] 
Merge pull request #19252 from twbs/card-img-overlay-padding

Add $card-img-overlay-padding variable

9 years agoMerge pull request #19236 from twbs/carousel-icon-width
Mark Otto [Sun, 8 May 2016 20:33:05 +0000 (13:33 -0700)] 
Merge pull request #19236 from twbs/carousel-icon-width

Extract $carousel-icon-width variable

9 years agoJank card borders were too janky 19861/head
Mark Otto [Sun, 8 May 2016 20:24:45 +0000 (13:24 -0700)] 
Jank card borders were too janky

- Drops the experiment I had going for `box-shadow`-powered borders
- Reinstates regular `border` using existing variables

Fixes  #19097 and #19143. Nullifies #19828.

9 years agoMerge pull request #19851 from bassjobsen/patch-40
Mark Otto [Sun, 8 May 2016 20:19:44 +0000 (13:19 -0700)] 
Merge pull request #19851 from bassjobsen/patch-40

Use alphabetic order for the Components doc menu

9 years agoDocs: Add link to Japanese translation site (#19855)
Daiki Okumura [Sun, 8 May 2016 12:57:12 +0000 (21:57 +0900)] 
Docs: Add link to Japanese translation site (#19855)

[skip sauce]

9 years agoadd alphabetic order for the components 19851/head
Bass Jobsen [Fri, 6 May 2016 15:02:48 +0000 (17:02 +0200)] 
add alphabetic order for the components

9 years agoClearer section headings, more succinct copy 19706/head
Mark Otto [Mon, 25 Apr 2016 01:53:03 +0000 (18:53 -0700)] 
Clearer section headings, more succinct copy

9 years agoUpdate overview.md 19793/head
Bass Jobsen [Sun, 24 Apr 2016 09:54:50 +0000 (11:54 +0200)] 
Update overview.md

endtag for the highlight

9 years agoUpdate overview.md
Bass Jobsen [Sun, 24 Apr 2016 09:44:01 +0000 (11:44 +0200)] 
Update overview.md

add the `@include media-breakpoint-only()` and `@include media-breakpoint-between` mixins

9 years agonuke commented out css
Mark Otto [Sat, 23 Apr 2016 22:03:18 +0000 (15:03 -0700)] 
nuke commented out css

9 years agoAvoid hacking around the temporal input bug in iOS
Mark Otto [Sat, 23 Apr 2016 21:56:36 +0000 (14:56 -0700)] 
Avoid hacking around the temporal input bug in iOS

- Rather than use CSS hacks, let's avoid needing to hack anything
- Creates a new Reboot entry to simply reset the appear of the temporal inputs, thereby avoiding the problem entirely
- Less than ideal for conveying affordance on iOS, but given bugginess of the input itself, seems a decent tradeoff

9 years agoMerge branch 'v4-dev' into v4-forms-cleanup
Mark Otto [Sat, 23 Apr 2016 21:24:08 +0000 (14:24 -0700)] 
Merge branch 'v4-dev' into v4-forms-cleanup

9 years agoSuggest a replacement to .hidden and .show 19789/head
Chris Lamb [Sat, 23 Apr 2016 08:56:26 +0000 (09:56 +0100)] 
Suggest a replacement to .hidden and .show

Signed-off-by: Chris Lamb <chris@chris-lamb.co.uk>
9 years agoMerge pull request #19714 from patrickhlauke/v4-ie-edge-select-normalisation 19824/head
Patrick H. Lauke [Thu, 21 Apr 2016 21:43:40 +0000 (22:43 +0100)] 
Merge pull request #19714 from patrickhlauke/v4-ie-edge-select-normalisation

Suppress IE/Edge additional white/blue colors for focused <select>

9 years agoMerge pull request #19775 from twbs/modal-ie8-innerWidth
Chris Rebert [Thu, 21 Apr 2016 19:24:52 +0000 (12:24 -0700)] 
Merge pull request #19775 from twbs/modal-ie8-innerWidth

Modal: Remove IE8-specific window.innerWidth workaround

9 years agoModal: Remove IE8-specific window.innerWidth workaround 19775/head
Chris Rebert [Thu, 21 Apr 2016 08:15:22 +0000 (01:15 -0700)] 
Modal: Remove IE8-specific window.innerWidth workaround

[skip validator]

9 years agoMerge pull request #19765 from twbs/mq-wkbugs
Chris Rebert [Thu, 21 Apr 2016 01:17:18 +0000 (18:17 -0700)] 
Merge pull request #19765 from twbs/mq-wkbugs

Add Wall of Browser Bugs entries for WebKit media query bugs
[skip sauce]

9 years agoAdd Wall of Browser Bugs entries for https://webkit.org/b/156684 & https://webkit... 19765/head
Chris Rebert [Tue, 19 Apr 2016 19:18:38 +0000 (12:18 -0700)] 
Add Wall of Browser Bugs entries for https://webkit.org/b/156684 & https://webkit.org/b/156687

These bugs are factors in our decisions regarding which unit to use in our media queries.
Refs #17403
[skip sauce]

9 years agogrunt
Mark Otto [Sun, 17 Apr 2016 23:57:36 +0000 (16:57 -0700)] 
grunt

9 years agoMerge branch 'v4-dev' of https://github.com/twbs/bootstrap into v4-dev
Mark Otto [Sun, 17 Apr 2016 23:52:44 +0000 (16:52 -0700)] 
Merge branch 'v4-dev' of https://github.com/twbs/bootstrap into v4-dev

9 years agogrunt
Mark Otto [Sun, 17 Apr 2016 23:52:36 +0000 (16:52 -0700)] 
grunt

9 years agoMerge pull request #19756 from Rplus/v4-dev
Patrick H. Lauke [Sun, 17 Apr 2016 21:53:41 +0000 (23:53 +0200)] 
Merge pull request #19756 from Rplus/v4-dev

remove `/` in reference url (otherwise 404s)

9 years agoremove unnecessary `/` in reference url 19756/head
Rplus [Sun, 17 Apr 2016 20:08:03 +0000 (04:08 +0800)] 
remove unnecessary `/` in reference url

9 years agoMerge pull request #19248 from twbs/navbar-divider-border-width
Chris Rebert [Sun, 17 Apr 2016 19:49:38 +0000 (12:49 -0700)] 
Merge pull request #19248 from twbs/navbar-divider-border-width

.navbar-divider width: 1px=>$border-width

9 years agoPort #19741 to v4
Chris Rebert [Fri, 15 Apr 2016 19:17:44 +0000 (12:17 -0700)] 
Port #19741 to v4

[ci skip]

9 years agoMerge pull request #19737 from twbs/wkbug-128489
Chris Rebert [Thu, 14 Apr 2016 22:55:22 +0000 (15:55 -0700)] 
Merge pull request #19737 from twbs/wkbug-128489

Remove https://webkit.org/b/128489 from Wall of Browser Bugs

9 years agohttps://webkit.org/b/128489 has been fixed! 19737/head
Chris Rebert [Thu, 14 Apr 2016 22:49:30 +0000 (15:49 -0700)] 
https://webkit.org/b/128489 has been fixed!

Refs #12536
[ci skip]

9 years agoAdd disabled styling for .custom-select 19735/head
Matthew Rayfield [Thu, 14 Apr 2016 17:11:51 +0000 (13:11 -0400)] 
Add disabled styling for .custom-select

9 years agoMerge pull request #19727 from twbs/bugzilla-1264125
Chris Rebert [Wed, 13 Apr 2016 00:00:35 +0000 (17:00 -0700)] 
Merge pull request #19727 from twbs/bugzilla-1264125

Add http://bugzil.la/1264125 to Wall of Browser Bugs
[ci skip]

9 years agoAdd http://bugzil.la/1264125 to Wall of Browser Bugs 19727/head
Chris Rebert [Tue, 12 Apr 2016 23:39:52 +0000 (16:39 -0700)] 
Add http://bugzil.la/1264125 to Wall of Browser Bugs

Due to the lack of this feature in browsers,
we currently have to implement an annoying setTimeout-based workaround,
which adds an extra layer of complication and probably slightly impacts performance:
https://github.com/twbs/bootstrap/blob/e391fcb953cc959ddd88fb676b68f49eef85ef06/js/src/util.js#L63-L77

[ci skip]

9 years agoSuppress IE/Edge additional white/blue colors for focused <select> 19714/head
Patrick H. Lauke [Mon, 11 Apr 2016 20:18:48 +0000 (21:18 +0100)] 
Suppress IE/Edge additional white/blue colors for focused <select>

9 years agogrunt dist
Chris Rebert [Mon, 11 Apr 2016 19:37:28 +0000 (12:37 -0700)] 
grunt dist

[ci skip]

9 years agoUpdate shrinkwrap
Chris Rebert [Mon, 11 Apr 2016 19:36:48 +0000 (12:36 -0700)] 
Update shrinkwrap

9 years agoMerge pull request #19710 from twbs/ios-9.3-fast-tap
Patrick H. Lauke [Mon, 11 Apr 2016 08:22:58 +0000 (09:22 +0100)] 
Merge pull request #19710 from twbs/ios-9.3-fast-tap

Update 300ms click delay docs to reflect iOS 9.3 improvements

9 years agoMerge pull request #19713 from twbs/edge-urls
Chris Rebert [Mon, 11 Apr 2016 06:21:18 +0000 (23:21 -0700)] 
Merge pull request #19713 from twbs/edge-urls

Update remaining Edge issue URLs in Wall of Browser Bugs

9 years agoMerge pull request #19712 from twbs/crbug-273306
Chris Rebert [Mon, 11 Apr 2016 06:18:50 +0000 (23:18 -0700)] 
Merge pull request #19712 from twbs/crbug-273306

https://crbug.com/273306 has been fixed
[skip sauce]

9 years agodocs/_plugins/bugify.rb: Remove IE; all relevant issues moved to Edge 19713/head
Chris Rebert [Mon, 11 Apr 2016 06:09:43 +0000 (23:09 -0700)] 
docs/_plugins/bugify.rb: Remove IE; all relevant issues moved to Edge

[skip sauce]

9 years agoUpdate remaining Edge issue URLs in Wall of Browser Bugs
Chris Rebert [Mon, 11 Apr 2016 06:05:56 +0000 (23:05 -0700)] 
Update remaining Edge issue URLs in Wall of Browser Bugs

* https://connect.microsoft.com/IE/feedback/details/2445370 => https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/6793560/
* https://connect.microsoft.com/IE/feedback/details/2256049 => https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/7165383/
[skip sauce]

9 years agohttps://crbug.com/273306 has been fixed 19712/head
Chris Rebert [Mon, 11 Apr 2016 06:04:59 +0000 (23:04 -0700)] 
https://crbug.com/273306 has been fixed

Refs #12078
[skip sauce]

9 years agoUpdate 300ms click delay docs to reflect iOS 9.3 improvements 19710/head
Chris Rebert [Mon, 11 Apr 2016 02:09:37 +0000 (19:09 -0700)] 
Update 300ms click delay docs to reflect iOS 9.3 improvements

[skip sauce]

9 years agoEmbolden the "don't" 19754/head
Chris Rebert [Sun, 10 Apr 2016 20:23:59 +0000 (13:23 -0700)] 
Embolden the "don't"

9 years agoadd some blank lines
Chris Rebert [Sun, 10 Apr 2016 20:22:47 +0000 (13:22 -0700)] 
add some blank lines

9 years agoAdd GitHub issue template
Chris Rebert [Sun, 10 Apr 2016 19:47:23 +0000 (12:47 -0700)] 
Add GitHub issue template

Refs #19260
[ci skip]