Skip to content

Commit

Permalink
chore: merge #711
Browse files Browse the repository at this point in the history
  • Loading branch information
krisk committed Jul 8, 2023
2 parents 013bf3b + 6ab7e72 commit 534066f
Show file tree
Hide file tree
Showing 107 changed files with 24,828 additions and 5,310 deletions.
5 changes: 2 additions & 3 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,10 @@ module.exports = {
browser: true,
jest: true
},
extends: ['eslint:recommended'],
extends: ['eslint:recommended', 'prettier'],
rules: {
'no-console': process.env.NODE_ENV !== 'production' ? 0 : 2,
'no-useless-escape': 0,
'no-empty': 0,
indent: ['error', 2]
'no-empty': 0
}
}
2 changes: 1 addition & 1 deletion .github/FUNDING.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
github: krisk
patreon: krisk
custom: "https://www.paypal.com/paypalme2/kirorisk"
custom: 'https://www.paypal.com/paypalme2/kirorisk'
32 changes: 0 additions & 32 deletions .github/ISSUE_TEMPLATE/---bug-report.md

This file was deleted.

25 changes: 0 additions & 25 deletions .github/ISSUE_TEMPLATE/---feature-request.md

This file was deleted.

16 changes: 0 additions & 16 deletions .github/ISSUE_TEMPLATE/--support-request.md

This file was deleted.

16 changes: 0 additions & 16 deletions .github/ISSUE_TEMPLATE/-docs-on-fusejs-io.md

This file was deleted.

