From 568553394d0a8b34668a75c9839a0f1f426469b2 Mon Sep 17 00:00:00 2001 From: Dimitri Staessens Date: Sun, 6 Oct 2019 21:10:46 +0200 Subject: theme: Switch to docsy theme --- .../vendor/bootstrap/.github/ISSUE_TEMPLATE/bug.md | 11 +++++++++++ .../bootstrap/.github/ISSUE_TEMPLATE/bug_report.md | 17 +++++++++++++++++ .../vendor/bootstrap/.github/ISSUE_TEMPLATE/feature.md | 9 +++++++++ .../bootstrap/.github/ISSUE_TEMPLATE/feature_request.md | 15 +++++++++++++++ 4 files changed, 52 insertions(+) create mode 100644 themes/docsy/assets/vendor/bootstrap/.github/ISSUE_TEMPLATE/bug.md create mode 100644 themes/docsy/assets/vendor/bootstrap/.github/ISSUE_TEMPLATE/bug_report.md create mode 100644 themes/docsy/assets/vendor/bootstrap/.github/ISSUE_TEMPLATE/feature.md create mode 100644 themes/docsy/assets/vendor/bootstrap/.github/ISSUE_TEMPLATE/feature_request.md (limited to 'themes/docsy/assets/vendor/bootstrap/.github/ISSUE_TEMPLATE') diff --git a/themes/docsy/assets/vendor/bootstrap/.github/ISSUE_TEMPLATE/bug.md b/themes/docsy/assets/vendor/bootstrap/.github/ISSUE_TEMPLATE/bug.md new file mode 100644 index 0000000..8e12855 --- /dev/null +++ b/themes/docsy/assets/vendor/bootstrap/.github/ISSUE_TEMPLATE/bug.md @@ -0,0 +1,11 @@ +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 +- Read the [contributing guidelines](https://github.com/twbs/bootstrap/blob/master/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/) diff --git a/themes/docsy/assets/vendor/bootstrap/.github/ISSUE_TEMPLATE/bug_report.md b/themes/docsy/assets/vendor/bootstrap/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 0000000..ab363e0 --- /dev/null +++ b/themes/docsy/assets/vendor/bootstrap/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,17 @@ +--- +name: Bug report +about: Tell us about a bug you may have identified in Bootstrap. + +--- + +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 +- Read the [contributing guidelines](https://github.com/twbs/bootstrap/blob/master/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/) diff --git a/themes/docsy/assets/vendor/bootstrap/.github/ISSUE_TEMPLATE/feature.md b/themes/docsy/assets/vendor/bootstrap/.github/ISSUE_TEMPLATE/feature.md new file mode 100644 index 0000000..4f866e2 --- /dev/null +++ b/themes/docsy/assets/vendor/bootstrap/.github/ISSUE_TEMPLATE/feature.md @@ -0,0 +1,9 @@ +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 diff --git a/themes/docsy/assets/vendor/bootstrap/.github/ISSUE_TEMPLATE/feature_request.md b/themes/docsy/assets/vendor/bootstrap/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 0000000..389bd43 --- /dev/null +++ b/themes/docsy/assets/vendor/bootstrap/.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 -- cgit v1.2.3