-
Notifications
You must be signed in to change notification settings - Fork 59
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
396 additions
and
331 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,27 +1,31 @@ | ||
# Usability ideas | ||
* gh desktop | ||
|
||
- gh desktop | ||
|
||
# Gotchas | ||
* gh pages info is on `Settings | Pages` | ||
* uswds compilation is pretty wild | ||
* if you do upgrade, check issue #634 for info about how the iframe is looking for uswds | ||
* bottom of `/apply` is not an iframe. there's some sizing stuff going on to pay attention to | ||
* Lisa's gonna look at codespaces PR | ||
* dependabot PR merging process? | ||
* cloud.gov staging deploy isn't tested | ||
* in github codespaces, how to downgrade the ruby version: | ||
|
||
- gh pages info is on `Settings | Pages` | ||
- uswds compilation is pretty wild | ||
- if you do upgrade, check issue #634 for info about how the iframe is looking for uswds | ||
- bottom of `/apply` is not an iframe. there's some sizing stuff going on to pay attention to | ||
- Lisa's gonna look at codespaces PR | ||
- dependabot PR merging process? | ||
- cloud.gov staging deploy isn't tested | ||
- in github codespaces, how to downgrade the ruby version: | ||
|
||
``` | ||
$ rvm list | ||
ruby-3.0.5 [ x86_64 ] | ||
=* ruby-3.1.3 [ x86_64 ] | ||
$ rvm install ruby-2.7 | ||
$ rvm install ruby-3.1.1 | ||
[...] | ||
$ bundle install | ||
$ bundle install | ||
[...] | ||
$ bundle exec jekyll serve | ||
$ bundle exec jekyll serve | ||
[rainbows and unicorns] | ||
``` | ||
|
||
# Resources | ||
* sprint.usds.gov / its repo | ||
* `onceler` repo for gh actions | ||
|
||
- sprint.usds.gov / its repo | ||
- `onceler` repo for gh actions |
Oops, something went wrong.