From 73b9a04d7781a4323f46d35df988be16481b0dcd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jacob=20M=C3=BCller?= Date: Mon, 15 Apr 2019 15:08:11 +0200 Subject: [PATCH 1/2] chore: improve issue templates --- .github/ISSUE_TEMPLATE.md | 37 -------------- .github/ISSUE_TEMPLATE/BUG_REPORT_TEMPLATE.md | 51 +++++++++++++++++++ .../FEATURE_REQUEST_TEMPLATE.md | 20 ++++++++ 3 files changed, 71 insertions(+), 37 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE.md create mode 100644 .github/ISSUE_TEMPLATE/BUG_REPORT_TEMPLATE.md create mode 100644 .github/ISSUE_TEMPLATE/FEATURE_REQUEST_TEMPLATE.md diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md deleted file mode 100644 index be876df1125..00000000000 --- a/.github/ISSUE_TEMPLATE.md +++ /dev/null @@ -1,37 +0,0 @@ - - -**Before opening an issue:** - -- [Search for duplicate or closed issues](https://github.com/bootstrap-vue/bootstrap-vue/issues?utf8=%E2%9C%93&q=is%3Aissue) -- Prepare a [reduced test case](https://css-tricks.com/reduced-test-cases/) for any bugs -- Read the - [contributing guidelines](https://github.com/bootstrap-vue/bootstrap-vue/blob/dev/CONTRIBUTING.md) - -**When asking general "how to" questions:** - -- Please avoid opening an issue here -- Instead, ask for help on StackOverflow, IRC, or [Discord](https://discord.gg/j2Mtcny), and also - check out the [online documentation](https://bootstrap-vue.js.org) - -**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) -- Version of BootstrapVue that you are using -- Reduced test cases and potential fixes using [CodePen](https://codepen.io/), - [CodeSandbox](https://codesandbox.io/), [JS Bin](https://jsbin.com/), or - [JSFiddle](https://jsfiddle.net/) (You can export markup from the - [online playground](https://bootstrap-vue.js.org/play) to JSFiddle) - -**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 - -**Love BootstrapVue? Please consider supporting our collective:** - -https://opencollective.com/bootstrap-vue/donate diff --git a/.github/ISSUE_TEMPLATE/BUG_REPORT_TEMPLATE.md b/.github/ISSUE_TEMPLATE/BUG_REPORT_TEMPLATE.md new file mode 100644 index 00000000000..0c35e0f5b4e --- /dev/null +++ b/.github/ISSUE_TEMPLATE/BUG_REPORT_TEMPLATE.md @@ -0,0 +1,51 @@ +--- +name: 🐛 Bug report +about: Create a bug report to help us improve. +--- + +**Versions** + +- BootstrapVue: 2.#.# +- Bootstrap: 3.#.# +- Vue: 2.#.# + +**Describe the bug** + +A clear and concise description of what the bug is. + +**To reproduce** + +Steps to reproduce the behavior: + +1. Go to '...' +2. Click on '....' +3. Scroll down to '....' +4. See error + +**Expected behavior** + +A clear and concise description of what you expected to happen. + +**Demo link** + +If applicable, add a minimal demo link to help explain your problem. You can use +[CodePen](https://codepen.io/), [CodeSandbox](https://codesandbox.io/), +[JS Bin](https://jsbin.com/), or [JSFiddle](https://jsfiddle.net/) (You can export markup from the +[online playground](https://bootstrap-vue.js.org/play) to CodePen, CodeSandbox and JSFiddle). + +**Desktop (please complete the following information):** + +- OS: [e.g. iOS] +- Browser [e.g. chrome, safari] +- Version [e.g. 22] + +**Smartphone (please complete the following information):** + +- Device: [e.g. iPhone6] +- OS: [e.g. iOS8.1] +- Browser [e.g. stock browser, safari] +- Version [e.g. 22] + +**Additional context** + +Add any other context about the problem here. diff --git a/.github/ISSUE_TEMPLATE/FEATURE_REQUEST_TEMPLATE.md b/.github/ISSUE_TEMPLATE/FEATURE_REQUEST_TEMPLATE.md new file mode 100644 index 00000000000..468a5859aa0 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/FEATURE_REQUEST_TEMPLATE.md @@ -0,0 +1,20 @@ +--- +name: 🚀 Feature request +about: Suggest an idea for this project. +--- + +**Is your feature request related to a problem? Please describe.** + +A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] + +**Describe the solution you'd like** + +A clear and concise description of what you want to happen. + +**Describe alternatives you've considered** + +A clear and concise description of any alternative solutions or features you've considered. + +**Additional context** + +Add any other context or screenshots about the feature request here. From 638ddd98c06e0bb962c94df83618f68434815119 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jacob=20M=C3=BCller?= Date: Mon, 15 Apr 2019 16:36:24 +0200 Subject: [PATCH 2/2] Update BUG_REPORT_TEMPLATE.md --- .github/ISSUE_TEMPLATE/BUG_REPORT_TEMPLATE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/BUG_REPORT_TEMPLATE.md b/.github/ISSUE_TEMPLATE/BUG_REPORT_TEMPLATE.md index 0c35e0f5b4e..c4e37416a42 100644 --- a/.github/ISSUE_TEMPLATE/BUG_REPORT_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE/BUG_REPORT_TEMPLATE.md @@ -6,7 +6,7 @@ about: Create a bug report to help us improve. **Versions** - BootstrapVue: 2.#.# -- Bootstrap: 3.#.# +- Bootstrap: 4.#.# - Vue: 2.#.# **Describe the bug**