Skip to content

Commit 9b79f56

Browse files
committed
style: apply Pretty format suggestion
1 parent 327c3c9 commit 9b79f56

9 files changed

Lines changed: 71 additions & 71 deletions

File tree

.github/ISSUE_TEMPLATE/01_BUG_REPORT.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
---
22
name: Bug Report
33
about: Create a report to help PHPDoc Parser to improve
4-
title: "bug: "
5-
labels: "bug"
6-
assignees: ""
4+
title: 'bug: '
5+
labels: 'bug'
6+
assignees: ''
77
---
88

99
# Bug Report

.github/ISSUE_TEMPLATE/02_FEATURE_REQUEST.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
---
22
name: Feature Request
33
about: Suggest an idea for this project
4-
title: "feat: "
5-
labels: "enhancement"
6-
assignees: ""
4+
title: 'feat: '
5+
labels: 'enhancement'
6+
assignees: ''
77
---
88

99
# Feature Request
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
name: Codebase improvement
33
about: Provide your feedback for the existing codebase. Suggest a better solution for algorithms, development tools, etc.
4-
title: "dev: "
5-
labels: "enhancement"
6-
assignees: ""
4+
title: 'dev: '
5+
labels: 'enhancement'
6+
assignees: ''
77
---
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
---
22
name: Support Question
33
about: Question on how to use this project
4-
title: "support: "
5-
labels: "question"
6-
assignees: ""
4+
title: 'support: '
5+
labels: 'question'
6+
assignees: ''
77
---
88

99
# Support Question

.github/labels.yml

Lines changed: 47 additions & 47 deletions
Original file line numberDiff line numberDiff line change
@@ -1,78 +1,78 @@
11
---
2-
- name: "breaking-change"
2+
- name: 'breaking-change'
33
color: ee0701
4-
description: "A change that changes the API or breaks backward compatibility for users."
5-
- name: "bugfix"
4+
description: 'A change that changes the API or breaks backward compatibility for users.'
5+
- name: 'bugfix'
66
color: ee0701
7-
description: "Inconsistencies or issues which will cause a problem for users or implementors."
8-
- name: "documentation"
7+
description: 'Inconsistencies or issues which will cause a problem for users or implementors.'
8+
- name: 'documentation'
99
color: 0052cc
10-
description: "Solely about the documentation of the project."
11-
- name: "enhancement"
10+
description: 'Solely about the documentation of the project.'
11+
- name: 'enhancement'
1212
color: 1d76db
13-
description: "Enhancement of the code, not introducing new features."
14-
- name: "refactor"
13+
description: 'Enhancement of the code, not introducing new features.'
14+
- name: 'refactor'
1515
color: 1d76db
16-
description: "Updating the code with simpler, easier to understand or more efficient syntax or methods, but not introducing new features."
17-
- name: "performance"
16+
description: 'Updating the code with simpler, easier to understand or more efficient syntax or methods, but not introducing new features.'
17+
- name: 'performance'
1818
color: 1d76db
19-
description: "Improving performance of the project, not introducing new features."
20-
- name: "new-feature"
19+
description: 'Improving performance of the project, not introducing new features.'
20+
- name: 'new-feature'
2121
color: 0e8a16
22-
description: "New features or options."
23-
- name: "maintenance"
22+
description: 'New features or options.'
23+
- name: 'maintenance'
2424
color: 2af79e
25-
description: "Generic maintenance tasks."
26-
- name: "ci"
25+
description: 'Generic maintenance tasks.'
26+
- name: 'ci'
2727
color: 1d76db
28-
description: "Work that improves the continuous integration."
29-
- name: "dependencies"
28+
description: 'Work that improves the continuous integration.'
29+
- name: 'dependencies'
3030
color: 1d76db
31-
description: "Change in project dependencies."
31+
description: 'Change in project dependencies.'
3232

33-
- name: "in-progress"
33+
- name: 'in-progress'
3434
color: fbca04
35-
description: "Issue is currently being worked on by a developer."
36-
- name: "stale"
35+
description: 'Issue is currently being worked on by a developer.'
36+
- name: 'stale'
3737
color: fef2c0
38-
description: "No activity for quite some time."
39-
- name: "no-stale"
38+
description: 'No activity for quite some time.'
39+
- name: 'no-stale'
4040
color: fef2c0
41-
description: "This is exempt from the stale bot."
41+
description: 'This is exempt from the stale bot.'
4242

43-
- name: "security"
43+
- name: 'security'
4444
color: ee0701
45-
description: "Addressing a vulnerability or security risk in this project."
46-
- name: "incomplete"
45+
description: 'Addressing a vulnerability or security risk in this project.'
46+
- name: 'incomplete'
4747
color: fef2c0
48-
description: "Missing information."
49-
- name: "invalid"
48+
description: 'Missing information.'
49+
- name: 'invalid'
5050
color: fef2c0
5151
description: "This is off-topic, spam, or otherwise doesn't apply to this project."
5252

