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
## Background
`pnpm prettier-fix` is mentioned in both step 5 and at the end of the
documentation. Also pull request templates now include instructions to
run the same command.
## Summary
Remove section including repetitive instructions.
## Verification
Preview at
https://github.com/vercel/ai/blob/update-contributing/CONTRIBUTING.md
## Tasks
- [x] Documentation has been added / updated (for bug fixes / features)
- [x] Formatting issues have been fixed (run `pnpm prettier-fix` in the
project root)
## Future Work
In preparation to add documentation about adding codemods
## Related Issues
n/a
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
-7Lines changed: 0 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -90,11 +90,4 @@ We greatly appreciate your pull requests. Here are the steps to submit them:
90
90
91
91
7.**Respond to Feedback**: Stay receptive to and address any feedback or alteration requests from the project maintainers.
92
92
93
-
### Fixing Prettier Issues
94
-
95
-
> [!TIP]
96
-
> Run `pnpm prettier-fix` before opening a pull request.
97
-
98
-
If you encounter any prettier issues, you can fix them by running `pnpm prettier-fix`. This command will automatically fix any formatting issues in your code.
99
-
100
93
Thank you for contributing to the AI SDK! Your efforts help us improve the project for everyone.
0 commit comments