]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Update issue templates from main.
authorXhmikosR <xhmikosr@gmail.com>
Wed, 17 Jun 2020 05:36:29 +0000 (08:36 +0300)
committerXhmikosR <xhmikosr@gmail.com>
Wed, 24 Jun 2020 12:16:58 +0000 (15:16 +0300)
.github/ISSUE_TEMPLATE/bug_report.md
.github/ISSUE_TEMPLATE/feature_request.md

index 78f37806c56d8c4c72f22b8960085fca467331e6..4899d4de20a3618efa02f5d6fefb7a831f1b8f0c 100644 (file)
@@ -1,17 +1,20 @@
 ---
 name: Bug report
 about: Tell us about a bug you may have identified in Bootstrap.
+title: ''
+labels: ''
+assignees: ''
 
 ---
 
 Before opening:
 
 - [Search for duplicate or closed issues](https://github.com/twbs/bootstrap/issues?utf8=%E2%9C%93&q=is%3Aissue)
-- [Validate](https://html5.validator.nu/) and [lint](https://github.com/twbs/bootlint#in-the-browser) any HTML to avoid common problems
+- [Validate](https://html5.validator.nu/) any HTML to avoid common problems
 - Read the [contributing guidelines](https://github.com/twbs/bootstrap/blob/v4-dev/.github/CONTRIBUTING.md)
 
 Bug reports must include:
 
-- Operating system and version (Windows, macOS, Android, iOS, Win10 Mobile)
-- Browser and version (Chrome, Firefox, Safari, IE, MS Edge, Opera 15+, Android Browser)
-- [Reduced test case](https://css-tricks.com/reduced-test-cases/) and suggested fix using [CodePen](https://codepen.io/) or [JS Bin](https://jsbin.com/)
+- Operating system and version (Windows, macOS, Android, iOS)
+- Browser and version (Chrome, Firefox, Safari, Internet Explorer, Microsoft Edge, Opera, Android Browser)
+- A [reduced test case](https://css-tricks.com/reduced-test-cases/) or suggested fix using [CodePen](https://codepen.io/) or [JS Bin](https://jsbin.com/)
index 576a2d94cea175bb22bb4f89d90cc39c8232b133..db44076d91f2780b745323c4a8c27d54eea50bcf 100644 (file)
@@ -1,6 +1,9 @@
 ---
 name: Feature request
 about: Suggest an idea for a new feature in Bootstrap.
+title: ''
+labels: feature
+assignees: ''
 
 ---