53-
- name: "beginner-friendly"
53+
- name: 'beginner-friendly'
5454
color: 0e8a16
55-
description: "Good first issue for people wanting to contribute to this project."
56-
- name: "help-wanted"
55+
description: 'Good first issue for people wanting to contribute to this project.'
56+
- name: 'help-wanted'
5757
color: 0e8a16
58-
description: "We need some extra helping hands or expertise in order to resolve this!"
58+
description: 'We need some extra helping hands or expertise in order to resolve this!'
5959

60-
- name: "priority-critical"
60+
- name: 'priority-critical'
6161
color: ee0701
62-
description: "Must be addressed as soon as possible."
63-
- name: "priority-high"
62+
description: 'Must be addressed as soon as possible.'
63+
- name: 'priority-high'
6464
color: b60205
65-
description: "After critical issues are fixed, these should be dealt with before any further issues."
66-
- name: "priority-medium"
65+
description: 'After critical issues are fixed, these should be dealt with before any further issues.'
66+
- name: 'priority-medium'
6767
color: 0e8a16
68-
description: "This issue may be useful, and needs some attention."
69-
- name: "priority-low"
68+
description: 'This issue may be useful, and needs some attention.'
69+
- name: 'priority-low'
7070
color: e4ea8a
71-
description: "Nice addition, maybe... someday..."
71+
description: 'Nice addition, maybe... someday...'
7272

73-
- name: "major"
73+
- name: 'major'
7474
color: b60205
75-
description: "This PR causes a major bump in the version number."
76-
- name: "minor"
75+
description: 'This PR causes a major bump in the version number.'
76+
- name: 'minor'
7777
color: 0e8a16
78-
description: "This PR causes a minor bump in the version number."
78+
description: 'This PR causes a minor bump in the version number.'

.github/workflows/codeql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
push:
66
pull_request:
77
schedule:
8-
- cron: "30 1 * * 0"
8+
- cron: '30 1 * * 0'
99

1010
jobs:
1111
codeql:

.github/workflows/lock.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Lock
33

44
on:
55
schedule:
6-
- cron: "0 9 * * *"
6+
- cron: '0 9 * * *'
77
workflow_dispatch:
88

99
jobs:
@@ -14,15 +14,15 @@ jobs:
1414
- uses: dessant/lock-threads@v2.0.3
1515
with:
1616
github-token: ${{ github.token }}
17-
issue-lock-inactive-days: "30"
18-
issue-lock-reason: ""
17+
issue-lock-inactive-days: '30'
18+
issue-lock-reason: ''
1919
issue-comment: >
2020
Issue closed and locked due to lack of activity.
2121
2222
If you encounter this same issue, please open a new issue and refer
2323
to this closed one.
24-
pr-lock-inactive-days: "1"
25-
pr-lock-reason: ""
24+
pr-lock-inactive-days: '1'
25+
pr-lock-reason: ''
2626
pr-comment: >
2727
Pull Request closed and locked due to lack of activity.
2828

.github/workflows/pr-labels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- name: 🏷 Verify PR has a valid label
1414
uses: jesusvasquez333/verify-pr-label-action@v1.4.0
1515
with:
16-
github-token: "${{ secrets.GITHUB_TOKEN }}"
16+
github-token: '${{ secrets.GITHUB_TOKEN }}'
1717
valid-labels: >-
1818
breaking-change, bugfix, documentation, enhancement,
1919
refactor, performance, new-feature, maintenance, ci, dependencies

.github/workflows/stale.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Stale
33

44
on:
55
schedule:
6-
- cron: "0 8 * * *"
6+
- cron: '0 8 * * *'
77
workflow_dispatch:
88

99
jobs:
@@ -18,8 +18,8 @@ jobs:
1818
days-before-stale: 30
1919
days-before-close: 7
2020
remove-stale-when-updated: true
21-
stale-issue-label: "stale"
22-
exempt-issue-labels: "no-stale,help-wanted"
21+
stale-issue-label: 'stale'
22+
exempt-issue-labels: 'no-stale,help-wanted'
2323
stale-issue-message: >
2424
There hasn't been any activity on this issue recently, and in order
2525
to prioritize active issues, it will be marked as stale.
@@ -32,8 +32,8 @@ jobs:
3232
in 7 days if no further activity occurs.
3333
3434
Thank you for your contributions!
35-
stale-pr-label: "stale"
36-
exempt-pr-labels: "no-stale"
35+
stale-pr-label: 'stale'
36+
exempt-pr-labels: 'no-stale'
3737
stale-pr-message: >
3838
There hasn't been any activity on this pull request recently, and in
3939
order to prioritize active work, it has been marked as stale.

0 commit comments

Comments
 (0)