mirror of
https://github.com/wekan/wekan.git
synced 2026-02-14 12:14:21 +01:00
Update Bootstrap Datepicker version to 1.10.0
This commit is contained in:
parent
f56ac1d45e
commit
8d9df72114
286 changed files with 22730 additions and 80 deletions
13
packages/wekan-bootstrap-datepicker/bootstrap-datepicker/.github/ISSUE_TEMPLATE.md
vendored
Normal file
13
packages/wekan-bootstrap-datepicker/bootstrap-datepicker/.github/ISSUE_TEMPLATE.md
vendored
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
### Expected behaviour
|
||||
Tell us what should happen.
|
||||
|
||||
### Actual behaviour
|
||||
Tell us what happens instead.
|
||||
|
||||
### Datepicker version used
|
||||
|
||||
ex. 1.6.1.
|
||||
|
||||
### Example code
|
||||
|
||||
Jsfiddle example to reproduce the problem.
|
||||
7
packages/wekan-bootstrap-datepicker/bootstrap-datepicker/.github/PULL_REQUEST_TEMPLATE.md
vendored
Normal file
7
packages/wekan-bootstrap-datepicker/bootstrap-datepicker/.github/PULL_REQUEST_TEMPLATE.md
vendored
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
| Q | A
|
||||
| --------------- | ---
|
||||
| Bug fix? | no|yes
|
||||
| New feature? | no|yes
|
||||
| BC breaks? | no|yes
|
||||
| Related tickets | fixes #X, partially #Y, mentioned in #Z
|
||||
| License | MIT
|
||||
22
packages/wekan-bootstrap-datepicker/bootstrap-datepicker/.github/workflows/ci.yaml
vendored
Normal file
22
packages/wekan-bootstrap-datepicker/bootstrap-datepicker/.github/workflows/ci.yaml
vendored
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
name: CI
|
||||
|
||||
on:
|
||||
[push, pull_request]
|
||||
|
||||
jobs:
|
||||
test:
|
||||
name: Test
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/setup-node@v1
|
||||
|
||||
- name: Install grunt
|
||||
run: yarn global add grunt-cli
|
||||
|
||||
- name: Install dependencies
|
||||
run: yarn
|
||||
|
||||
- name: Run tests
|
||||
run: yarn test
|
||||
Loading…
Add table
Add a link
Reference in a new issue