-
-
Notifications
You must be signed in to change notification settings - Fork 4.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #5930 from wenzhixin/develop
v1.19.0
- Loading branch information
Showing
269 changed files
with
4,532 additions
and
2,242 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
name: 🐛 Bug Report | ||
description: Report errors and problems | ||
labels: Bug | ||
|
||
body: | ||
- type: input | ||
id: affected-versions | ||
attributes: | ||
label: Bootstraptable version(s) affected | ||
placeholder: 1.18.0 | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: description | ||
attributes: | ||
label: Description | ||
description: What kind of error/problem you are affected by | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: examples | ||
attributes: | ||
label: Example(s) | ||
description: | | ||
Please use our online Editor (https://live.bootstrap-table.com/) to create a example. | ||
On our Wiki (https://github.com/wenzhixin/bootstrap-table/wiki/Online-Editor-Explanation) you can read how to use the editor. | ||
- type: textarea | ||
id: possible-solution | ||
attributes: | ||
label: Possible Solutions | ||
description: "Optional: only if you have suggestions on a fix/reason for the bug" | ||
- type: textarea | ||
id: additional-contex | ||
attributes: | ||
label: Additional Context | ||
description: "Optional: any other context about the problem: browser version, operation system, etc." | ||
- type: markdown | ||
attributes: | ||
value: | | ||
Love bootstrap-table? Please consider supporting our collective: | ||
👉 https://opencollective.com/bootstrap-table/donate |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
name: 🚀 Feature Request/Improvement | ||
description: Ideas for new features and improvements | ||
labels: feature-request | ||
|
||
body: | ||
- type: textarea | ||
id: description | ||
attributes: | ||
label: Description | ||
description: Description of the desired new feature | ||
validations: | ||
required: true | ||
- type: markdown | ||
attributes: | ||
value: | | ||
Love bootstrap-table? Please consider supporting our collective: | ||
👉 https://opencollective.com/bootstrap-table/donate |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
name: ❓ Support Question | ||
description: Here you can ask questions about the features | ||
labels: help-wanted | ||
|
||
body: | ||
- type: markdown | ||
attributes: | ||
value: Before you ask please check if you can find a similar issue and/or a solution on a issue or on stackoverflow | ||
- type: textarea | ||
id: description | ||
attributes: | ||
label: Description | ||
description: Description of your support question. | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: examples | ||
attributes: | ||
label: Example(s) | ||
description: | | ||
Please use our online Editor (https://live.bootstrap-table.com/) to create a example. | ||
On our Wiki (https://github.com/wenzhixin/bootstrap-table/wiki/Online-Editor-Explanation) you can read how to use the editor. | ||
- type: markdown | ||
attributes: | ||
value: | | ||
Love bootstrap-table? Please consider supporting our collective: | ||
👉 https://opencollective.com/bootstrap-table/donate |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
name: ⛔ Documentation & Examples | ||
description: Issues with the Documentation and/or the Examples | ||
labels: docs | ||
|
||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
We have our own dedicated repository for the examples. Please open your | ||
documentation-related issue at https://github.com/wenzhixin/bootstrap-table-examples | ||
- type: textarea | ||
id: description | ||
attributes: | ||
label: Description | ||
description: Description of your support question. | ||
validations: | ||
required: true | ||
- type: markdown | ||
attributes: | ||
value: | | ||
Love bootstrap-table? Please consider supporting our collective: | ||
👉 https://opencollective.com/bootstrap-table/donate |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,32 @@ | ||
**Type of Request** | ||
**🤔Type of Request** | ||
- [ ] **Bug fix** | ||
- [ ] **New feature** | ||
- [ ] **Improvement** | ||
- [ ] **Documentation** | ||
- [ ] **Other** | ||
|
||
**Resolves an issue?** | ||
**🔗Resolves an issue?** | ||
<!-- Please prefix each issue number with "Fix #" (e.g. Fix #200) --> | ||
|
||
**Example(s)?** | ||
**📝Changelog** | ||
|
||
<!-- The type of the change. ---> | ||
- [ ] **Core** | ||
- [ ] **Extensions** | ||
|
||
<!-- Describe changes from the user side. --> | ||
|
||
**💡Example(s)?** | ||
<!-- Please use our online Editor (https://live.bootstrap-table.com/) to create example(s) (Before and after your changes). | ||
On our Wiki (https://github.com/wenzhixin/bootstrap-table/wiki/Online-Editor-Explanation) you can read how to use the editor.--> | ||
|
||
**☑️Self Check before Merge** | ||
|
||
⚠️ Please check all items below before review. ⚠️ | ||
|
||
- [ ] Doc is updated/provided or not needed | ||
- [ ] Demo is updated/provided or not needed | ||
- [ ] Changelog is provided or not needed | ||
|
||
<!-- Love bootstrap-table? Please consider supporting our collective: | ||
👉 https://opencollective.com/bootstrap-table/donate --> | ||
👉 https://opencollective.com/bootstrap-table/donate --> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
version: 2 | ||
updates: | ||
- package-ecosystem: npm | ||
directory: "/" | ||
schedule: | ||
interval: daily | ||
time: "21:00" | ||
open-pull-requests-limit: 10 | ||
ignore: | ||
- dependency-name: rollup-plugin-vue | ||
versions: | ||
- ">= 6.a, < 7" | ||
- dependency-name: clean-css-cli | ||
versions: | ||
- 5.0.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
{ | ||
'extends': 'stylelint-config-standard', | ||
'rules': { | ||
'indentation': null, | ||
'selector-pseudo-element-colon-notation': null, | ||
'function-comma-space-after': null, | ||
'no-descending-specificity': null, | ||
'declaration-bang-space-before': null, | ||
'number-leading-zero': null, | ||
'rule-empty-line-before': null | ||
"extends": "stylelint-config-standard", | ||
"rules": { | ||
"indentation": null, | ||
"selector-pseudo-element-colon-notation": null, | ||
"function-comma-space-after": null, | ||
"no-descending-specificity": null, | ||
"declaration-bang-space-before": null, | ||
"number-leading-zero": null, | ||
"rule-empty-line-before": null | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.