added messages list, new client form, logic for client Apps plus others
This commit is contained in:
58
public/libs/tabulator-master/.github/ISSUE_TEMPLATE/bug_report.md
vendored
Normal file
58
public/libs/tabulator-master/.github/ISSUE_TEMPLATE/bug_report.md
vendored
Normal file
@@ -0,0 +1,58 @@
|
||||
---
|
||||
name: Bug report
|
||||
about: Report a bug with Tabulator
|
||||
title: ''
|
||||
labels: Possible Bug
|
||||
assignees: ''
|
||||
|
||||
---
|
||||
|
||||
<!--
|
||||
YOUR BUG REPORT MUST CONTAIN A LINK TO A JSFiddle OR Codepen THAT DEMONSTRATES THE ISSUE OR IT WILL BE CLOSED WITHOUT DISCUSSION
|
||||
|
||||
Please read the Bug Reporting Guide before completing this issue: http://tabulator.info/community/bug
|
||||
|
||||
Please make sure you fill in all the sections of this template to give us the best chance of helping you
|
||||
-->
|
||||
|
||||
**Describe the bug**
|
||||
A clear and concise description of what the bug is.
|
||||
|
||||
**Tabulator Info**
|
||||
- Which version of Tabulator are you using?
|
||||
|
||||
**Working Example**
|
||||
YOU MUST include a link to a JS Fiddle or Codepen that demonstrates the problem, it is very hard to diagnose an issue from a simple description.
|
||||
<!--
|
||||
Please read the Minimal Reproducable Example guide if you are unsure what the example should look like http://tabulator.info/community/mre
|
||||
A quick guide on creating a JS Fiddle can be found on the Tabulator website http://tabulator.info/community/jsfiddle
|
||||
|
||||
ISSUES CREATED WITHOUT THIS EXAMPLE WILL BE CLOSED WITHOUT DISCUSSION
|
||||
-->
|
||||
|
||||
**To Reproduce**
|
||||
A step by step guide to recreate the issue in your JS Fiddle or Codepen:
|
||||
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.
|
||||
|
||||
**Screenshots**
|
||||
If applicable, add screenshots to help explain your problem.
|
||||
|
||||
**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.
|
||||
14
public/libs/tabulator-master/.github/ISSUE_TEMPLATE/documentation.md
vendored
Normal file
14
public/libs/tabulator-master/.github/ISSUE_TEMPLATE/documentation.md
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
---
|
||||
name: Documentation
|
||||
about: Report an issue with the documentation on the tabulator.info website
|
||||
title: ''
|
||||
labels: ''
|
||||
assignees: ''
|
||||
|
||||
---
|
||||
|
||||
**Website Page**
|
||||
A link to the page with the issue
|
||||
|
||||
**Describe the issue**
|
||||
A clear and concise description of what the issue is.
|
||||
24
public/libs/tabulator-master/.github/ISSUE_TEMPLATE/feature_request.md
vendored
Normal file
24
public/libs/tabulator-master/.github/ISSUE_TEMPLATE/feature_request.md
vendored
Normal file
@@ -0,0 +1,24 @@
|
||||
---
|
||||
name: Feature request
|
||||
about: Suggest an idea for this project
|
||||
title: ''
|
||||
labels: Suggested Feature
|
||||
assignees: ''
|
||||
|
||||
---
|
||||
|
||||
<!--
|
||||
Please read the Feature Requesting Guide before completing this issue: http://tabulator.info/community/feature
|
||||
-->
|
||||
|
||||
*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.
|
||||
12
public/libs/tabulator-master/.github/ISSUE_TEMPLATE/question.md
vendored
Normal file
12
public/libs/tabulator-master/.github/ISSUE_TEMPLATE/question.md
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
---
|
||||
name: Question (QUESTIONS MUST BE ASKED ON STACK OVERFLOW!!! DO NOT CREATE AN ISSUE!!!)
|
||||
about: Please ask questions on Stack Overflow, NOT on GitHub
|
||||
title: ''
|
||||
labels: Invalid, Question - Ask On Stack Overflow
|
||||
assignees: ''
|
||||
|
||||
---
|
||||
|
||||
Please ask questions on www.stackoverflow.com the issues list is now reserved for feature requests and bug reports.
|
||||
|
||||
Questions asked in the issue list will be automatically closed!
|
||||
Reference in New Issue
Block a user