cuhacking / 2025

Flagship platform for cuHacking's 2025 hackathon.
9 stars 8 forks source link

docs(contribution-guidelines): update Nx version #72

Closed JeremyFriesenGitHub closed 2 months ago

JeremyFriesenGitHub commented 2 months ago

Summary by Sourcery

Update the contribution guidelines to specify a fixed Nx version for installation, ensuring consistency in the development environment.

Documentation:

sourcery-ai[bot] commented 2 months ago

Reviewer's Guide by Sourcery

This pull request updates the Nx version specified in the contribution guidelines documentation. The change ensures consistency in the Nx version used across the project.

File-Level Changes

Change Details Files
Update Nx version in installation instructions
  • Change Nx installation command from 'nx@latest' to 'nx@19.5.7'
  • Specify a fixed version (19.5.7) instead of using the latest version
apps/docs/src/content/docs/contribution-guidelines/index.mdx

Tips - Trigger a new Sourcery review by commenting `@sourcery-ai review` on the pull request. - Continue your discussion with Sourcery by replying directly to review comments. - You can change your review settings at any time by accessing your [dashboard](https://app.sourcery.ai): - Enable or disable the Sourcery-generated pull request summary or reviewer's guide; - Change the review language; - You can always [contact us](mailto:support@sourcery.ai) if you have any questions or feedback.
netlify[bot] commented 2 months ago

Deploy Preview for cuhacking-docs failed.

Name Link
Latest commit baf07115729a3d58ca2ebdb3b7f9ae58c2467971
Latest deploy log https://app.netlify.com/sites/cuhacking-docs/deploys/66cb755cd9559000082e1417
netlify[bot] commented 2 months ago

Deploy Preview for cuhacking-portal-dev failed. Why did it fail? →

Name Link
Latest commit baf07115729a3d58ca2ebdb3b7f9ae58c2467971
Latest deploy log https://app.netlify.com/sites/cuhacking-portal-dev/deploys/66cb755c08104d0008c2fe16
MFarabi619 commented 2 months ago

Optional: Specify commit message scopes.

So instead of docs: ...., docs(contribution-guidelines): ..... Instead of chore:...., chore(config/vscode): ....