135 changes: 135 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,135 @@
name: Bug Report
description: Report a bug in Fuse.js.
labels: ['bug']
body:
- type: markdown
attributes:
value: |
Thanks for taking the time to fill out this bug report!
- type: checkboxes
id: new-bug
attributes:
label: Is there an existing issue for this?
description: Please search to see if an issue already exists for the bug you encountered.
options:
- label: I have searched the existing issues
required: true
- type: textarea
id: bug-description
attributes:
label: Description of the bug
description: Tell us what bug you encountered and what should have happened
validations:
required: true
- type: dropdown
id: fuse-version
attributes:
label: The Fuse.js version where this bug is happening.
options:
- '6.6.2'
- '6.6.1'
- '6.6.0'
- '6.5.3'
- '6.5.2'
- '6.5.1'
- '6.4.6'
- '6.4.5'
- '6.4.4'
- '6.4.3'
- '6.4.2'
- '6.4.1'
- '6.4.0'
- '6.3.1'
- '6.3.0'
- '6.2.1'
- '6.2.0'
- '6.0.0'
- '5.2.1'
- '2.2.0'
- '2.0.0'
- '1.2.0'
- '1.1.0'
- '1.0.0'
- '1.0.1'
- 'Other (please specify in description)'
validations:
required: true
- type: checkboxes
id: regression-bug
attributes:
label: Is this a regression?
description: Did this behavior use to work in the previous version?
options:
- label: This is a regression bug
required: false
- type: dropdown
id: regression-version
attributes:
label: Which version did this behavior use to work in?
description: In case you checked the regression bug checkbox, please provide the version in which this bug was not present.
options:
- '6.6.2'
- '6.6.1'
- '6.6.0'
- '6.5.3'
- '6.5.2'
- '6.5.1'
- '6.4.6'
- '6.4.5'
- '6.4.4'
- '6.4.3'
- '6.4.2'
- '6.4.1'
- '6.4.0'
- '6.3.1'
- '6.3.0'
- '6.2.1'
- '6.2.0'
- '6.0.0'
- '5.2.1'
- '2.2.0'
- '2.0.0'
- '1.2.0'
- '1.1.0'
- '1.0.0'
- '1.0.1'
- 'Other (please specify in description)'
- type: textarea
id: steps-to-reproduce
attributes:
label: Steps To Reproduce
description: Steps to reproduce the behavior.
placeholder: |
Please tell us how to reproduce this bug, for example:
1. Write '...'
2. Click on '...'
3. See error
validations:
required: true
- type: textarea
id: expected-behavior
attributes:
label: Expected behavior
description: What should be the expected behavior.
placeholder: A clear and concise description of what you expected to happen.
validations:
required: true
- type: textarea
id: screenshots
attributes:
label: Screenshots
description: If applicable, add screenshots to help explain your problem.
placeholder: Paste your screenshots here.
- type: textarea
id: additional-context
attributes:
label: Additional context
description: Do you want to share any additional context about this bug?
placeholder: Add any other context about the problem here.
- type: markdown
attributes:
value: |
Love Fuse.js? Please consider supporting:
πŸ‘‰ https://github.com/sponsors/krisk
πŸ‘‰ https://www.patreon.com/krisk
πŸ‘‰ https://www.paypal.com/paypalme2/kirorisk
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
blank_issues_enabled: false
36 changes: 36 additions & 0 deletions .github/ISSUE_TEMPLATE/docs_bug.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
name: Docs on fusejs.io
description: Report an issue in Fuse.js documentation or fusejs.io
labels: ['docs']
body:
- type: markdown
attributes:
value: |
Thanks for taking the time to fill out this bug report!
- type: checkboxes
id: new-bug
attributes:
label: Is there an existing issue for this?
description: Please search to see if an issue already exists for the bug you encountered.
options:
- label: I have searched the existing issues
required: true
- type: textarea
id: bug-description
attributes:
label: Description of the bug
description: Tell us what bug you encountered and what should have happened
validations:
required: true
- type: textarea
id: screenshots
attributes:
label: Screenshots
description: If applicable, add screenshots to help explain your problem.
placeholder: Paste your screenshots here.
- type: markdown
attributes:
value: |
Love Fuse.js? Please consider supporting:
πŸ‘‰ https://github.com/sponsors/krisk
πŸ‘‰ https://www.patreon.com/krisk
πŸ‘‰ https://www.paypal.com/paypalme2/kirorisk
52 changes: 52 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
name: Feature request
description: Suggest a feature for Fuse.js.
labels: ['feature']
body:
- type: markdown
attributes:
value: Thank you for suggesting this feature! The more information you provide, the more likely it is that it will be picked up.
- type: checkboxes
id: new-feature
attributes:
label: Is there an existing issue or pull request for this?
description: Please search to see if an issue or pull request already exists for the feature you desire.
options:
- label: I have searched the existing issues and pull requests
required: true
- type: textarea
id: feature-description
attributes:
label: Feature description
description: Is your feature request related to a problem? Please describe.
placeholder: A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
validations:
required: true
- type: textarea
id: desired-solution
attributes:
label: Desired solution
description: Describe the solution you'd like
placeholder: A clear and concise description of what you want to happen.
validations:
required: true
- type: textarea
id: alternatives-considered
attributes:
label: Alternatives considered
description: Describe alternatives you've considered
placeholder: A clear and concise description of any alternative solutions or features you've considered.
validations:
required: true
- type: textarea
id: additional-context
attributes:
label: Additional context
description: Do you want to share any additional context about this bug?
placeholder: Add any other context about the problem here.
- type: markdown
attributes:
value: |
Love Fuse.js? Please consider supporting:
πŸ‘‰ https://github.com/sponsors/krisk
πŸ‘‰ https://www.patreon.com/krisk
πŸ‘‰ https://www.paypal.com/paypalme2/kirorisk
25 changes: 25 additions & 0 deletions .github/ISSUE_TEMPLATE/support_request.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
name: Support request
description: Questions and requests for support.
labels: ['question']
body:
- type: checkboxes
id: new-question
attributes:
label: Is there an existing issue for this?
description: Please search to see if an issue already exists for the question you want answered.
options:
- label: I have searched the existing issues
required: true
- type: textarea
id: question-description
attributes:
label: Your question
validations:
required: true
- type: markdown
attributes:
value: |
Love Fuse.js? Please consider supporting:
πŸ‘‰ https://github.com/sponsors/krisk
πŸ‘‰ https://www.patreon.com/krisk
πŸ‘‰ https://www.paypal.com/paypalme2/kirorisk
Loading

0 comments on commit 534066f

Please sign in to comment.