Skip to content

Commit e159b1d

Browse files
authored
Merge pull request #5930 from wenzhixin/develop
v1.19.0
2 parents d43c88c + 0fe785a commit e159b1d

File tree

269 files changed

+4532
-2242
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

269 files changed

+4532
-2242
lines changed

.github/ISSUE_TEMPLATE/1_Bug_report.md

Lines changed: 0 additions & 26 deletions
This file was deleted.
Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
name: 🐛 Bug Report
2+
description: Report errors and problems
3+
labels: Bug
4+
5+
body:
6+
- type: input
7+
id: affected-versions
8+
attributes:
9+
label: Bootstraptable version(s) affected
10+
placeholder: 1.18.0
11+
validations:
12+
required: true
13+
- type: textarea
14+
id: description
15+
attributes:
16+
label: Description
17+
description: What kind of error/problem you are affected by
18+
validations:
19+
required: true
20+
- type: textarea
21+
id: examples
22+
attributes:
23+
label: Example(s)
24+
description: |
25+
Please use our online Editor (https://live.bootstrap-table.com/) to create a example.
26+
On our Wiki (https://github.com/wenzhixin/bootstrap-table/wiki/Online-Editor-Explanation) you can read how to use the editor.
27+
- type: textarea
28+
id: possible-solution
29+
attributes:
30+
label: Possible Solutions
31+
description: "Optional: only if you have suggestions on a fix/reason for the bug"
32+
- type: textarea
33+
id: additional-contex
34+
attributes:
35+
label: Additional Context
36+
description: "Optional: any other context about the problem: browser version, operation system, etc."
37+
- type: markdown
38+
attributes:
39+
value: |
40+
Love bootstrap-table? Please consider supporting our collective:
41+
👉 https://opencollective.com/bootstrap-table/donate

.github/ISSUE_TEMPLATE/2_Feature_request.md

Lines changed: 0 additions & 12 deletions
This file was deleted.
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
name: 🚀 Feature Request/Improvement
2+
description: Ideas for new features and improvements
3+
labels: feature-request
4+
5+
body:
6+
- type: textarea
7+
id: description
8+
attributes:
9+
label: Description
10+
description: Description of the desired new feature
11+
validations:
12+
required: true
13+
- type: markdown
14+
attributes:
15+
value: |
16+
Love bootstrap-table? Please consider supporting our collective:
17+
👉 https://opencollective.com/bootstrap-table/donate

.github/ISSUE_TEMPLATE/3_Support_question.md

Lines changed: 0 additions & 18 deletions
This file was deleted.
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
name: ❓ Support Question
2+
description: Here you can ask questions about the features
3+
labels: help-wanted
4+
5+
body:
6+
- type: markdown
7+
attributes:
8+
value: Before you ask please check if you can find a similar issue and/or a solution on a issue or on stackoverflow
9+
- type: textarea
10+
id: description
11+
attributes:
12+
label: Description
13+
description: Description of your support question.
14+
validations:
15+
required: true
16+
- type: textarea
17+
id: examples
18+
attributes:
19+
label: Example(s)
20+
description: |
21+
Please use our online Editor (https://live.bootstrap-table.com/) to create a example.
22+
On our Wiki (https://github.com/wenzhixin/bootstrap-table/wiki/Online-Editor-Explanation) you can read how to use the editor.
23+
- type: markdown
24+
attributes:
25+
value: |
26+
Love bootstrap-table? Please consider supporting our collective:
27+
👉 https://opencollective.com/bootstrap-table/donate

.github/ISSUE_TEMPLATE/4_Documentation.md

Lines changed: 0 additions & 19 deletions
This file was deleted.
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
name: ⛔ Documentation & Examples
2+
description: Issues with the Documentation and/or the Examples
3+
labels: docs
4+
5+
body:
6+
- type: markdown
7+
attributes:
8+
value: |
9+
We have our own dedicated repository for the examples. Please open your
10+
documentation-related issue at https://github.com/wenzhixin/bootstrap-table-examples
11+
- type: textarea
12+
id: description
13+
attributes:
14+
label: Description
15+
description: Description of your support question.
16+
validations:
17+
required: true
18+
- type: markdown
19+
attributes:
20+
value: |
21+
Love bootstrap-table? Please consider supporting our collective:
22+
👉 https://opencollective.com/bootstrap-table/donate

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 20 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,32 @@
1-
**Type of Request**
1+
**🤔Type of Request**
22
- [ ] **Bug fix**
33
- [ ] **New feature**
44
- [ ] **Improvement**
55
- [ ] **Documentation**
66
- [ ] **Other**
77

8-
**Resolves an issue?**
8+
**🔗Resolves an issue?**
99
<!-- Please prefix each issue number with "Fix #" (e.g. Fix #200) -->
1010

11-
**Example(s)?**
11+
**📝Changelog**
12+
13+
<!-- The type of the change. --->
14+
- [ ] **Core**
15+
- [ ] **Extensions**
16+
17+
<!-- Describe changes from the user side. -->
18+
19+
**💡Example(s)?**
1220
<!-- Please use our online Editor (https://live.bootstrap-table.com/) to create example(s) (Before and after your changes).
1321
On our Wiki (https://github.com/wenzhixin/bootstrap-table/wiki/Online-Editor-Explanation) you can read how to use the editor.-->
14-
22+
23+
**☑️Self Check before Merge**
24+
25+
⚠️ Please check all items below before review. ⚠️
26+
27+
- [ ] Doc is updated/provided or not needed
28+
- [ ] Demo is updated/provided or not needed
29+
- [ ] Changelog is provided or not needed
1530

1631
<!-- Love bootstrap-table? Please consider supporting our collective:
17-
👉 https://opencollective.com/bootstrap-table/donate -->
32+
👉 https://opencollective.com/bootstrap-table/donate -->

.github/dependabot.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: npm
4+
directory: "/"
5+
schedule:
6+
interval: daily
7+
time: "21:00"
8+
open-pull-requests-limit: 10
9+
ignore:
10+
- dependency-name: rollup-plugin-vue
11+
versions:
12+
- ">= 6.a, < 7"
13+
- dependency-name: clean-css-cli
14+
versions:
15+
- 5.0.0

0 commit comments

Comments
 (0)