Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/development/hacking_itk_wasm.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ We are glad you are here and appreciate your contribution. Please keep in mind o

We follow [standard GitHub contribution best practices]: pull requests made from forks are tested with continuous integration tests, and updates are made via code review before integration.

We use the [conventional commit] standard for our commit message format in the *itk-wasm* repository.
We use the [conventional commit] standard for our commit message format in the *ITK-Wasm* repository.

The C++ core and Docker build environment can be developed independently from the CLI, language-specific libraries, and example packages. The latter are developed as a [pnpm workspace]. Individual packages in the workspace can be developed independently after `pnpm install` is executed at the root.

Expand Down
6 changes: 5 additions & 1 deletion docs/introduction/packages.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# Packages

Example packages built with itk-wasm can be found below. If you created a
Example packages built with itk-wasm can be found below.

To create your own package, use [`create-itk-wasm`](https://www.npmjs.com/package/create-itk-wasm).

If you created a
package, please [open a pull
request](https://github.com/InsightSoftwareConsortium/ITK-Wasm/compare) to add it to the table!

Expand Down
Loading