first commit
This commit is contained in:
1
libraries/splide-4.0.6/.github/FUNDING.yml
vendored
Normal file
1
libraries/splide-4.0.6/.github/FUNDING.yml
vendored
Normal file
@@ -0,0 +1 @@
|
||||
github: NaotoshiFujita
|
||||
57
libraries/splide-4.0.6/.github/ISSUE_TEMPLATE/BUG_REPORT.yml
vendored
Normal file
57
libraries/splide-4.0.6/.github/ISSUE_TEMPLATE/BUG_REPORT.yml
vendored
Normal file
@@ -0,0 +1,57 @@
|
||||
name: Bug Report
|
||||
description: Create a bug report.
|
||||
labels: [ "bug" ]
|
||||
body:
|
||||
- type: markdown
|
||||
attributes:
|
||||
value: |
|
||||
Thank you for taking your time to post a bug report!
|
||||
Please fill out the following form. I might need to close the issue without required fields or e.g. clear repro steps.
|
||||
- type: checkboxes
|
||||
attributes:
|
||||
label: Checks
|
||||
description: Before posting a report, please check following things.
|
||||
options:
|
||||
- label: "Not a duplicate."
|
||||
required: true
|
||||
- label: "Not a question, feature request, or anything other than a bug report directly related to Splide. Use Discussions for these topics: https://github.com/Splidejs/splide/discussions"
|
||||
required: true
|
||||
- type: input
|
||||
id: version
|
||||
attributes:
|
||||
label: Version
|
||||
description: The version where the bug happens.
|
||||
placeholder: v3.x.x
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
attributes:
|
||||
label: Description
|
||||
description: Describe the bug.
|
||||
placeholder: Provide a clear and precise description. Feel free to paste your code, screenshort, etc.
|
||||
validations:
|
||||
required: true
|
||||
- type: input
|
||||
id: reproduction-link
|
||||
attributes:
|
||||
label: Reproduction Link
|
||||
description: A link to a reproduction (CodeSandbox, etc.). **Do not link to your project**, it has to be a minimal and fresh reproduction.
|
||||
placeholder: "https://codesandbox.io/"
|
||||
validations:
|
||||
required: false
|
||||
- type: textarea
|
||||
attributes:
|
||||
label: Steps to Reproduce
|
||||
description: Describe steps how to reproduce the bug.
|
||||
placeholder: |
|
||||
1.
|
||||
2.
|
||||
...
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
attributes:
|
||||
label: Expected Behaviour
|
||||
description: Describe what you expected to happen.
|
||||
validations:
|
||||
required: true
|
||||
1
libraries/splide-4.0.6/.github/ISSUE_TEMPLATE/config.yml
vendored
Normal file
1
libraries/splide-4.0.6/.github/ISSUE_TEMPLATE/config.yml
vendored
Normal file
@@ -0,0 +1 @@
|
||||
blank_issues_enabled: false
|
||||
13
libraries/splide-4.0.6/.github/pull_request_template.md
vendored
Normal file
13
libraries/splide-4.0.6/.github/pull_request_template.md
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
<!--
|
||||
Please make sure to add a new issue before you send PR!
|
||||
-->
|
||||
|
||||
## Related Issues
|
||||
|
||||
<!--
|
||||
Link to the issue
|
||||
-->
|
||||
|
||||
## Description
|
||||
|
||||
<!-- Write a brief description here -->
|
||||
Reference in New Issue
Block a user