Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Developer clean-up #2623

Merged
merged 9 commits into from
May 20, 2024
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
8 changes: 4 additions & 4 deletions .github/PULL_REQUEST_TEMPLATE/Documentation.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,18 +12,18 @@ about: Improves documentation for the API or on the docs website.

<!--- Describe how you have validated your documentation additions:

1. Run `yarn docs` from the project root to regenerate the API documentation
1. Run `pnpm run docs` from the project root to regenerate the API documentation
from source.

2. Inside the `/docs` subdirectory, run `yarn start` to generate the
2. Inside the `/docs` subdirectory, run `pnpm run start` to generate the
Docusaurus site, and validate that your documentation is formatted
and styled correctly.

-->

- [ ] I have linted, spell-checked, and grammar-checked my documentation additions.
- [ ] I have run `yarn docs` to regenerate the API documentation from source.
- [ ] Within `/docs`, I have run `yarn start` to regenerate the Docusaurus site, and I have validated the changes
- [ ] I have run `pnpm run docs` to regenerate the API documentation from source.
- [ ] Within `/docs`, I have run `pnpm run start` to regenerate the Docusaurus site, and I have validated the changes
- [ ] My additions are styled and structured correctly on the Docusaurus site

## Checklist
Expand Down
Loading
Loading