generated from JoshuaKGoldberg/create-typescript-app
-
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: use latest create-typescript-app templating (#171)
## PR Checklist - [x] Addresses an existing open issue: fixes #77 - [x] That issue was marked as [`status: accepting prs`](https://github.com/JoshuaKGoldberg/tidelift-me-up-site/issues?q=is%3Aopen+is%3Aissue+label%3A%22status%3A+accepting+prs%22) - [x] Steps in [CONTRIBUTING.md](https://github.com/JoshuaKGoldberg/tidelift-me-up-site/blob/main/.github/CONTRIBUTING.md) were taken ## Overview Runs `npx create-typescript-app@latest --mode migrate`. Also prepends _`Web app to`_ to the description, to help disambiguate in my project listings from https://github.com/JoshuaKGoldberg/tidelift-me-up.
- Loading branch information
1 parent
d4b321c
commit f8e0789
Showing
29 changed files
with
754 additions
and
755 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 |
---|---|---|
@@ -1,70 +1,51 @@ | ||
{ | ||
"badgeTemplate": "<img alt=\"All Contributors: <%= contributors.length %>\" src=\"https://img.shields.io/badge/all_contributors-<%= contributors.length %>-21bb42.svg\" />", | ||
"commit": false, | ||
"commitConvention": "angular", | ||
"contributors": [ | ||
{ | ||
"avatar_url": "https://avatars.githubusercontent.com/u/3335181?v=4", | ||
"contributions": [ | ||
"maintenance", | ||
"code", | ||
"design", | ||
"tool" | ||
], | ||
"login": "JoshuaKGoldberg", | ||
"name": "Josh Goldberg", | ||
"profile": "http://www.joshuakgoldberg.com" | ||
}, | ||
{ | ||
"login": "kathryngraysonnanz", | ||
"name": "Kathryn Grayson Nanz", | ||
"avatar_url": "https://avatars.githubusercontent.com/u/61242943?v=4", | ||
"profile": "https://github.com/kathryngraysonnanz", | ||
"contributions": [ | ||
"design" | ||
] | ||
}, | ||
{ | ||
"login": "dsherret", | ||
"name": "David Sherret", | ||
"avatar_url": "https://avatars.githubusercontent.com/u/1609021?v=4", | ||
"profile": "http://stackoverflow.com/users/188246/david-sherret", | ||
"contributions": [ | ||
"code", | ||
"bug" | ||
] | ||
}, | ||
{ | ||
"login": "jrachelr", | ||
"name": "Rachel Johnson", | ||
"avatar_url": "https://avatars.githubusercontent.com/u/101299667?v=4", | ||
"profile": "https://www.racheldev.com/", | ||
"contributions": [ | ||
"code", | ||
"design", | ||
"maintenance", | ||
"bug" | ||
] | ||
}, | ||
{ | ||
"login": "RuthwikReddy09", | ||
"name": "Ruthwik", | ||
"avatar_url": "https://avatars.githubusercontent.com/u/126862059?v=4", | ||
"profile": "https://github.com/RuthwikReddy09", | ||
"contributions": [ | ||
"code" | ||
] | ||
} | ||
], | ||
"contributorsPerLine": 7, | ||
"contributorsSortAlphabetically": true, | ||
"files": [ | ||
"README.md" | ||
], | ||
"imageSize": 100, | ||
"projectName": "tidelift-me-up-site", | ||
"projectOwner": "JoshuaKGoldberg", | ||
"repoHost": "https://github.com", | ||
"repoType": "github", | ||
"commitType": "docs" | ||
"badgeTemplate": "<img alt=\"All Contributors: <%= contributors.length %> 👪\" src=\"https://img.shields.io/badge/all_contributors-<%= contributors.length %>_👪-21bb42.svg\" />", | ||
"commit": false, | ||
"commitConvention": "angular", | ||
"contributors": [ | ||
{ | ||
"avatar_url": "https://avatars.githubusercontent.com/u/3335181?v=4", | ||
"contributions": ["maintenance", "code", "design", "tool", "bug"], | ||
"login": "JoshuaKGoldberg", | ||
"name": "Josh Goldberg", | ||
"profile": "http://www.joshuakgoldberg.com" | ||
}, | ||
{ | ||
"login": "kathryngraysonnanz", | ||
"name": "Kathryn Grayson Nanz", | ||
"avatar_url": "https://avatars.githubusercontent.com/u/61242943?v=4", | ||
"profile": "https://github.com/kathryngraysonnanz", | ||
"contributions": ["design"] | ||
}, | ||
{ | ||
"login": "dsherret", | ||
"name": "David Sherret", | ||
"avatar_url": "https://avatars.githubusercontent.com/u/1609021?v=4", | ||
"profile": "http://stackoverflow.com/users/188246/david-sherret", | ||
"contributions": ["bug", "code"] | ||
}, | ||
{ | ||
"login": "jrachelr", | ||
"name": "Rachel Johnson", | ||
"avatar_url": "https://avatars.githubusercontent.com/u/101299667?v=4", | ||
"profile": "https://www.racheldev.com/", | ||
"contributions": ["code", "design", "maintenance", "bug"] | ||
}, | ||
{ | ||
"login": "RuthwikReddy09", | ||
"name": "Ruthwik", | ||
"avatar_url": "https://avatars.githubusercontent.com/u/126862059?v=4", | ||
"profile": "https://github.com/RuthwikReddy09", | ||
"contributions": ["code"] | ||
} | ||
], | ||
"contributorsPerLine": 7, | ||
"contributorsSortAlphabetically": true, | ||
"files": ["README.md"], | ||
"imageSize": 100, | ||
"projectName": "tidelift-me-up-site", | ||
"projectOwner": "JoshuaKGoldberg", | ||
"repoHost": "https://github.com", | ||
"repoType": "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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
!.* | ||
coverage* | ||
.next | ||
coverage | ||
lib | ||
node_modules | ||
pnpm-lock.yaml |
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
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 |
---|---|---|
@@ -0,0 +1,25 @@ | ||
jobs: | ||
accessibility_alt_text_bot: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: github/[email protected] | ||
|
||
name: Accessibility Alt Text Bot | ||
|
||
on: | ||
issue_comment: | ||
types: | ||
- created | ||
- edited | ||
issues: | ||
types: | ||
- edited | ||
- opened | ||
pull_request: | ||
types: | ||
- edited | ||
- opened | ||
|
||
permissions: | ||
issues: write | ||
pull-requests: write |
Oops, something went wrong.