-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Using Prettier to format the project
- Loading branch information
Showing
140 changed files
with
9,536 additions
and
9,183 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,40 +1,40 @@ | ||
name: Feature Request | ||
description: Suggest an idea for the theme. | ||
title: "[Feature Request] Suggestion Description" | ||
title: '[Feature Request] Suggestion Description' | ||
labels: [enhancement] | ||
body: | ||
- type: checkboxes | ||
id: check | ||
attributes: | ||
label: "Did You Search Other Suggestions?" | ||
label: 'Did You Search Other Suggestions?' | ||
description: "Please ensure this request hasn't been posted before!" | ||
options: | ||
- label: "I have checked if this feature request exists already" | ||
required: true | ||
- label: 'I have checked if this feature request exists already' | ||
required: true | ||
- type: textarea | ||
id: feature-description | ||
attributes: | ||
label: "Is your feature request related to a problem?" | ||
description: "Please write a clear and concise description of what the problem is." | ||
label: 'Is your feature request related to a problem?' | ||
description: 'Please write a clear and concise description of what the problem is.' | ||
placeholder: "I'm always frustrated when... (please use bug reports where appropriate)" | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: solution | ||
attributes: | ||
label: "Screenshots and/or description of the feature request." | ||
description: "Please write a detailed description about how the feature will look, optionally providing screenshots." | ||
label: 'Screenshots and/or description of the feature request.' | ||
description: 'Please write a detailed description about how the feature will look, optionally providing screenshots.' | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: why | ||
attributes: | ||
label: "Why does the theme need this?" | ||
description: "A detailed description of why this could benefit either the theme." | ||
label: 'Why does the theme need this?' | ||
description: 'A detailed description of why this could benefit either the theme.' | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: other | ||
attributes: | ||
label: "Additional context" | ||
description: "Add any other context about the problem here, or leave blank." | ||
label: 'Additional context' | ||
description: 'Add any other context about the problem here, or leave blank.' |
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 |
---|---|---|
|
@@ -19,4 +19,4 @@ jobs: | |
- uses: actions/upload-artifact@v1 | ||
with: | ||
name: test-${{github.sha}} | ||
path: test | ||
path: test |
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 |
---|---|---|
@@ -0,0 +1,4 @@ | ||
{ | ||
"singleQuote": true, | ||
"printWidth": 69420 | ||
} |
Oops, something went wrong.