Skip to content

Commit

Permalink
Project Formatting
Browse files Browse the repository at this point in the history
- Using Prettier to format the project
  • Loading branch information
untuned committed Apr 3, 2022
1 parent 2231186 commit fca3a7e
Show file tree
Hide file tree
Showing 140 changed files with 9,536 additions and 9,183 deletions.
30 changes: 15 additions & 15 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
@@ -1,36 +1,36 @@
name: Bug Report
description: Create a bug report for the theme.
title: "[Bug Report] Issue Description"
title: '[Bug Report] Issue Description'
labels: [unverified bug]
body:
- type: checkboxes
id: check
attributes:
label: Did You Search Other Issues?
description: "Please search other issues FIRST, before continuing."
description: 'Please search other issues FIRST, before continuing.'
options:
- label: "I have checked other issues"
required: true
- label: 'I have checked other issues'
required: true
- type: checkboxes
id: default-theme
attributes:
label: Does This Bug Show On The Default Theme?
description: "Is this issue reproduced on the default theme **with no customizations**?"
description: 'Is this issue reproduced on the default theme **with no customizations**?'
options:
- label: "I have reproduced this on the default theme"
required: true
- label: 'I have reproduced this on the default theme'
required: true
- type: textarea
id: bug-description
attributes:
label: "Describe The Bug"
description: "Please write a clear and concise description of what the bug is."
label: 'Describe The Bug'
description: 'Please write a clear and concise description of what the bug is.'
validations:
required: true
- type: textarea
id: repro
attributes:
label: "Reproduction Steps"
description: "How do you get to this page? Please walk us through it step by step."
label: 'Reproduction Steps'
description: 'How do you get to this page? Please walk us through it step by step.'
value: |
1.
2.
Expand All @@ -42,11 +42,11 @@ body:
- type: textarea
id: screenshots
attributes:
label: "Screenshots"
description: "If applicable, add screenshots to help explain and / or show your problem."
label: 'Screenshots'
description: 'If applicable, add screenshots to help explain and / or show your problem.'
render: bash
- 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.'
24 changes: 12 additions & 12 deletions .github/ISSUE_TEMPLATE/feature_request.yml
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.'
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ jobs:
- uses: actions/upload-artifact@v1
with:
name: test-${{github.sha}}
path: test
path: test
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ pages:
stage: deploy
script: npm run build
artifacts:
name: "$CI_JOB_STAGE-$CI_COMMIT_REF_NAME"
name: '$CI_JOB_STAGE-$CI_COMMIT_REF_NAME'
paths:
- public
only:
Expand Down
4 changes: 4 additions & 0 deletions .prettierrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"singleQuote": true,
"printWidth": 69420
}
Loading

0 comments on commit fca3a7e

Please sign in to comment.