Skip to content

Commit c53825d

Browse files
authored
Separate issue templates, add support doc (#25705)
* Update issue template to break down by bug and template, add support doc to close #23133 * add links from readme for bug and feature templates
1 parent 00304d2 commit c53825d

File tree

5 files changed

+37
-24
lines changed

5 files changed

+37
-24
lines changed

.github/ISSUE_TEMPLATE.md

Lines changed: 0 additions & 22 deletions
This file was deleted.

.github/ISSUE_TEMPLATE/bug.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
Before opening:
2+
3+
- [Search for duplicate or closed issues](https://github.com/twbs/bootstrap/issues?utf8=%E2%9C%93&q=is%3Aissue)
4+
- [Validate](https://html5.validator.nu/) and [lint](https://github.com/twbs/bootlint#in-the-browser) any HTML to avoid common problems
5+
- Read the [contributing guidelines](https://github.com/twbs/bootstrap/blob/master/CONTRIBUTING.md)
6+
7+
Bug reports must include:
8+
9+
- Operating system and version (Windows, Mac OS X, Android, iOS, Win10 Mobile)
10+
- Browser and version (Chrome, Firefox, Safari, IE, MS Edge, Opera 15+, Android Browser)
11+
- [Reduced test case](https://css-tricks.com/reduced-test-cases/) and suggested fix using [CodePen](https://codepen.io/) or [JS Bin](https://jsbin.com/)

.github/ISSUE_TEMPLATE/feature.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
Before opening:
2+
3+
- [Search for duplicate or closed issues](https://github.com/twbs/bootstrap/issues?utf8=%E2%9C%93&q=is%3Aissue)
4+
- Read the [contributing guidelines](https://github.com/twbs/bootstrap/blob/master/CONTRIBUTING.md)
5+
6+
Feature requests must include:
7+
8+
- As much detail as possible for what we should add and why it's important to Bootstrap
9+
- Relevant links to prior art, screenshots, or live demos whenever possible

.github/SUPPORT.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
### Bug reports
2+
3+
See the [contributing guidelines](CONTRIBUTING.md) for sharing bug reports.
4+
5+
### How-to
6+
7+
For general troubleshooting or help getting started:
8+
9+
- Join [the official Slack room](https://bootstrap-slack.herokuapp.com/).
10+
- Chat with fellow Bootstrappers in IRC. On the `irc.freenode.net` server, in the `##bootstrap` channel.
11+
- Ask and explore Stack Overflow with the [`bootstrap-4`](https://stackoverflow.com/questions/tagged/bootstrap-4) tag.

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,13 @@
1111
<a href="https://getbootstrap.com/docs/4.0/"><strong>Explore Bootstrap docs »</strong></a>
1212
<br>
1313
<br>
14-
<a href="https://themes.getbootstrap.com/">Bootstrap Themes</a>
14+
<a href="https://github.com/twbs/bootstrap/issues/new?template=bug.md">Report bug</a>
1515
·
16-
<a href="https://jobs.getbootstrap.com/">Job Board</a>
16+
<a href="https://github.com/twbs/bootstrap/issues/new?template=feature.md&labels=feature">Request feature</a>
17+
·
18+
<a href="https://themes.getbootstrap.com/">Themes</a>
19+
·
20+
<a href="https://jobs.getbootstrap.com/">Jobs</a>
1721
·
1822
<a href="https://blog.getbootstrap.com/">Blog</a>
1923
</p>

0 commit comments

Comments
 (0)