diff --git a/.github/ISSUE_TEMPLATE/1_Bug_report.md b/.github/ISSUE_TEMPLATE/1_Bug_report.md index 7d4fe777c..e6e55423f 100644 --- a/.github/ISSUE_TEMPLATE/1_Bug_report.md +++ b/.github/ISSUE_TEMPLATE/1_Bug_report.md @@ -1,36 +1,34 @@ --- name: "🐛 Bug Report" -about: 'Report a general library issue.' +about: 'Report a general issue.' --- + + # Bug report -### Title -**Just a quick sentence to brief your trouble with Bagisto or something associated with it.** -**Please be calm, short and emphasize on points.** - ### Issue Description -**Description helps the developers to understand the bug. It describes the problem encountered or some after effect of some kind.** + ### Preconditions -**Please provide as detailed information about your environment as possible.** + - 1. framework Version. - 2. Commit id. + + +#### Bagisto version +- [ ] master branch +- [ ] 1.3.1 +- [ ] 1.3.0 +- [ ] 1.2.0 ### Steps to reproduce -**It is important to provide a set of clear steps to reproduce this bug.If relevant please include code samples.** + - 1. step1 - 2. step2 +1. +2. ### Expected result -**Tell us what should happen.** - -* [Screenshots, logs or description] + ### Actual result - -> **Tell us what happens instead.** - -* [points....] \ No newline at end of file + diff --git a/.github/ISSUE_TEMPLATE/2_Feature_request.md b/.github/ISSUE_TEMPLATE/2_Feature_request.md index ca017e567..0b0c1f8a7 100644 --- a/.github/ISSUE_TEMPLATE/2_Feature_request.md +++ b/.github/ISSUE_TEMPLATE/2_Feature_request.md @@ -1,17 +1,4 @@ --- name: "💡 Feature Request" -about: 'For ideas or feature requests, please make a pull request, or open an issue' +about: 'Share your ideas with our team or request new features' --- - -This repository is only for reporting bugs or issues. If you need support, please use -other channels: - -1. Write an email - mailto:support@bagisto.com - -2. Create support ticket on https://bagisto.uvdesk.com - -3. Visit forums to get support from our community (https://forums.bagisto.com) - -Alternatively, you may use Facebook (https://www.facebook.com/groups/bagisto/). - -We promise that more channels are coming soon!!! \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/3_Support_question.md b/.github/ISSUE_TEMPLATE/3_Support_question.md deleted file mode 100644 index d6c5e5020..000000000 --- a/.github/ISSUE_TEMPLATE/3_Support_question.md +++ /dev/null @@ -1,11 +0,0 @@ ---- -name: "❔ Support Question" -about: 'This repository is only for reporting bugs or problems. If you need help, see: - https://github.com/bagisto/bagisto#documentation' ---- - -This repository is only for reporting bugs or issues. If you need support, please use: - -1. Create support ticket on https://bagisto.uvdesk.com - -Thanks! diff --git a/.github/ISSUE_TEMPLATE/4_Security_vulnerabilities.md b/.github/ISSUE_TEMPLATE/4_Security_vulnerabilities.md deleted file mode 100644 index f0b6fe77c..000000000 --- a/.github/ISSUE_TEMPLATE/4_Security_vulnerabilities.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -name: "🔒 Security Vulnerabilities" -about: 'For reporting security-related issues, see: https://github.com/bagito/bagisto#security-vulnerabilities' ---- - -PLEASE DON'T DISCLOSE SECURITY-RELATED ISSUES PUBLICLY, SEE BELOW. - -If you have security vulnerability to address related to Bagisto then please write a mail to us: -**support@bagisto.com** \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 000000000..fe34f25e6 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,8 @@ +blank_issues_enabled: false +contact_links: +- name: 💬 Community Forum + url: https://forums.bagisto.com + about: Ask the community for help on our forum. +- name: ❔ Support Question + url: https://bagisto.uvdesk.com/en/customer/create-ticket/ + about: This repository is only for reporting bugs or feature requests, please create a support ticket if you need any assistance from our team.