diff options
| author | Mark Otto <[email protected]> | 2018-07-13 09:31:55 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2018-07-13 09:31:55 -0700 |
| commit | a5d48323a2bb4600fe6d53b5a881e1386e46e9ce (patch) | |
| tree | 1e84d0f9e0df59682323e710b1ac0667a5584f3d /.github | |
| parent | b2c4ce527313fada86657b27622b52b5868f2870 (diff) | |
| download | bootstrap-a5d48323a2bb4600fe6d53b5a881e1386e46e9ce.tar.xz bootstrap-a5d48323a2bb4600fe6d53b5a881e1386e46e9ce.zip | |
Update issue templates
Diffstat (limited to '.github')
| -rw-r--r-- | .github/ISSUE_TEMPLATE/feature_request.md | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 000000000..389bd4345 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,15 @@ +--- +name: Feature request +about: Suggest an idea for a new feature in Bootstrap. + +--- + +Before opening: + +- [Search for duplicate or closed issues](https://github.com/twbs/bootstrap/issues?utf8=%E2%9C%93&q=is%3Aissue) +- Read the [contributing guidelines](https://github.com/twbs/bootstrap/blob/master/CONTRIBUTING.md) + +Feature requests must 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 |
