commit | author | age
|
2207d6
|
1 |
Before opening an issue: |
W |
2 |
|
|
3 |
- [Search for duplicate or closed issues](https://github.com/twbs/bootstrap/issues?utf8=%E2%9C%93&q=is%3Aissue) |
|
4 |
- [Validate](https://validator.w3.org/nu/) and [lint](https://github.com/twbs/bootlint#in-the-browser) any HTML to avoid common problems |
|
5 |
- Prepare a [reduced test case](https://css-tricks.com/reduced-test-cases/) for any bugs |
|
6 |
- Read the [contributing guidelines](https://github.com/twbs/bootstrap/blob/master/CONTRIBUTING.md) |
|
7 |
|
|
8 |
When asking general "how to" questions: |
|
9 |
|
|
10 |
- Please do not open an issue here |
|
11 |
- Instead, ask for help on [StackOverflow, IRC, or Slack](https://github.com/twbs/bootstrap/blob/master/README.md#community) |
|
12 |
|
|
13 |
When reporting a bug, include: |
|
14 |
|
|
15 |
- Operating system and version (Windows, Mac OS X, Android, iOS, Win10 Mobile) |
|
16 |
- Browser and version (Chrome, Firefox, Safari, IE, MS Edge, Opera 15+, Android Browser) |
|
17 |
- Reduced test cases and potential fixes using [JS Bin](https://jsbin.com/) |
|
18 |
|
|
19 |
When suggesting a feature, include: |
|
20 |
|
|
21 |
- As much detail as possible for what we should add and why it's important to Bootstrap |
|
22 |
- Relevant links to prior art, screenshots, or live demos whenever possible |