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

Open
opened 2026-04-15 22:41:39 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/better-auth/better-auth/pull/8652
Author: @robiulhr
Created: 3/17/2026
Status: 🔄 Open

Base: mainHead: docs/fix-contributing-env-path


📝 Commits (2)

  • a21ba4d docs: fix outdated /docs path references in CONTRIBUTING.md
  • 3bd40ab Merge branch 'main' into docs/fix-contributing-env-path

📊 Changes

1 file changed (+11 additions, -1 deletions)

View changed files

📝 CONTRIBUTING.md (+11 -1)

📄 Description

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.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/better-auth/better-auth/pull/8652 **Author:** [@robiulhr](https://github.com/robiulhr) **Created:** 3/17/2026 **Status:** 🔄 Open **Base:** `main` ← **Head:** `docs/fix-contributing-env-path` --- ### 📝 Commits (2) - [`a21ba4d`](https://github.com/better-auth/better-auth/commit/a21ba4da21b01851b145b7e9b7bc330598fcc06b) docs: fix outdated /docs path references in CONTRIBUTING.md - [`3bd40ab`](https://github.com/better-auth/better-auth/commit/3bd40ab16057a28e0344563b2fa1bbc3b42c16fd) Merge branch 'main' into docs/fix-contributing-env-path ### 📊 Changes **1 file changed** (+11 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `CONTRIBUTING.md` (+11 -1) </details> ### 📄 Description ## 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. --> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-04-15 22:41:39 -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#25022