aboutsummaryrefslogtreecommitdiff
path: root/themes/docsy/assets/vendor/bootstrap/.github/ISSUE_TEMPLATE
diff options
context:
space:
mode:
authorDimitri Staessens <dimitri@ouroboros.rocks>2019-10-06 21:10:46 +0200
committerDimitri Staessens <dimitri@ouroboros.rocks>2019-10-06 21:10:46 +0200
commit568553394d0a8b34668a75c9839a0f1f426469b2 (patch)
tree175c08844f05611b059ba6900fb6519dbbc735d2 /themes/docsy/assets/vendor/bootstrap/.github/ISSUE_TEMPLATE
parentd5d6f70371958eec0679831abd283498ff2731e5 (diff)
downloadwebsite-568553394d0a8b34668a75c9839a0f1f426469b2.tar.gz
website-568553394d0a8b34668a75c9839a0f1f426469b2.zip
theme: Switch to docsy theme
Diffstat (limited to 'themes/docsy/assets/vendor/bootstrap/.github/ISSUE_TEMPLATE')
-rw-r--r--themes/docsy/assets/vendor/bootstrap/.github/ISSUE_TEMPLATE/bug.md11
-rw-r--r--themes/docsy/assets/vendor/bootstrap/.github/ISSUE_TEMPLATE/bug_report.md17
-rw-r--r--themes/docsy/assets/vendor/bootstrap/.github/ISSUE_TEMPLATE/feature.md9
-rw-r--r--themes/docsy/assets/vendor/bootstrap/.github/ISSUE_TEMPLATE/feature_request.md15
4 files changed, 52 insertions, 0 deletions
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