Skip to content

Commit

Permalink
docs: fix errors
Browse files Browse the repository at this point in the history
  • Loading branch information
angeloashmore committed May 24, 2024
1 parent fb57311 commit 40e93ca
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Contributing

This package is primarily maintained by [Prismic](https://prismic.io), and external contributions are welcome. Ask for help by opening an issue, or request a review by opening a pull request.
This package is primarily maintained by [Prismic](https://prismic.io). External contributions are welcome. Ask for help by [opening an issue](https://github.com/prismicio/prismic-client/issues/new/choose), or request a review by opening a pull request.

## :gear: Setup

Expand Down Expand Up @@ -53,7 +53,7 @@ The following setup is required to work on this project:
## :construction_worker: Develop

> [!NOTE]
> It's highly recommended to discuss your changes with Prismic team before starting.
> It's highly recommended to discuss your changes with the Prismic team before starting by [opening an issue](https://github.com/prismicio/prismic-client/issues/new/choose).
>
> A short discussion can accellerate your work and ship it faster.
Expand All @@ -76,6 +76,8 @@ npm run build

# Lint your changes before requesting a review. No errors are allowed.
npm run lint
# Some errors can be fixed automatically:
npm run lint -- --fix

# Format your changes before requesting a review. No errors are allowed.
npm run format
Expand Down

0 comments on commit 40e93ca

Please sign in to comment.