Skip to content

Commit 40d3e4b

Browse files
authored
Feature/style and privacy (#102)
* style: apply singleQuote formatting across codebase * chore: updated changelog
1 parent 1a5c97f commit 40d3e4b

File tree

113 files changed

+1294
-1269
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

113 files changed

+1294
-1269
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
# This file is part of Network Pro
44

55
name: 🐛 Bug Report
6-
description: "File a report to help us improve."
7-
title: "[Bug]: "
8-
labels: ["bug", "needs triage"]
6+
description: 'File a report to help us improve.'
7+
title: '[Bug]: '
8+
labels: ['bug', 'needs triage']
99
assignees: []
1010

1111
body:
@@ -17,26 +17,26 @@ body:
1717
- type: input
1818
id: contact
1919
attributes:
20-
label: "Contact Details"
21-
description: "How can we get in touch with you if we need more information?"
22-
placeholder: "your@email.com"
20+
label: 'Contact Details'
21+
description: 'How can we get in touch with you if we need more information?'
22+
placeholder: 'your@email.com'
2323
validations:
2424
required: false
2525

2626
- type: textarea
2727
id: what-happened
2828
attributes:
29-
label: "What happened?"
30-
description: "Describe the bug. What did you expect to happen?"
31-
placeholder: "Tell us what you see!"
29+
label: 'What happened?'
30+
description: 'Describe the bug. What did you expect to happen?'
31+
placeholder: 'Tell us what you see!'
3232
validations:
3333
required: true
3434

3535
- type: textarea
3636
id: steps-to-reproduce
3737
attributes:
38-
label: "Steps to Reproduce"
39-
description: "List clear steps to reproduce the issue."
38+
label: 'Steps to Reproduce'
39+
description: 'List clear steps to reproduce the issue.'
4040
placeholder: |
4141
1. Go to '...'
4242
2. Click on '...'
@@ -48,27 +48,27 @@ body:
4848
- type: input
4949
id: environment
5050
attributes:
51-
label: "Environment"
52-
description: "What platform, OS, browser, or version are you using?"
53-
placeholder: "e.g. macOS 14, Chrome 125, iOS 17.5"
51+
label: 'Environment'
52+
description: 'What platform, OS, browser, or version are you using?'
53+
placeholder: 'e.g. macOS 14, Chrome 125, iOS 17.5'
5454
validations:
5555
required: false
5656

5757
- type: checkboxes
5858
attributes:
59-
label: "Prerequisites"
60-
description: "Please confirm the following before submitting:"
59+
label: 'Prerequisites'
60+
description: 'Please confirm the following before submitting:'
6161
options:
62-
- label: "I have searched for [duplicate or closed issues](https://github.com/netwk-pro/netwk-pro.github.io/issues)"
62+
- label: 'I have searched for [duplicate or closed issues](https://github.com/netwk-pro/netwk-pro.github.io/issues)'
6363
required: true
64-
- label: "I have read the [contributing guidelines](https://github.com/netwk-pro/.github/blob/master/.github/CONTRIBUTING.md)"
64+
- label: 'I have read the [contributing guidelines](https://github.com/netwk-pro/.github/blob/master/.github/CONTRIBUTING.md)'
6565
required: true
6666

6767
- type: textarea
6868
id: additional
6969
attributes:
70-
label: "Additional Information"
71-
description: "Add any other context, screenshots, or system logs here."
72-
placeholder: "Anything else we should know?"
70+
label: 'Additional Information'
71+
description: 'Add any other context, screenshots, or system logs here.'
72+
placeholder: 'Anything else we should know?'
7373
validations:
7474
required: false

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,27 +6,27 @@ blank_issues_enabled: true
66
contact_links:
77
- name: Ask the community
88
url: https://github.com/netwk-pro/netwk-pro.github.io/discussions
9-
about: "Ask and discuss questions with other Network Pro Strategies community members."
9+
about: 'Ask and discuss questions with other Network Pro Strategies community members.'
1010

1111
- name: Commonly asked questions
1212
url: https://stackoverflowteams.com/c/netwk-pro/questions
13-
about: "Ask and answer common questions on Stack Overflow Teams."
13+
about: 'Ask and answer common questions on Stack Overflow Teams.'
1414

1515
- name: Contact Network Pro Strategies
1616
url: https://netwk.pro/contact?utm_source=github
17-
about: "Contact Network Pro Strategies for support or inquiries."
17+
about: 'Contact Network Pro Strategies for support or inquiries.'
1818
issue_templates:
1919
- name: 🐛 Bug Report
2020
description: Report a bug or unexpected behavior in the platform.
21-
labels: ["bug", "needs triage"]
21+
labels: ['bug', 'needs triage']
2222
file: bug_report.yml
2323

2424
- name: ✨ Feature Request
2525
description: Suggest new or updated features to include in Network Pro Strategies.
26-
labels: ["feature"]
26+
labels: ['feature']
2727
file: feature_request.yml
2828

2929
- name: ⚖️ Legal Review
3030
description: Request review or update of legal or compliance documents.
31-
labels: ["legal-docs", "legal review", "documentation"]
31+
labels: ['legal-docs', 'legal review', 'documentation']
3232
file: legal_review.yml

.github/ISSUE_TEMPLATE/feature_request.yml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2,34 +2,34 @@
22
# SPDX-License-Identifier: CC-BY-4.0 OR GPL-3.0-or-later
33
# This file is part of Network Pro
44

5-
name: "✨ Feature Request"
6-
description: "Suggest new or updated features to include in Network Pro Strategies."
7-
title: "[Feature]: "
8-
labels: ["feature"]
9-
assignees: ["SunDevil311"]
5+
name: '✨ Feature Request'
6+
description: 'Suggest new or updated features to include in Network Pro Strategies.'
7+
title: '[Feature]: '
8+
labels: ['feature']
9+
assignees: ['SunDevil311']
1010
body:
1111
- type: checkboxes
1212
attributes:
1313
label: Prerequisites
14-
description: "Take a couple minutes to help our maintainers work faster."
14+
description: 'Take a couple minutes to help our maintainers work faster.'
1515
options:
16-
- label: "I have [searched](https://github.com/netwk-pro/netwk-pro.github.io/issues?utf8=%E2%9C%93&q=is%3Aissue) for duplicate or closed issues"
16+
- label: 'I have [searched](https://github.com/netwk-pro/netwk-pro.github.io/issues?utf8=%E2%9C%93&q=is%3Aissue) for duplicate or closed issues'
1717
required: true
18-
- label: "I have read the [contributing guidelines](https://github.com/netwk-pro/.github/blob/master/.github/CONTRIBUTING.md)"
18+
- label: 'I have read the [contributing guidelines](https://github.com/netwk-pro/.github/blob/master/.github/CONTRIBUTING.md)'
1919
required: true
2020
- type: textarea
2121
id: proposal
2222
attributes:
2323
label: Proposal
24-
description: "Provide detailed information for what we should add, including relevant links to prior art, screenshots, or live demos whenever possible."
24+
description: 'Provide detailed information for what we should add, including relevant links to prior art, screenshots, or live demos whenever possible.'
2525
placeholder: "Describe the feature, how it would work, and why it's valuable."
2626
validations:
2727
required: true
2828
- type: textarea
2929
id: motivation
3030
attributes:
31-
label: "Motivation and context"
32-
description: "Tell us why this change is needed or helpful, and what problems it may help solve."
33-
placeholder: "Explain your use case or what this would improve for others."
31+
label: 'Motivation and context'
32+
description: 'Tell us why this change is needed or helpful, and what problems it may help solve.'
33+
placeholder: 'Explain your use case or what this would improve for others.'
3434
validations:
3535
required: true

.github/ISSUE_TEMPLATE/legal_review.yml

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -2,52 +2,52 @@
22
# SPDX-License-Identifier: CC-BY-4.0 OR GPL-3.0-or-later
33
# This file is part of Network Pro
44

5-
name: "⚖️ Legal Review"
6-
description: "Request review or update of legal or compliance documents."
7-
title: "[Legal] "
8-
labels: ["legal-docs", "legal review", "documentation"]
5+
name: '⚖️ Legal Review'
6+
description: 'Request review or update of legal or compliance documents.'
7+
title: '[Legal] '
8+
labels: ['legal-docs', 'legal review', 'documentation']
99
assignees: []
1010

1111
body:
1212
- type: input
1313
id: document
1414
attributes:
15-
label: "📄 Document or Policy Name"
16-
description: "Specify which document needs attention."
15+
label: '📄 Document or Policy Name'
16+
description: 'Specify which document needs attention.'
1717
validations:
1818
required: true
1919

2020
- type: checkboxes
2121
id: update_type
2222
attributes:
23-
label: "✏️ Type of Update"
24-
description: "Select all that apply."
23+
label: '✏️ Type of Update'
24+
description: 'Select all that apply.'
2525
options:
26-
- label: "New Draft"
27-
- label: "Edit / Revision"
28-
- label: "Compliance Alignment"
29-
- label: "Client Feedback Update"
26+
- label: 'New Draft'
27+
- label: 'Edit / Revision'
28+
- label: 'Compliance Alignment'
29+
- label: 'Client Feedback Update'
3030

3131
- type: textarea
3232
id: summary
3333
attributes:
34-
label: "🧠 Summary"
34+
label: '🧠 Summary'
3535
description: "Brief summary of what's being reviewed or updated."
3636
validations:
3737
required: true
3838

3939
- type: textarea
4040
id: legal_notes
4141
attributes:
42-
label: "🕵️‍♀️ Legal/Compliance Notes"
43-
description: "Add citations, standards, or frameworks (e.g., GDPR, HIPAA, NIST)."
42+
label: '🕵️‍♀️ Legal/Compliance Notes'
43+
description: 'Add citations, standards, or frameworks (e.g., GDPR, HIPAA, NIST).'
4444
validations:
4545
required: false
4646

4747
- type: textarea
4848
id: references
4949
attributes:
50-
label: "🔗 References or Attachments"
51-
description: "Link to related documents or add supporting context."
50+
label: '🔗 References or Attachments'
51+
description: 'Link to related documents or add supporting context.'
5252
validations:
5353
required: false

.github/workflows/auto-assign.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
# cspell:ignore pozil
1111

12-
name: "Auto Assign"
12+
name: 'Auto Assign'
1313

1414
permissions:
1515
issues: write
@@ -27,7 +27,7 @@ jobs:
2727
runs-on: ubuntu-24.04
2828

2929
steps:
30-
- name: "Auto-assign issue or PR"
30+
- name: 'Auto-assign issue or PR'
3131
uses: pozil/auto-assign-issue@v2
3232
with:
3333
repo-token: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/backup-branch.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ name: Nightly Backup Branch Sync
1111

1212
on:
1313
schedule:
14-
- cron: "0 10 * * *" # Every day at 10:00 AM UTC
14+
- cron: '0 10 * * *' # Every day at 10:00 AM UTC
1515
workflow_dispatch: # Allow manual triggering too
1616

1717
permissions:

.github/workflows/build-and-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ on:
1313

1414
# Allow one concurrent deployment
1515
concurrency:
16-
group: "build-and-publish"
16+
group: 'build-and-publish'
1717
cancel-in-progress: true
1818

1919
permissions:

.github/workflows/check-security-txt-expirty.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Check security.txt expiry
22

33
on:
44
schedule:
5-
- cron: "0 7 * * 0" # Every Sunday at 0700 UTC (midnight MST)
5+
- cron: '0 7 * * 0' # Every Sunday at 0700 UTC (midnight MST)
66
workflow_dispatch:
77

88
permissions:

.github/workflows/dependency-review.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# SPDX-License-Identifier: CC-BY-4.0 OR GPL-3.0-or-later
55
# This file is part of Network Pro
66

7-
name: "Dependency Review"
7+
name: 'Dependency Review'
88
on: [pull_request]
99

1010
permissions:
@@ -15,8 +15,8 @@ jobs:
1515
runs-on: ubuntu-24.04
1616

1717
steps:
18-
- name: "Checkout Repository"
18+
- name: 'Checkout Repository'
1919
uses: actions/checkout@v4
2020

21-
- name: "Dependency Review"
21+
- name: 'Dependency Review'
2222
uses: actions/dependency-review-action@v4

.lighthouserc.cjs

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -9,29 +9,29 @@ This file is part of Network Pro.
99
module.exports = {
1010
ci: {
1111
collect: {
12-
url: ["https://netwk.pro"],
12+
url: ['https://netwk.pro'],
1313
numberOfRuns: 1,
1414
settings: {
1515
onlyCategories: [
16-
"performance",
17-
"accessibility",
18-
"best-practices",
19-
"seo",
16+
'performance',
17+
'accessibility',
18+
'best-practices',
19+
'seo',
2020
],
2121
disableFullPageScreenshot: true,
2222
},
2323
},
2424
assert: {
25-
preset: "none",
25+
preset: 'none',
2626
assertions: {
2727
// Add budget checks by asserting that "resource-summary" does not exceed budget
28-
"resource-summary": ["error", { budgetPath: "budget.json" }],
28+
'resource-summary': ['error', { budgetPath: 'budget.json' }],
2929
},
3030
},
3131
upload: {
32-
target: "filesystem",
33-
outputDir: "./.lighthouseci",
34-
reporter: ["html", "json"],
32+
target: 'filesystem',
33+
outputDir: './.lighthouseci',
34+
reporter: ['html', 'json'],
3535
},
3636
},
3737
};

0 commit comments

Comments
 (0)