Skip to content

Commit f6b8261

Browse files
author
Ky Decker
authored
Rename repo and update all URLs (#440)
1 parent c08537c commit f6b8261

4 files changed

Lines changed: 12 additions & 12 deletions

File tree

CONTRIBUTING.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,23 +6,23 @@ Our aim is for contributions to be easy and understandable. If you run into trou
66

77
## Getting started
88

9-
There are many different ways to contribute to Namesake. You can share feedback in the [Discord](https://namesake.fyi), [report a bug or a feature request](https://github.com/namesakefyi/namesake.fyi/issues), or [submit your own code to the codebase](https://github.com/namesakefyi/namesake.fyi/pulls).
9+
There are many different ways to contribute to Namesake. You can share feedback in the [Discord](https://namesake.fyi), [report a bug or a feature request](https://github.com/namesakefyi/namesake/issues), or [submit your own code to the codebase](https://github.com/namesakefyi/namesake/pulls).
1010

1111
### Install pnpm (if needed, first time only)
1212

1313
Namesake uses pnpm for package management. You may need to [install pnpm](https://pnpm.io/installation) globally if you don't have it already.
1414

1515
### Fork the repository (first time only)
1616

17-
Unless you're a member of the [namesakefyi](https://github.com/namesakefyi) org, you won't be able to open a branch directly on the repo. To make changes, you have to fork a copy. Click the "Fork" button on the top right of the [main repository page](https://github.com/namesakefyi/namesake.fyi/).
17+
Unless you're a member of the [namesakefyi](https://github.com/namesakefyi) org, you won't be able to open a branch directly on the repo. To make changes, you have to fork a copy. Click the "Fork" button on the top right of the [main repository page](https://github.com/namesakefyi/namesake/).
1818

1919
### Clone the repository (first time only)
2020

2121
Once you've forked the repository, clone it to your computer. Replace `USERNAME` below with your GitHub username.
2222

2323
```shell
24-
git clone https://github.com/USERNAME/namesake.fyi.git
25-
cd namesake.fyi
24+
git clone https://github.com/USERNAME/namesake.git
25+
cd namesake
2626
pnpm install
2727
```
2828

@@ -40,13 +40,13 @@ The app should now be available at http://localhost:4321. You're all set up!
4040

4141
## Formatting code
4242

43-
Code formatting and linting is handled with [Biome](https://biomejs.dev/). If you use VS Code to make edits, Biome should automatically format your files on save, according to [.vscode/settings.json](https://github.com/namesakefyi/namesake.fyi/blob/main/.vscode/settings.json). The first time you open the Namesake repository in VS Code, it may prompt you to install the Biome extension.
43+
Code formatting and linting is handled with [Biome](https://biomejs.dev/). If you use VS Code to make edits, Biome should automatically format your files on save, according to [.vscode/settings.json](https://github.com/namesakefyi/namesake/blob/main/.vscode/settings.json). The first time you open the Namesake repository in VS Code, it may prompt you to install the Biome extension.
4444

4545
In addition, each time you `git commit` changes to the codebase, a [Husky](https://typicode.github.io/husky/) pre-commit hook will run to check and format your code according to our Biome rules. This check helps prevent any poorly-formatted code from entering the codebase. If Biome throws an error when you try to commit your code, fix the error, `add` your changes, and `commit` again. You can re-use your original commit message—since the commit failed, the original message was discarded.
4646

4747
## Adding new PDFs
4848

49-
See the [README](https://github.com/namesakefyi/namesake.fyi/blob/main/src/pdfs/README.md).
49+
See the [README](https://github.com/namesakefyi/namesake/blob/main/src/pdfs/README.md).
5050

5151
## Creating pull requests
5252

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Namesake
22

3-
![trans rights](https://pride-badges.pony.workers.dev/static/v1?label=Trans%20Rights&stripeWidth=6&stripeColors=5BCEFA,F5A9B8,FFFFFF,F5A9B8,5BCEFA) [![Chat](https://img.shields.io/discord/1250552190402035835?color=5865F2&logo=discord&logoColor=white)](https://namesake.fyi/chat) [![Accessibility](https://github.com/namesakefyi/namesake.fyi/actions/workflows/accessibility.yml/badge.svg)](https://github.com/namesakefyi/namesake.fyi/actions/workflows/accessibility.yml) [![Valid Links](https://github.com/namesakefyi/namesake.fyi/actions/workflows/links.yml/badge.svg)](https://github.com/namesakefyi/namesake.fyi/actions/workflows/links.yml) [![Storybook](https://github.com/namesakefyi/namesake.fyi/actions/workflows/storybook.yml/badge.svg)](https://storybook.namesake.fyi)
3+
![trans rights](https://pride-badges.pony.workers.dev/static/v1?label=Trans%20Rights&stripeWidth=6&stripeColors=5BCEFA,F5A9B8,FFFFFF,F5A9B8,5BCEFA) [![Chat](https://img.shields.io/discord/1250552190402035835?color=5865F2&logo=discord&logoColor=white)](https://namesake.fyi/chat) [![Accessibility](https://github.com/namesakefyi/namesake/actions/workflows/accessibility.yml/badge.svg)](https://github.com/namesakefyi/namesake/actions/workflows/accessibility.yml) [![Valid Links](https://github.com/namesakefyi/namesake/actions/workflows/links.yml/badge.svg)](https://github.com/namesakefyi/namesake/actions/workflows/links.yml) [![Storybook](https://github.com/namesakefyi/namesake/actions/workflows/storybook.yml/badge.svg)](https://storybook.namesake.fyi)
44

55
This repository contains the source code for the [namesake.fyi](https://namesake.fyi) website and blog, built with [Astro](https://astro.build) with content managed via [Sanity](https://www.sanity.io/) and hosted via [Cloudflare](https://cloudflare.com).
66

@@ -25,7 +25,7 @@ This repository contains the source code for the [namesake.fyi](https://namesake
2525

2626
## Accessibility
2727

28-
Namesake aims to conform to the Level AA accessibility standards outlined in the [WCAG 2.2 specification](https://www.w3.org/TR/WCAG22/). If you experience an issue with accessing any part of this site, please [file an issue](https://github.com/namesakefyi/namesake.fyi/issues) and we will correct it.
28+
Namesake aims to conform to the Level AA accessibility standards outlined in the [WCAG 2.2 specification](https://www.w3.org/TR/WCAG22/). If you experience an issue with accessing any part of this site, please [file an issue](https://github.com/namesakefyi/namesake/issues) and we will correct it.
2929

3030
## Contributors
3131

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "namesake-fyi",
2+
"name": "namesake",
33
"type": "module",
44
"version": "0.0.1",
55
"scripts": {
@@ -135,7 +135,7 @@
135135
"packageManager": "pnpm@10.23.0",
136136
"homepage": "https://namesake.fyi",
137137
"bugs": {
138-
"url": "https://github.com/namesakefyi/namesake.fyi/issues"
138+
"url": "https://github.com/namesakefyi/namesake/issues"
139139
},
140140
"contributors": [
141141
{
@@ -146,6 +146,6 @@
146146
],
147147
"repository": {
148148
"type": "git",
149-
"url": "https://github.com/namesakefyi/namesake.fyi/"
149+
"url": "https://github.com/namesakefyi/namesake/"
150150
}
151151
}

scripts/define-pdf.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -429,7 +429,7 @@ async function main() {
429429
exitWith("File must be a .pdf");
430430

431431
log.message(
432-
"Before beginning: create, rename, and/or reposition form fields in the PDF. Follow instructions in the README:\n\nhttps://github.com/namesakefyi/namesake.fyi/blob/main/src/pdfs/README.md",
432+
"Before beginning: create, rename, and/or reposition form fields in the PDF. Follow instructions in the README:\n\nhttps://github.com/namesakefyi/namesake/blob/main/src/pdfs/README.md",
433433
);
434434

435435
const jurisdictions = loadJurisdictions();

0 commit comments

Comments
 (0)