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..c4e37416a42 --- /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: 4.#.# +- 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.