[PR #8652] chore: update .env setup in contributing.md #16368

Open
opened 2026-04-13 10:30:18 -05:00 by GiteaMirror · 0 comments
Owner

Original Pull Request: https://github.com/better-auth/better-auth/pull/8652

State: open
Merged: No


Summary

  • Updated .env file setup command paths from ./docs/ to ./landing/ in step 6
  • Updated Documentation section header from /docs to /landing

Context

The docs/ folder was renamed to landing/ but the CONTRIBUTING.md was not updated to reflect this
change, causing new contributors to get a "No such file or directory" error when following the setup
instructions.

Changes

  • cp -n ./docs/.env.example ./docs/.envcp -n ./landing/.env.example ./landing/.env
  • copy /Y .\docs\.env.example .\docs\.envcopy /Y .\landing\.env.example .\landing\.env
  • ### Documentation (/docs)### Documentation (/landing)

Summary by cubic

Update CONTRIBUTING.md to add a .env creation step with ./landing paths (Unix, Windows) and update the Documentation header to /landing. Prevents setup "No such file or directory" errors.

Written for commit 3bd40ab160. Summary will update on new commits.

**Original Pull Request:** https://github.com/better-auth/better-auth/pull/8652 **State:** open **Merged:** No --- ## Summary - Updated `.env` file setup command paths from `./docs/` to `./landing/` in step 6 - Updated `Documentation` section header from `/docs` to `/landing` ## Context The `docs/` folder was renamed to `landing/` but the CONTRIBUTING.md was not updated to reflect this change, causing new contributors to get a "No such file or directory" error when following the setup instructions. ## Changes - `cp -n ./docs/.env.example ./docs/.env` → `cp -n ./landing/.env.example ./landing/.env` - `copy /Y .\docs\.env.example .\docs\.env` → `copy /Y .\landing\.env.example .\landing\.env` - `### Documentation (/docs)` → `### Documentation (/landing)` <!-- This is an auto-generated description by cubic. --> --- ## Summary by cubic Update CONTRIBUTING.md to add a .env creation step with ./landing paths (Unix, Windows) and update the Documentation header to /landing. Prevents setup "No such file or directory" errors. <sup>Written for commit 3bd40ab16057a28e0344563b2fa1bbc3b42c16fd. Summary will update on new commits.</sup> <!-- End of auto-generated description by cubic. -->
GiteaMirror added the pull-request label 2026-04-13 10:30:18 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/better-auth#16368