You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,23 +6,23 @@ Our aim is for contributions to be easy and understandable. If you run into trou
6
6
7
7
## Getting started
8
8
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).
10
10
11
11
### Install pnpm (if needed, first time only)
12
12
13
13
Namesake uses pnpm for package management. You may need to [install pnpm](https://pnpm.io/installation) globally if you don't have it already.
14
14
15
15
### Fork the repository (first time only)
16
16
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/).
18
18
19
19
### Clone the repository (first time only)
20
20
21
21
Once you've forked the repository, clone it to your computer. Replace `USERNAME` below with your GitHub username.
@@ -40,13 +40,13 @@ The app should now be available at http://localhost:4321. You're all set up!
40
40
41
41
## Formatting code
42
42
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.
44
44
45
45
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.
46
46
47
47
## Adding new PDFs
48
48
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).
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).
6
6
@@ -25,7 +25,7 @@ This repository contains the source code for the [namesake.fyi](https://namesake
25
25
26
26
## Accessibility
27
27
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.
Copy file name to clipboardExpand all lines: scripts/define-pdf.mjs
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -429,7 +429,7 @@ async function main() {
429
429
exitWith("File must be a .pdf");
430
430
431
431
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",
0 commit comments