generated from hackforla/.github-hackforla-base-repo-template
-
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- uses an alpine image with a recent python version. - uses cache mounts to increate rebuild speed and reduce image size. - uses poetry to manage dependencies. - gha generates project documentation on code push. - LICENSE and README file are being imported into the docs. - gha builds and uploads docker images on code push. - uses multiplatform builds to support regular PCs (amd64) as well as those with Apple silicon (arm64).
- Loading branch information
Showing
41 changed files
with
2,508 additions
and
136 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
__pycache__/ | ||
*.py[cod] | ||
docs | ||
scripts | ||
.git | ||
.gitignore | ||
.dockerignore | ||
Dockerfile | ||
docker-compose.yml | ||
pyproject.toml | ||
poetry.lock | ||
mkdocs.yml | ||
README.md | ||
*.swp | ||
temp_dir | ||
LICENSE | ||
.github |
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
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
34 changes: 18 additions & 16 deletions
34
.github/ISSUE_TEMPLATE/create-project-card-for--project-name-.md
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,30 +1,32 @@ | ||
--- | ||
name: Create project card for [project name] | ||
name: Create project card for \[project name\] | ||
about: Gather information to add this project to HackforLA's website | ||
title: '' | ||
labels: documentation, good first issue, question | ||
assignees: '' | ||
|
||
--- | ||
|
||
### Overview | ||
|
||
Provide collateral for the HackforLA website | ||
|
||
### Action Items | ||
- [ ] Gather items | ||
- [ ] 600 x 400 image | ||
- [ ] Alt image text | ||
- [ ] 1500 x 700 hero image (please do not put project title on hero image) | ||
- [ ] Alt image text | ||
- [ ] Name of project | ||
- [ ] A blurb about your project | ||
- [ ] Links (github, slack channel url, Testing Site, Live Site, etc.) | ||
- [ ] Any resources for a Getting Started link (a link to a wiki, readme(s) or both) | ||
- [ ] What you are looking for skills wise | ||
- [ ] Partner(s) | ||
- [ ] Location | ||
- [ ] Status | ||
- [ ] Add project Card to website | ||
|
||
- [ ] Gather items | ||
- [ ] 600 x 400 image | ||
- [ ] Alt image text | ||
- [ ] 1500 x 700 hero image (please do not put project title on hero image) | ||
- [ ] Alt image text | ||
- [ ] Name of project | ||
- [ ] A blurb about your project | ||
- [ ] Links (github, slack channel url, Testing Site, Live Site, etc.) | ||
- [ ] Any resources for a Getting Started link (a link to a wiki, readme(s) or both) | ||
- [ ] What you are looking for skills wise | ||
- [ ] Partner(s) | ||
- [ ] Location | ||
- [ ] Status | ||
- [ ] Add project Card to website | ||
|
||
### Resources/Instructions | ||
|
||
See project cards on the hackforla.org website for examples |
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 |
---|---|---|
|
@@ -4,7 +4,4 @@ about: Describe this issue template's purpose here. | |
title: '' | ||
labels: '' | ||
assignees: '' | ||
|
||
--- | ||
|
||
|
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
12 changes: 8 additions & 4 deletions
12
.github/ISSUE_TEMPLATE/lighthouse--accessibility---forms.md
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,20 +1,24 @@ | ||
--- | ||
|
||
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 | ||
use screen readers AKA Form <input> elements must have labels | ||
title: 'Lighthouse: Accessibility - Forms' | ||
labels: '' | ||
assignees: '' | ||
|
||
--- | ||
|
||
### Overview | ||
|
||
In order for your sites form(s) to be usable by visitors using screen readers all the form <input> elements need labels. There are specific details and exceptions, which can be found in the instructions below. | ||
|
||
### Action Items | ||
### Action Items | ||
|
||
*If your site already has forms* review the instructions and document the changes needed to bring your form(s) into WCAG compliance, by commenting on this issue. | ||
*If your site does not have forms* review the instructions and design new forms using the WCAG standards. | ||
*If your site does not have forms* review the instructions and design new forms using the WCAG standards. | ||
|
||
### Instructions | ||
Deque University | ||
|
||
Deque University | ||
https://dequeuniversity.com/rules/axe/3.2/label |
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
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
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
Oops, something went wrong.