-
Notifications
You must be signed in to change notification settings - Fork 110
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
111 changed files
with
5,883 additions
and
5,412 deletions.
There are no files selected for viewing
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 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,47 @@ | ||
name: Bug report | ||
description: Is something not working? Report a bug to help us improve. | ||
title: "[Bug]: " | ||
labels: [bug] | ||
body: | ||
- type: textarea | ||
id: describe-bug | ||
attributes: | ||
label: Description | ||
description: Describe what happens, and specify the exact steps to reproduce the problem. If we can't recreate the issue, we'll close it down. | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: screenshots | ||
attributes: | ||
label: Video or screenshots | ||
description: Add a screenshot or a short video that clearly illustrates the problem. | ||
- type: input | ||
id: demo | ||
attributes: | ||
label: Demo | ||
description: Add a link to a demo that will let us reproduce the bug. Use StackBlitz, CodeSandbox, CodePen, JSFiddle, or any other online sandbox. | ||
validations: | ||
required: true | ||
- type: input | ||
id: hf-version | ||
attributes: | ||
label: HyperFormula version | ||
description: Which version of HyperFormula are you using? | ||
validations: | ||
required: true | ||
- type: input | ||
id: framework | ||
attributes: | ||
label: Your framework | ||
description: What framework are you using? For example, React 16.0, Angular v15 or Vue 3. | ||
- type: input | ||
id: environment | ||
attributes: | ||
label: Your environment | ||
description: What's your browser and operating system? For example, Chrome 90 on macOS 11.3. | ||
validations: | ||
required: true | ||
- type: markdown | ||
attributes: | ||
value: | | ||
Thank you for taking the time to report the issue! ❤️ |
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,4 @@ | ||
contact_links: | ||
- name: Feature requests and questions | ||
url: https://github.com/handsontable/hyperformula/discussions | ||
about: Start a new discussion about your idea. |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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,18 @@ | ||
name: Documentation improvement | ||
description: Suggest an improvement to the docs. | ||
labels: [docs] | ||
body: | ||
- type: input | ||
id: link | ||
attributes: | ||
label: Page URL | ||
description: Which page are you referring to? | ||
placeholder: https://hyperformula.handsontable.com/… | ||
- type: textarea | ||
id: improvement | ||
attributes: | ||
label: Improvement description | ||
- type: markdown | ||
attributes: | ||
value: | | ||
Thank you for contributing by creating this issue! ❤️ |
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
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.