-
Notifications
You must be signed in to change notification settings - Fork 5
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
134 changed files
with
325,089 additions
and
112,013 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,51 +1,51 @@ | ||
name: 🐛 Bug Report | ||
description: File a bug/ issue | ||
title: "[Bug]: " | ||
labels: ["bug", "triage"] | ||
title: '[Bug]: ' | ||
labels: ['bug', 'triage'] | ||
body: | ||
- type: checkboxes | ||
attributes: | ||
label: Is there already an issue for this? | ||
description: Please search to see if an issue already exists for this bug. | ||
options: | ||
- label: I have searched the existing issues | ||
- type: checkboxes | ||
attributes: | ||
label: Is there already an issue for this? | ||
description: Please search to see if an issue already exists for this bug. | ||
options: | ||
- label: I have searched the existing issues | ||
required: true | ||
- type: textarea | ||
attributes: | ||
label: Current Behavior | ||
description: A concise description of what you're experiencing. | ||
validations: | ||
required: true | ||
- type: textarea | ||
attributes: | ||
label: Current Behavior | ||
description: A concise description of what you're experiencing. | ||
validations: | ||
required: true | ||
- type: textarea | ||
attributes: | ||
label: Steps To Reproduce | ||
description: Steps to reproduce the behavior. | ||
placeholder: | | ||
1. ..... | ||
2. ..... | ||
3. .... | ||
validations: | ||
required: true | ||
- type: input | ||
attributes: | ||
label: Project name | ||
description: In case that the problem concerns only your data. | ||
validations: | ||
required: false | ||
- type: textarea | ||
attributes: | ||
label: Anything else? | ||
description: | | ||
Links? References? Screenshots ? Anything that will give us more context about the issue you are encountering! | ||
validations: | ||
required: false | ||
- type: dropdown | ||
id: browsers | ||
attributes: | ||
label: What browsers are you seeing the problem on? | ||
multiple: true | ||
options: | ||
- Firefox | ||
- Chrome | ||
- Safari | ||
- Microsoft Edge | ||
- type: textarea | ||
attributes: | ||
label: Steps To Reproduce | ||
description: Steps to reproduce the behavior. | ||
placeholder: | | ||
1. ..... | ||
2. ..... | ||
3. .... | ||
validations: | ||
required: true | ||
- type: input | ||
attributes: | ||
label: Project name | ||
description: In case that the problem concerns only your data. | ||
validations: | ||
required: false | ||
- type: textarea | ||
attributes: | ||
label: Anything else? | ||
description: | | ||
Links? References? Screenshots ? Anything that will give us more context about the issue you are encountering! | ||
validations: | ||
required: false | ||
- type: dropdown | ||
id: browsers | ||
attributes: | ||
label: What browsers are you seeing the problem on? | ||
multiple: true | ||
options: | ||
- Firefox | ||
- Chrome | ||
- Safari | ||
- Microsoft Edge |
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 |
---|---|---|
@@ -1,24 +1,24 @@ | ||
name: 💫 Feature request | ||
description: Template for feature request | ||
title: "[Feature request]: " | ||
labels: ["feature request!"] | ||
title: '[Feature request]: ' | ||
labels: ['feature request!'] | ||
body: | ||
- type: checkboxes | ||
attributes: | ||
label: Is there already a feature request for this? | ||
description: Please search to see if a feature request already exists in the issues. | ||
options: | ||
- label: I have searched the existing issues | ||
- type: checkboxes | ||
attributes: | ||
label: Is there already a feature request for this? | ||
description: Please search to see if a feature request already exists in the issues. | ||
options: | ||
- label: I have searched the existing issues | ||
required: true | ||
- type: textarea | ||
attributes: | ||
label: Describe the problem to be solved | ||
description: Concise description of the problem to be solved in this feature request. | ||
validations: | ||
required: true | ||
- type: textarea | ||
attributes: | ||
label: Describe the problem to be solved | ||
description: Concise description of the problem to be solved in this feature request. | ||
validations: | ||
required: true | ||
- type: textarea | ||
attributes: | ||
label: Suggest a solution | ||
description: Concise description of your preferred solution. | ||
validations: | ||
required: false | ||
- type: textarea | ||
attributes: | ||
label: Suggest a solution | ||
description: Concise description of your preferred solution. | ||
validations: | ||
required: false |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,4 @@ | ||
{ | ||
"recommendations": [ | ||
"dbaeumer.vscode-eslint", | ||
"johnsoncodehk.volar" | ||
], | ||
"unwantedRecommendations": [ | ||
"hookyqr.beautify", | ||
"dbaeumer.jshint", | ||
"ms-vscode.vscode-typescript-tslint-plugin", | ||
"octref.vetur" | ||
] | ||
"recommendations": ["dbaeumer.vscode-eslint", "johnsoncodehk.volar"], | ||
"unwantedRecommendations": ["hookyqr.beautify", "dbaeumer.jshint", "ms-vscode.vscode-typescript-tslint-plugin", "octref.vetur"] | ||
} |
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 |
---|---|---|
|
@@ -37,4 +37,4 @@ | |
"pathMappings": [{ "url": "webpack:///src/", "path": "${webRoot}/" }] | ||
} | ||
] | ||
} | ||
} |
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 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 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 |
---|---|---|
|
@@ -10,5 +10,3 @@ | |
}, | ||
"exclude": ["node_modules", "dist"] | ||
} | ||
|
||
|
Oops, something went wrong.