diff options
| author | Mark Otto <[email protected]> | 2016-05-08 13:41:23 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2016-05-08 13:41:23 -0700 |
| commit | 150634718052f61d7a96665d552d7041517b99d9 (patch) | |
| tree | e0a954e2109a62ccabdcc6010f4db5c9a12c4ba3 | |
| parent | 5e84ed1425ce9a5e3a5f0c94ad5a86a2b11a5f85 (diff) | |
| parent | 30b42bf91010327bc8c1dda6ed54286f24b7bf58 (diff) | |
| download | bootstrap-150634718052f61d7a96665d552d7041517b99d9.tar.xz bootstrap-150634718052f61d7a96665d552d7041517b99d9.zip | |
Merge pull request #19706 from twbs/issue-template
Add GitHub issue template
| -rw-r--r-- | ISSUE_TEMPLATE.md | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/ISSUE_TEMPLATE.md b/ISSUE_TEMPLATE.md new file mode 100644 index 000000000..6c23ffa38 --- /dev/null +++ b/ISSUE_TEMPLATE.md @@ -0,0 +1,22 @@ +Before opening an issue: + +- [Search for duplicate or closed issues](https://github.com/twbs/bootstrap/issues?utf8=%E2%9C%93&q=is%3Aissue) +- [Validate](http://validator.w3.org/nu/) and [lint](https://github.com/twbs/bootlint#in-the-browser) any HTML to avoid common problems +- Prepare a [reduced test case](https://css-tricks.com/reduced-test-cases/) for any bugs +- Read the [contributing guidelines](https://github.com/twbs/bootstrap/blob/master/CONTRIBUTING.md) + +When asking general "how to" questons: + +- Please do not open an issue here +- Instead, ask for help on [StackOverflow, IRC, or Slack](https://github.com/twbs/bootstrap/blob/master/README.md#community) + +When reporting a bug, include: + +- Operating system and version (Windows, Mac OS X, Android, iOS, Win10 Mobile) +- Browser and version (Chrome, Firefox, Safari, IE, MS Edge, Opera 15+, Android Browser) +- Reduced test cases and potential fixes using [JS Bin](https://jsbin.com) + +When suggesting a feature, include: + +- As much detail as possible for what we should add and why it's important to Bootstrap +- Relevant links to prior art, screenshots, or live demos whenever possible |
