Merge branch 'master' into tax-enhancement
This commit is contained in:
commit
db37e2aa41
|
|
@ -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.
|
||||
|
|
@ -11,7 +11,7 @@
|
|||
"postinstall": "opencollective-postinstall"
|
||||
},
|
||||
"devDependencies": {
|
||||
"axios": "^0.18",
|
||||
"axios": "^0.21.0",
|
||||
"bootstrap": "^4.0.0",
|
||||
"cross-env": "^5.1",
|
||||
"jquery": "^3.2",
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@
|
|||
"production": "cross-env NODE_ENV=production node_modules/webpack/bin/webpack.js --no-progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js"
|
||||
},
|
||||
"devDependencies": {
|
||||
"axios": "^0.19.0",
|
||||
"axios": "^0.21.0",
|
||||
"cross-env": "^6.0.3",
|
||||
"jquery": "^3.4.1",
|
||||
"laravel-mix": "^5.0.0",
|
||||
|
|
|
|||
File diff suppressed because one or more lines are too long
|
|
@ -1,4 +1,4 @@
|
|||
{
|
||||
"/js/admin.js": "/js/admin.js?id=717001a94fc784c09d87",
|
||||
"/js/admin.js": "/js/admin.js?id=e2c223b41f0fee5494cd",
|
||||
"/css/admin.css": "/css/admin.css?id=b24aa6544b82f674840f"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@
|
|||
"production": "cross-env NODE_ENV=production node_modules/webpack/bin/webpack.js --no-progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js"
|
||||
},
|
||||
"devDependencies": {
|
||||
"axios": "^0.19.0",
|
||||
"axios": "^0.21.0",
|
||||
"cross-env": "^6.0.3",
|
||||
"jquery": "^3.4.1",
|
||||
"laravel-mix": "^5.0.0",
|
||||
|
|
|
|||
File diff suppressed because one or more lines are too long
|
|
@ -1,4 +1,4 @@
|
|||
{
|
||||
"/js/shop.js": "/js/shop.js?id=186c73a72905a863847e",
|
||||
"/js/shop.js": "/js/shop.js?id=9731ecdc1df78464d45a",
|
||||
"/css/shop.css": "/css/shop.css?id=84f6189d560662d5c4b3"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@
|
|||
"production": "cross-env NODE_ENV=production node_modules/webpack/bin/webpack.js --no-progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js"
|
||||
},
|
||||
"devDependencies": {
|
||||
"axios": "^0.19.0",
|
||||
"axios": "^0.21.0",
|
||||
"cross-env": "^6.0.3",
|
||||
"flatpickr": "^4.6.3",
|
||||
"jquery": "^3.4.1",
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@
|
|||
"production": "cross-env NODE_ENV=production node_modules/webpack/bin/webpack.js --no-progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js"
|
||||
},
|
||||
"devDependencies": {
|
||||
"axios": "^0.18",
|
||||
"axios": "^0.21.0",
|
||||
"cross-env": "^5.1.4",
|
||||
"jquery": "^3.2",
|
||||
"laravel-mix": "^2.1",
|
||||
|
|
|
|||
File diff suppressed because one or more lines are too long
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"/js/velocity.js": "/js/velocity.js?id=0628b282b2973a4a9f03",
|
||||
"/js/velocity.js": "/js/velocity.js?id=9fea883b6fe31af43cdb",
|
||||
"/css/velocity-admin.css": "/css/velocity-admin.css?id=4322502d80a0e4a0affd",
|
||||
"/css/velocity.css": "/css/velocity.css?id=2d7fe0ab1f7e55b011d8"
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue