-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
chore: improve formatting of .env.example for better readability #897
Conversation
- Organized the `.env.example` file into clearly defined sections with headers. - Added comments to describe each configuration variable and its purpose. - Ensured consistent spacing and alignment across the file for readability. - Grouped related settings, such as API keys, model configurations, and platform-specific settings, under appropriate headers. - This update enhances maintainability and makes it easier for contributors to understand and update the file. No functional changes were made; this commit is purely for structural and visual clarity.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for working on formatting this much needed - please make sure no comments are lost.
Thank you for the review @monilpat ! I’ve resolved the issue. Could you please take a look when you get a chance? |
@monilpat I have intentionally minimized the changes in this Pull Request to reduce confusion for contributors, given the rapid pace of updates in the repository. The changes primarily focus on formatting and improving readability without altering the existing structure or comments. Thank you! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
weird github still showing the comments and options removed
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
https://github.com/ai16z/eliza/pull/897/files hmm did you check here?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yes
Looks like there are merge conflicts :) |
yeah, this repository is really growing fast... @monilpat can you pls check again? |
Relates to:
Risks
Low, because no code has changed
Background
What does this PR do?
No functional changes were made; this commit is purely for structural and visual clarity.
What kind of change is this?
Improvements
Why are we doing this? Any context or related work?
Standardizing formatting aligns with best practices for .env files, ensuring clarity and readability.
Documentation changes needed?
My changes do not require a change to the project documentation.
Testing
Where should a reviewer start?
Detailed testing steps
None, automated tests are fine.
Discord username
uncanny_guzus