From dabacf6d8ff7c2d1e91130e0e80a9ee974fcf621 Mon Sep 17 00:00:00 2001 From: Amith KK Date: Thu, 17 Oct 2019 14:06:37 +0530 Subject: [PATCH] Switch to new GitHub multi ISSUE_TEMPLATEs (#5492) * Change to new Github Issue Templates * Delete old ISSUE_TEMPLATE * Remove commenting from templates and add custom/other template --- .github/ISSUE_TEMPLATE.md | 25 --------------- .github/ISSUE_TEMPLATE/bug-report-.md | 37 ++++++++++++++++++++++ .github/ISSUE_TEMPLATE/feature-request-.md | 27 ++++++++++++++++ .github/ISSUE_TEMPLATE/something-else-.md | 11 +++++++ 4 files changed, 75 insertions(+), 25 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE.md create mode 100644 .github/ISSUE_TEMPLATE/bug-report-.md create mode 100644 .github/ISSUE_TEMPLATE/feature-request-.md create mode 100644 .github/ISSUE_TEMPLATE/something-else-.md diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md deleted file mode 100644 index 09ef562a85..0000000000 --- a/.github/ISSUE_TEMPLATE.md +++ /dev/null @@ -1,25 +0,0 @@ -Before opening an issue, please search for duplicates (opened and closed) -https://github.com/valor-software/ngx-bootstrap/issues -There's no need to open an issue here if you want to ask general question, use [StackOverflow](https://stackoverflow.com/questions/tagged/ngx-bootstrap) or [Slack](https://join.slack.com/t/ngx-home/shared_invite/enQtNTExMTY5MzcwMTM0LWVjZGU2MjI4MTVhMGVlMTc2OWRiMzA0NzBhNDU5YzQ0MDM3MWI5NzJjZTUzNzIxZmNjYmFlMjU2MzE0YmY0NWY) instead - -### Bug description or feature request: - -### Plunker/StackBlitz that reproduces the issue: -Using Plunkr, StackBlitz is the best way to show your issue. Issues without link to an example of reproduction might be closed. - -You can use one of starter templates: - -Plunkr: https://plnkr.co/edit/0NipkZrnckZZROAcnjzB?p=preview - -StackBlitz: https://stackblitz.com/edit/ngx-bootstrap?file=app%2Fapp.module.ts - - -### Versions of ngx-bootstrap, Angular, and Bootstrap: - -ngx-bootstrap: - -Angular: - -Bootstrap: - -### Build system: Angular CLI, System.js, webpack, starter seed: diff --git a/.github/ISSUE_TEMPLATE/bug-report-.md b/.github/ISSUE_TEMPLATE/bug-report-.md new file mode 100644 index 0000000000..1018330baf --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug-report-.md @@ -0,0 +1,37 @@ +--- +name: Bug Report! +about: Report a bug to help us fix it +title: '' +labels: bug +assignees: '' + +--- + +Before opening an issue, please search for duplicates (opened and closed) https://github.com/valor-software/ngx-bootstrap/issues There's no need to open an issue here if you want to ask general question, use StackOverflow or Slack instead + +Bug description: + +Plunker/StackBlitz that reproduces the issue: + + +Using Plunkr, StackBlitz is the best way to show your issue. Issues without link to an example of reproduction might be closed. + +You can use one of starter templates: + +Plunkr: https://plnkr.co/edit/0NipkZrnckZZROAcnjzB?p=preview + +StackBlitz: https://stackblitz.com/edit/ngx-bootstrap?file=app%2Fapp.module.ts + +Versions of ngx-bootstrap, Angular, and Bootstrap: + +ngx-bootstrap: + +Angular: + +Bootstrap: + +Build system: Angular CLI, System.js, webpack, starter seed: + +**Expected behavior** + +A clear and concise description of what you expected to happen. diff --git a/.github/ISSUE_TEMPLATE/feature-request-.md b/.github/ISSUE_TEMPLATE/feature-request-.md new file mode 100644 index 0000000000..541be05355 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature-request-.md @@ -0,0 +1,27 @@ +--- +name: Feature Request! +about: Suggest an idea for this project +title: '' +labels: enhancement +assignees: '' + +--- + +**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. diff --git a/.github/ISSUE_TEMPLATE/something-else-.md b/.github/ISSUE_TEMPLATE/something-else-.md new file mode 100644 index 0000000000..53cfaa26c0 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/something-else-.md @@ -0,0 +1,11 @@ +--- +name: Something Else? +about: Use this to report something that you don't think fits in as a bug report or + a feature request! +title: '' +labels: '' +assignees: '' + +--- + +**Description:**