Skip to content

Commit

Permalink
Merge branch 'release-0.2.51' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
entrotech committed Aug 15, 2024
2 parents 1bb7eeb + 9cf7aea commit cf4e818
Show file tree
Hide file tree
Showing 136 changed files with 5,771 additions and 2,815 deletions.
3 changes: 2 additions & 1 deletion .github/ISSUE_TEMPLATE/blank-issue.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
name: Blank Issue
about: Consistent formatting make Issues concise and easy to navigate
title: ''
labels: ''
labels: 'feature: missing, level: missing, milestone: missing, priority: missing,
role: missing, size: missing'
assignees: ''

---
Expand Down
51 changes: 51 additions & 0 deletions .github/ISSUE_TEMPLATE/bug-report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,51 @@
---
name: Bug report
about: Lists out information that would be help developers quickly identify and fix
potentail problems.
title: 'Bug: '
labels: 'bug, feature: missing, level: missing, milestone: missing, priority: MUST
HAVE, role: missing, size: missing'
assignees: ''

---

#### Describe the bug

REPLACE THIS TEXT - A clear and concise description of what the bug is, who it affects, how it affects users.

(optional) REPLACE THIS TEXT - What is the user's goal?


#### Steps to reproduce the issue

(if applicable, please specify platform (iOS, Android, Windows, Mac version) and brower)

REPLACE THE FOLLOWNG TEXT:
- 1. Go to '...'
- 2. Click on '....'
- 3. Scroll down to '....'
- 4. See error


#### What's the expected result?

REPLACE THIS TEXT - What is supposed to happen after following the above steps?

(if you have a suggested solution, you can add it here)

#### What's the actual result?

REPLACE THIS TEXT - What is supposed actually happening after following the above steps?

#### Additional details / screenshot

REPLACE THIS TEXT - Screenshot (drag in)
REPLACE THIS TEXT - Video recording (drag in)

#### Device configuration

REPLACE THE FOLLOWNG TEXT:
- Device: [e.g. type of smartphone, tablet, desktop computer]
- OS version: [e.g. iOS, Android version #]
- Browser [e.g. Chrome, Firefox, Safari, etc.]
- Browser version [e.g. 22]

This file was deleted.

2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/feature--request.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name: Feature request
about: Suggest an idea for this project
title: 'Feature Suggestion: '
labels: documentation, product
labels: documentation
assignees: ''

---
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: 'Lighthouse: Accessibility - Forms'
about: Instructions for creating or improving forms to make them accessible when visitors
use screen readers AKA Form <input> elements must have labels
title: 'Lighthouse: Accessibility - Forms'
labels: Accessibility, Site Audits, Tutorial
labels: ''
assignees: ''

---
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name: 'Lighthouse: Accessibility - Links'
about: AKA Links must have discernible text
title: 'Lighthouse: Accessibility - Links'
labels: Accessibility, Site Audits, Tutorial
labels: ''
assignees: ''

---
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name: 'Lighthouse: Cross-origin destinations are unsafe'
about: Instructions for addressing the cross-origin linking vulnerabilities
title: 'Lighthouse Issue: Cross-origin destinations are unsafe'
labels: Performance, Security, Site Audits
labels: ''
assignees: ''

---
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/lighthouse--how-to.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name: 'Lighthouse: How To'
about: Provides overview of how to use Lighthouse and links to additional resources
title: 'Lighthouse: How To'
labels: Performance, Security, Site Audits, Tutorial
labels: ''
assignees: ''

---
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/lighthouse--image-optimization.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name: 'Lighthouse: Image Optimization'
about: Instructions for optimizing images
title: 'Lighthouse: Image Optimization'
labels: Performance, Site Audits, Tutorial
labels: ''
assignees: ''

---
Expand Down
12 changes: 12 additions & 0 deletions .github/ISSUE_TEMPLATE/post-an-open-role.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
name: Post an open role
about: Recruit volunteers for specific open roles template
title: 'TDM: Open Role for: [Replace with NAME OF ROLE]'
labels: 'feature: recruiting, level: easy, role: missing, size: 0.25pt'
assignees: ''

---

<img src="https://www.hackforla.org/assets/images/projects/tdm-calculator.jpg">

[INSERT DRAFT FROM THE Recruit volunteers for team open roles issue]
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name: 'Wave Chrome Extension: Accessibility review'
about: Describe this issue template's purpose here.
title: 'Wave Chrome Extension: Accessibility review'
labels: Accessibility, Performance, Site Audits, Tutorial
labels: ''
assignees: ''

---
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Which accessibility testing tool should you use?
about: There are a lot of tools, this issue has a list of our favorites and links
to more
title: Which accessibility testing tool should you use?
labels: Accessibility, Performance, Security, Site Audits, Tutorial
labels: ''
assignees: ''

---
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
on:
push:
branches:
- experimental
- uat
- develop
- main
release:
Expand Down
13 changes: 0 additions & 13 deletions .github/workflows/new-issue-create-card.yml

This file was deleted.

2 changes: 1 addition & 1 deletion client/.eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"ecmaFeatures": {
"jsx": true
},
"ecmaVersion": 2018,
"ecmaVersion": 2020,
"sourceType": "module"
},
"plugins": ["react", "jest", "prettier", "eslint-plugin-react"],
Expand Down
Loading

0 comments on commit cf4e818

Please sign in to comment.