Merge pull request #4899 from bagisto-europe/master
Updated Github templates
This commit is contained in:
commit
36cc128165
|
|
@ -1,36 +1,34 @@
|
|||
---
|
||||
name: "🐛 Bug Report"
|
||||
about: 'Report a general library issue.'
|
||||
about: 'Report a general issue.'
|
||||
---
|
||||
|
||||
<!--- Before you open an issue, please check if the issue already has been reported. --->
|
||||
|
||||
# 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.**
|
||||
<!--- Provide a more detailed introduction to the issue itself. -->
|
||||
|
||||
### Preconditions
|
||||
**Please provide as detailed information about your environment as possible.**
|
||||
<!--- Please provide as detailed information about your environment as possible. -->
|
||||
|
||||
1. framework Version.
|
||||
2. Commit id.
|
||||
|
||||
<!--- Please select the version of bagisto that you are using. -->
|
||||
#### 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.**
|
||||
<!--- 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]
|
||||
<!--- Tell us what should happen -->
|
||||
|
||||
### Actual result
|
||||
|
||||
> **Tell us what happens instead.**
|
||||
|
||||
* [points....]
|
||||
<!--- Tell us what happens instead -->
|
||||
|
|
|
|||
|
|
@ -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!!!
|
||||
|
|
@ -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!
|
||||
|
|
@ -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**
|
||||
|
|
@ -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.
|
||||
Loading…
Reference in New Issue